﻿@charset "UTF-8";
h1:focus {
  outline: none;
}

.valid.modified:not([type=checkbox]) {
  outline: 1px solid #26b050;
}

.invalid {
  outline: 1px solid #e50000;
}

.validation-message {
  color: #e50000;
}

.blazor-error-boundary {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
  padding: 1rem 1rem 1rem 3.7rem;
  color: white;
}
.blazor-error-boundary::after {
  content: "An error has occurred.";
}

.darker-border-checkbox.form-check-input {
  border-color: #929292;
}

#blazor-error-ui {
  background: black;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
}
#blazor-error-ui .dismiss {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}

#components-reconnect-modal {
  background-color: black !important;
}

.container, #contact > .content, #about > .content {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

@media (min-width: 576px) {
  .container, #contact > .content, #about > .content {
    max-width: 540px;
  }
  .hide-up-576px {
    display: none !important;
  }
}
@media (max-width: 575px) {
  .hide-down-576px {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .container, #contact > .content, #about > .content {
    max-width: 720px;
  }
  .hide-up-768px {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hide-down-768px {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .container, #contact > .content, #about > .content {
    max-width: 960px;
  }
  .hide-up-992px {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .hide-down-992px {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .container, #contact > .content, #about > .content {
    max-width: 1140px;
  }
  .hide-up-1200px {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .hide-down-1200px {
    display: none !important;
  }
}
@media (min-width: 1400px) {
  .container, #contact > .content, #about > .content {
    max-width: 1320px;
  }
  .hide-up-1400px {
    display: none !important;
  }
}
@media (max-width: 1399px) {
  .hide-down-1400px {
    display: none !important;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

/* Eric Meyer's Reset CSS v2.0 (https://meyerweb.com/eric/tools/css/reset/) */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

ol, ul {
  list-style: none;
  padding-left: 0;
}

img,
video {
  max-width: 100%;
  height: auto;
  display: block;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

html {
  font-size: 14px;
}
@media (max-width: 768px) {
  html {
    font-size: 12px;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  35% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  60% {
    transform: translateY(-3px);
  }
}
:root {
  /* ── Geçiş ── */
  --ease-effect:        cubic-bezier(0.25, 0.1, 0.25, 1);
  --ease:               cubic-bezier(0.25, 0.1, 0.25, 1);

  /* ── Altın Renk Paleti ── */
  --pf-gold:            #C9A96E;
  --pf-gold-light:      #E8D5B0;
  --pf-gold-dark:       #A8864A;
  --pf-gold-darker:     #8A6A35;
  --pf-gold-mid:        #A67C3E;

  /* ── Lacivert Renk Paleti ── */
  --pf-navy:            #1E3A5F;
  --pf-navy-mid:        #2D5282;
  --pf-navy-deep:       #16304F;
  --pf-navy-deeper:     #0F2340;
  --pf-navy-darkest:    #0A1628;
  --pf-navy-light:      #EBF0F7;

  /* ── Metin Renkleri ── */
  --pf-text:            #1A2632;
  --pf-text-muted:      #64748B;

  /* ── Arkaplan & Yüzey ── */
  --pf-white:           #FFFFFF;
  --pf-bg:              #F4F6F9;

  /* ── Durum Renkleri ── */
  --pf-error:           #DC3535;
  --pf-success:         #26B050;

  /* ── Kenarlık & Gölge ── */
  --pf-border:          rgba(201, 169, 110, 0.25);
  --pf-shadow:          0 4px 24px rgba(30, 58, 95, 0.10);
  --pf-shadow-hover:    0 12px 40px rgba(30, 58, 95, 0.18), 0 0 0 1px rgba(201, 169, 110, 0.3);
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  line-height: 1.5em;
}

h1 {
  font-size: 1.5rem;
}

h2 {
  font-size: 1.4rem;
}

h3 {
  font-size: 1.3rem;
}

h4 {
  font-size: 1.2rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.9rem;
}

@media (min-width: 576px) {
  h1 {
    font-size: 1.9114285714rem;
  }
  h2 {
    font-size: 1.6468571429rem;
  }
  h3 {
    font-size: 1.4851428571rem;
  }
  h4 {
    font-size: 1.3234285714rem;
  }
  h5 {
    font-size: 1.1028571429rem;
  }
  h6 {
    font-size: 1.0234285714rem;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 2.0485714286rem;
  }
  h2 {
    font-size: 1.7291428571rem;
  }
  h3 {
    font-size: 1.5468571429rem;
  }
  h4 {
    font-size: 1.3645714286rem;
  }
  h5 {
    font-size: 1.1371428571rem;
  }
  h6 {
    font-size: 1.0645714286rem;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 2.2085714286rem;
  }
  h2 {
    font-size: 1.8251428571rem;
  }
  h3 {
    font-size: 1.6188571429rem;
  }
  h4 {
    font-size: 1.4125714286rem;
  }
  h5 {
    font-size: 1.1771428571rem;
  }
  h6 {
    font-size: 1.1125714286rem;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.3571428571rem;
  }
  h2 {
    font-size: 1.9142857143rem;
  }
  h3 {
    font-size: 1.6857142857rem;
  }
  h4 {
    font-size: 1.4571428571rem;
  }
  h5 {
    font-size: 1.2142857143rem;
  }
  h6 {
    font-size: 1.1571428571rem;
  }
}
@media (min-width: 1400px) {
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.75rem;
  }
  h4 {
    font-size: 1.5rem;
  }
  h5 {
    font-size: 1.25rem;
  }
  h6 {
    font-size: 1.2rem;
  }
}
hr {
  border: none;
  border-top: 1px solid #000;
  margin: 1rem 0;
}

* {
  user-select: none;
}

/* ── Premium Gradient Tanımları ── */
/* Alt navbar ve footer copyright için derin lacivert-altın premium gradient */
.rixoshome-glow-long, body footer > .copyright, body > .wrapper header nav > .header-main-bar > .container > .pages > .language:hover > *, body > .wrapper header nav > .header-main-bar#contact > .content > .pages > .language:hover > *, body > .wrapper header nav > .header-main-bar#about > .content > .pages > .language:hover > * {
  background: linear-gradient(120deg, var(--pf-navy) 0%, var(--pf-navy-deep) 50%, var(--pf-navy-deeper) 100%);
}

/* Portföy CTA butonu için altın gradient */
.rixoshome-glow-short {
  background: linear-gradient(120deg, var(--pf-gold) 0%, var(--pf-gold-dark) 55%, var(--pf-gold-darker) 100%);
}

body {
  opacity: 0;
  animation: fadeIn 1s var(--ease-effect) forwards;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #111;
  position: relative;
}
body > .wrapper {
  z-index: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.4666666667);
}
body > .wrapper header nav {
  transition: background-color 0.2s var(--ease-effect), backdrop-filter 0.2s var(--ease-effect);
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
}
/* utility bar ve main bar artık sınıf bazlı kurallarla yönetiliyor */

/* ══════════════════════════════════════
   LOGO BAR  —  beyaz, logo sol / telefon+sosyal sağ
   ══════════════════════════════════════ */
.header-logo-bar {
  background: #ffffff;
  border-bottom: 1px solid rgba(201,169,110,0.15);
}
.header-logo-bar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 7rem;
}
.header-logo-bar .brand {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}
.header-logo-right {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.header-logo-divider {
  width: 1px;
  height: 2rem;
  background: rgba(30,58,95,0.15);
}

/* Telefon */
.header-phone {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
  color: var(--pf-navy);
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.02em;
  transition: color 0.2s;
  white-space: nowrap;
}
.header-phone i { color: var(--pf-gold); font-size: 1.1rem; }
.header-phone:hover { color: #00A0E3; }

/* Sosyal ikonlar — logo bar içinde, renkli */
.header-social-bar {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.header-social-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 8px;
  background: rgba(30,58,95,0.04);
  border: 1px solid rgba(30,58,95,0.1);
  text-decoration: none;
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
  flex-shrink: 0;
  overflow: hidden;
  padding: 0.3rem;
  box-sizing: border-box;
}
.header-social-btn img { width: 100%; height: 100%; object-fit: contain; display: block; }
.header-social-btn::after, .header-social-btn::before { display: none !important; }
.header-social-btn:hover {
  background: rgba(30,58,95,0.1);
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(30,58,95,0.12);
}

/* ══════════════════════════════════════
   NAV BAR  —  lacivert gradient
   ══════════════════════════════════════ */
.header-nav-bar {
  background: linear-gradient(165deg, rgba(10,22,40,0.95) 0%, rgba(18,34,64,0.95) 50%, rgba(14,26,48,0.95) 100%);
  box-shadow: 0 3px 16px rgba(15,35,64,0.35);
  position: relative;
  overflow: visible;
}
.header-nav-bar::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(30deg, rgba(201,169,110,0.04) 1px, transparent 1px),
    linear-gradient(150deg, rgba(201,169,110,0.03) 1px, transparent 1px),
    linear-gradient(-30deg, rgba(201,169,110,0.02) 1px, transparent 1px);
  background-size: 180px 320px, 220px 280px, 260px 360px;
  pointer-events: none;
  overflow: hidden;
  clip-path: inset(0);
}
.header-nav-bar .container {
  display: flex;
  align-items: stretch;
  height: 3.4rem;
}
.header-nav-bar .pages {
  display: flex;
  align-items: stretch;
  flex: 1;
  gap: 0;
  min-width: 0;
}
.nav-divider {
  width: 1px;
  background: rgba(255,255,255,0.12);
  margin: 0.6rem 0.15rem;
  flex-shrink: 0;
}

/* Nav linkleri */
.header-nav-bar .pages > a[href],
.header-nav-bar .pages > .collapse > a {
  display: flex;
  align-items: center;
  padding: 0 1.5rem;
  text-decoration: none;
  color: rgba(255,255,255,0.82);
  font-weight: 600;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  position: relative;
  transition: color 0.2s, background 0.2s;
  white-space: nowrap;
  border-bottom: 3px solid transparent;
}
.header-nav-bar .pages > a[href]:hover,
.header-nav-bar .pages > .collapse > a:hover {
  color: #ffffff;
  background: rgba(255,255,255,0.07);
}
.header-nav-bar .pages > a[href].active,
.header-nav-bar .pages > .collapse > a.active {
  color: #ffffff;
  font-weight: 600;
  border-bottom-color: var(--pf-gold);
  background: rgba(255,255,255,0.05);
}

/* Portföyümüz — özel vurgu */
.header-nav-bar .pages > .nav-spacer {
  margin-left: auto;
  padding: 0 !important;
}
.header-nav-bar .pages > .collapse {
  display: flex;
  margin-left: 0;
}
.header-nav-bar .pages > .collapse > a {
  color: var(--pf-gold);
  font-weight: 700;
  letter-spacing: 0.12em;
}
.header-nav-bar .pages > .collapse > a:hover {
  color: #ffffff;
  background: rgba(201,169,110,0.12);
}
.header-nav-bar .pages > .collapse > a.active {
  border-bottom-color: var(--pf-gold);
  color: var(--pf-gold);
}

/* Dil seçici — nav bar içinde */
.header-nav-bar .language {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 0 0.2rem;
  align-self: stretch;
  margin-left: auto;
  flex-shrink: 0;
}
.header-nav-bar .language > .current > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.1rem;
  height: 1.5rem;
  border-radius: 4px;
  border: 1px solid rgba(255,255,255,0.25);
  overflow: hidden;
  padding: 0.1rem 0.2rem;
  box-sizing: border-box;
  transition: border-color 0.2s;
}
.header-nav-bar .language > .current > a:hover { border-color: rgba(255,255,255,0.6); }
.header-nav-bar .language > .current > a > img {
  height: 100%; width: auto;
  aspect-ratio: 297/210;
  object-fit: cover;
  border-radius: 2px;
  display: block;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}
.header-nav-bar .language > .options {
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 4px;
  display: flex;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
  z-index: 1100;
  background: linear-gradient(165deg, rgba(10,22,40,0.97) 0%, rgba(18,34,64,0.97) 50%, rgba(14,26,48,0.97) 100%);
  border: 1px solid rgba(201,169,110,0.25);
  border-radius: 6px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.35);
  overflow: hidden;
  min-width: 3.6rem;
}
.header-nav-bar .language > .options > a {
  display: flex;
  padding: 0.45rem 0.7rem;
  transition: background 0.15s;
}
.header-nav-bar .language:hover > .options,
.header-nav-bar .language:focus-within > .options {
  opacity: 1;
  pointer-events: auto;
}
.header-nav-bar .language > .options > a > img {
  height: 1.5rem;
  width: 2.2rem;
  aspect-ratio: 297/210;
  object-fit: cover;
  border-radius: 2px;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}
.header-nav-bar .language > .options > a:hover { background: rgba(255,255,255,0.1); }

/* ── header-logo-bar logo boyutu ── */
.header-logo-bar .logo {
  height: 100%;
  padding: 0.6rem 0;
}
.header-logo-bar .logo > div { min-width: 200px; width: 200px; }

/* Mobil */
@media (max-width: 768px) {
  .header-logo-bar .container { height: 5rem; }
  .header-logo-bar .logo > div { min-width: 140px; width: 140px; }
  .header-phone span { display: none; }
  .header-social-bar a:nth-child(n+4) { display: none; }
  .header-nav-bar .pages > a[href],
  .header-nav-bar .pages > .collapse > a { padding: 0 0.45rem; font-size: 0.62rem; letter-spacing: 0.04em; white-space: nowrap; }
  .header-nav-bar .pages { overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none; flex-wrap: nowrap; }
  .header-nav-bar .pages::-webkit-scrollbar { display: none; }
  .header-nav-bar .pages > .nav-spacer { display: none; }
  .header-nav-bar .pages > .collapse { margin-left: 0.5rem; }
  .header-nav-bar .language { margin-left: 0; }
  .header-nav-bar .pages:focus-within { overflow-x: auto; }
  .header-nav-bar .pages > a[href],
  .header-nav-bar .pages > .collapse > a { scroll-margin: 0; scroll-snap-align: none; }
}
.header-main-bar .pages > a,
.header-main-bar .pages > .collapse > a {
  display: flex;
  align-items: center;
  height: 2.2rem;
  margin: auto 0;
  padding: 0 1.2rem;
  text-decoration: none;
  color: var(--pf-navy);
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  border: 1.5px solid transparent;
  border-radius: 3px;
  background: transparent;
  position: relative;
  overflow: hidden;
  transition: color 0.25s, border-color 0.25s, box-shadow 0.25s, background 0.25s;
}
.header-main-bar .pages > a::before,
.header-main-bar .pages > .collapse > a::before,
.header-main-bar .pages > a::after,
.header-main-bar .pages > .collapse > a::after {
  display: none;
}
.header-main-bar .pages > a:hover,
.header-main-bar .pages > .collapse > a:hover {
  color: var(--pf-gold);
  border-color: var(--pf-gold);
  box-shadow: 0 0 12px rgba(201,169,110,0.25), inset 0 0 10px rgba(201,169,110,0.05);
  background: rgba(201,169,110,0.04);
}
.header-main-bar .pages > a.active,
.header-main-bar .pages > .collapse > a.active {
  color: var(--pf-gold);
  border-color: var(--pf-gold);
  font-weight: 700;
}

/* Telefon — utility bar içinde beyaz */
.header-phone {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
  color: rgba(255,255,255,0.9);
  font-weight: 600;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: color 0.2s;
}
.header-phone i { font-size: 0.9rem; color: var(--pf-gold); }
.header-phone:hover { color: #ffffff; }

/* Sosyal ikonlar — utility bar içinde küçük */
.header-social-bar {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 1rem;
}
.header-social-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 6px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  text-decoration: none;
  transition: background 0.2s, transform 0.2s;
  flex-shrink: 0;
  overflow: hidden;
  padding: 0.25rem;
  box-sizing: border-box;
}
.header-social-btn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.header-social-btn::after, .header-social-btn::before { content: none !important; display: none !important; }
.header-social-btn:hover {
  background: rgba(255,255,255,0.18);
  transform: translateY(-1px);
}

/* Dil seçici — utility bar */
body > .wrapper header nav > :first-child > .container > .pages > .language,
body > .wrapper header nav > #contact:first-child > .content > .pages > .language,
body > .wrapper header nav > #about:first-child > .content > .pages > .language,
.header-utility-bar .language {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.header-utility-bar .language > .current > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 1.6rem;
  border-radius: 5px;
  border: 1px solid rgba(255,255,255,0.2);
  overflow: hidden;
  padding: 0.15rem 0.25rem;
  box-sizing: border-box;
  transition: border-color 0.2s;
  text-decoration: none;
}
.header-utility-bar .language > .current > a:hover { border-color: rgba(255,255,255,0.45); }
.header-utility-bar .language > .current > a > img {
  height: 100%;
  width: auto;
  aspect-ratio: 297/210;
  object-fit: cover;
  border-radius: 2px;
  display: block;
}

@media (max-width: 768px) {
  .header-social-bar .hide-mobile { display: none; }
  .header-main-bar .container { height: 5rem; gap: 1rem; }
  .header-main-bar .logo > div { min-width: 140px; width: 140px; }
  .header-main-bar .pages > a,
  .header-main-bar .pages > .collapse > a { padding: 0 0.7rem; font-size: 0.7rem; letter-spacing: 0.07em; }
  .header-main-bar .pages > a::after,
  .header-main-bar .pages > .collapse > a::after { left: 0.7rem; right: 0.7rem; }
}
/* brand ve header sosyal butonlar artık .header-logo-bar ve .header-utility-bar CSS bloklarında tanımlandı */
body > .wrapper header nav > :first-child > .container > .toggler, body > .wrapper header nav > #contact:first-child > .content > .toggler, body > .wrapper header nav > #about:first-child > .content > .toggler {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-left: auto;
}
@media (min-width: 992px) {
  body > .wrapper header nav > :first-child > .container > .toggler, body > .wrapper header nav > #contact:first-child > .content > .toggler, body > .wrapper header nav > #about:first-child > .content > .toggler {
    display: none;
  }
}
body > .wrapper header nav > :first-child > .container > .toggler > span, body > .wrapper header nav > #contact:first-child > .content > .toggler > span, body > .wrapper header nav > #about:first-child > .content > .toggler > span, body > .wrapper header nav > :first-child > .container > .toggler > span:before, body > .wrapper header nav > #contact:first-child > .content > .toggler > span:before, body > .wrapper header nav > #about:first-child > .content > .toggler > span:before, body > .wrapper header nav > :first-child > .container > .toggler > span:after, body > .wrapper header nav > #contact:first-child > .content > .toggler > span:after, body > .wrapper header nav > #about:first-child > .content > .toggler > span:after {
  width: 3rem;
  height: 0.4rem;
  background-color: var(--pf-navy, var(--pf-navy));
  transition: all 0.2s var(--ease-effect);
  backface-visibility: hidden;
}
body > .wrapper header nav > :first-child > .container > .toggler > span, body > .wrapper header nav > #contact:first-child > .content > .toggler > span, body > .wrapper header nav > #about:first-child > .content > .toggler > span {
  position: relative;
  display: block;
  pointer-events: none;
}
body > .wrapper header nav > :first-child > .container > .toggler > span:before, body > .wrapper header nav > #contact:first-child > .content > .toggler > span:before, body > .wrapper header nav > #about:first-child > .content > .toggler > span:before {
  content: "";
  position: absolute;
  top: -0.8rem;
}
body > .wrapper header nav > :first-child > .container > .toggler > span:after, body > .wrapper header nav > #contact:first-child > .content > .toggler > span:after, body > .wrapper header nav > #about:first-child > .content > .toggler > span:after {
  content: "";
  position: absolute;
  bottom: -0.8rem;
}
body > .wrapper header nav > :first-child > .container > .toggler.on > span, body > .wrapper header nav > #contact:first-child > .content > .toggler.on > span, body > .wrapper header nav > #about:first-child > .content > .toggler.on > span {
  background-color: transparent;
}
body > .wrapper header nav > :first-child > .container > .toggler.on > span:before, body > .wrapper header nav > #contact:first-child > .content > .toggler.on > span:before, body > .wrapper header nav > #about:first-child > .content > .toggler.on > span:before {
  transform: rotate(45deg);
  top: 0;
}
body > .wrapper header nav > :first-child > .container > .toggler.on > span:after, body > .wrapper header nav > #contact:first-child > .content > .toggler.on > span:after, body > .wrapper header nav > #about:first-child > .content > .toggler.on > span:after {
  transform: rotate(-45deg);
  bottom: 0;
}
body > .wrapper header nav > :first-child > .container > .toggler.on + *, body > .wrapper header nav > #contact:first-child > .content > .toggler.on + *, body > .wrapper header nav > #about:first-child > .content > .toggler.on + * {
  opacity: 1;
  pointer-events: auto;
}
body > .wrapper header nav > :first-child > .container > .pages, body > .wrapper header nav > #contact:first-child > .content > .pages, body > .wrapper header nav > #about:first-child > .content > .pages {
  display: flex;
  padding: 0;
  align-items: center;
  flex: 1;
  justify-content: flex-end;
}
/* .header-phone artık utility bar bloğunda tanımlandı */
body > .wrapper header nav > :first-child > .container > .pages > .language, body > .wrapper header nav > #contact:first-child > .content > .pages > .language, body > .wrapper header nav > #about:first-child > .content > .pages > .language {
  position: relative;
  cursor: pointer;
  height: auto;
  display: flex;
  align-items: center;
  margin: 0 0.25rem 0 0.75rem;
}
body > .wrapper header nav > :first-child > .container > .pages > .language > .current > a, body > .wrapper header nav > #contact:first-child > .content > .pages > .language > .current > a, body > .wrapper header nav > #about:first-child > .content > .pages > .language > .current > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.2rem;
  border-radius: 8px;
  border: 1.5px solid rgba(30, 58, 95, 0.18);
  overflow: hidden;
  padding: 0.25rem 0.4rem;
  box-sizing: border-box;
  transition: border-color 0.2s, box-shadow 0.2s;
  text-decoration: none;
}
body > .wrapper header nav > :first-child > .container > .pages > .language > .current > a > img, body > .wrapper header nav > #contact:first-child > .content > .pages > .language > .current > a > img, body > .wrapper header nav > #about:first-child > .content > .pages > .language > .current > a > img {
  height: 1.35rem;
  width: auto;
  aspect-ratio: 297/210;
  object-fit: cover;
  border-radius: 3px;
  display: block;
}
body > .wrapper header nav > :first-child > .container > .pages > .language > .options, body > .wrapper header nav > #contact:first-child > .content > .pages > .language > .options, body > .wrapper header nav > #about:first-child > .content > .pages > .language > .options {
  position: absolute;
  top: 100%;
  right: 0;
  opacity: 0;
  pointer-events: none;
  background: white;
  border-radius: 0.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  transition: opacity 0.2s var(--ease-effect);
  z-index: 1001;
}
body > .wrapper header nav > :first-child > .container > .pages > .language > .options > a, body > .wrapper header nav > #contact:first-child > .content > .pages > .language > .options > a, body > .wrapper header nav > #about:first-child > .content > .pages > .language > .options > a {
  display: flex;
  padding: 0.5em;
}
body > .wrapper header nav > :first-child > .container > .pages > .language > .options > a > img, body > .wrapper header nav > #contact:first-child > .content > .pages > .language > .options > a > img, body > .wrapper header nav > #about:first-child > .content > .pages > .language > .options > a > img {
  height: 1.5em;
  aspect-ratio: 297/210;
  object-fit: cover;
  border-radius: 3px;
}
body > .wrapper header nav > :first-child > .container > .pages > .language > .options > a:hover, body > .wrapper header nav > #contact:first-child > .content > .pages > .language > .options > a:hover, body > .wrapper header nav > #about:first-child > .content > .pages > .language > .options > a:hover {
  background: rgba(0, 0, 0, 0.05);
}
body > .wrapper header nav > :first-child > .container > .pages > .language:hover > .options, body > .wrapper header nav > #contact:first-child > .content > .pages > .language:hover > .options, body > .wrapper header nav > #about:first-child > .content > .pages > .language:hover > .options {
  opacity: 1;
  pointer-events: auto;
}
/* .header-main-bar kuralları yukarıdaki blokta tanımlandı */
body > .wrapper header nav > .header-main-bar > .container > .pages, body > .wrapper header nav > .header-main-bar#contact > .content > .pages, body > .wrapper header nav > .header-main-bar#about > .content > .pages {
  display: flex;
  padding: 0;
  flex: 1;
}
/* nav link stilleri artık .header-main-bar .pages > a bloğunda yönetiliyor */
body > .wrapper header nav > .header-main-bar > .container > .pages a[href],
body > .wrapper header nav > .header-main-bar#contact > .content > .pages a[href],
body > .wrapper header nav > .header-main-bar#about > .content > .pages a[href] {
  border-bottom: none;
  background: none;
}
body > .wrapper header nav > .header-main-bar > .container > .pages a[href]:hover,
body > .wrapper header nav > .header-main-bar#contact > .content > .pages a[href]:hover,
body > .wrapper header nav > .header-main-bar#about > .content > .pages a[href]:hover {
  background-color: transparent;
  border-bottom-color: transparent;
}
body > .wrapper header nav > .header-main-bar > .container > .pages a[href].active,
body > .wrapper header nav > .header-main-bar#contact > .content > .pages a[href].active,
body > .wrapper header nav > .header-main-bar#about > .content > .pages a[href].active {
  background-color: transparent;
  border-bottom-color: transparent;
  box-shadow: none;
  height: 100%;
}
body > .wrapper header nav > .header-main-bar > .container > .pages > .collapse,
body > .wrapper header nav > .header-main-bar#contact > .content > .pages > .collapse,
body > .wrapper header nav > .header-main-bar#about > .content > .pages > .collapse {
  display: flex;
  margin-left: auto;
}
/* Portföyümüz collapse — stilleri .header-main-bar .pages bloğundan alıyor */
body > .wrapper header nav > .header-main-bar > .container > .pages > .collapse > a[href],
body > .wrapper header nav > .header-main-bar#contact > .content > .pages > .collapse > a[href],
body > .wrapper header nav > .header-main-bar#about > .content > .pages > .collapse > a[href] {
  background: transparent;
  border-bottom: none;
}
body > .wrapper header nav > .header-main-bar > .container > .pages > .collapse > a[href]:hover,
body > .wrapper header nav > .header-main-bar#contact > .content > .pages > .collapse > a[href]:hover,
body > .wrapper header nav > .header-main-bar#about > .content > .pages > .collapse > a[href]:hover {
  background-color: transparent;
  border-bottom-color: transparent;
}
body > .wrapper header nav > .header-main-bar > .container > .pages > .collapse > a[href].active,
body > .wrapper header nav > .header-main-bar#contact > .content > .pages > .collapse > a[href].active,
body > .wrapper header nav > .header-main-bar#about > .content > .pages > .collapse > a[href].active {
  background-color: transparent;
  border-bottom-color: transparent;
  box-shadow: none;
}
body > .wrapper header nav > .header-main-bar > .container > .pages > .language, body > .wrapper header nav > .header-main-bar#contact > .content > .pages > .language, body > .wrapper header nav > .header-main-bar#about > .content > .pages > .language {
  position: relative;
  color: white;
  font-weight: bold;
  cursor: pointer;
}
body > .wrapper header nav > .header-main-bar > .container > .pages > .language > .current > a > span, body > .wrapper header nav > .header-main-bar#contact > .content > .pages > .language > .current > a > span, body > .wrapper header nav > .header-main-bar#about > .content > .pages > .language > .current > a > span {
  display: none;
}
body > .wrapper header nav > .header-main-bar > .container > .pages > .language > .options, body > .wrapper header nav > .header-main-bar#contact > .content > .pages > .language > .options, body > .wrapper header nav > .header-main-bar#about > .content > .pages > .language > .options {
  position: absolute;
  top: 3rem;
  opacity: 0;
  pointer-events: none;
}
body > .wrapper header nav > .header-main-bar > .container > .pages > .language > *, body > .wrapper header nav > .header-main-bar#contact > .content > .pages > .language > *, body > .wrapper header nav > .header-main-bar#about > .content > .pages > .language > * {
  transition: opacity 0.2s var(--ease-effect), background 0.2s var(--ease-effect);
}
body > .wrapper header nav > .header-main-bar > .container > .pages > .language > * > a, body > .wrapper header nav > .header-main-bar#contact > .content > .pages > .language > * > a, body > .wrapper header nav > .header-main-bar#about > .content > .pages > .language > * > a {
  display: flex;
  gap: 0.5em;
  align-items: center;
  height: 3rem;
  padding: 0.5em;
}
body > .wrapper header nav > .header-main-bar > .container > .pages > .language > * > a > img, body > .wrapper header nav > .header-main-bar#contact > .content > .pages > .language > * > a > img, body > .wrapper header nav > .header-main-bar#about > .content > .pages > .language > * > a > img {
  display: block;
  height: 100%;
  aspect-ratio: 297/210;
  object-fit: cover;
}
body > .wrapper header nav > .header-main-bar > .container > .pages > .language > * > a > span, body > .wrapper header nav > .header-main-bar#contact > .content > .pages > .language > * > a > span, body > .wrapper header nav > .header-main-bar#about > .content > .pages > .language > * > a > span {
  display: none;
}
body > .wrapper header nav > .header-main-bar > .container > .pages > .language:hover > *, body > .wrapper header nav > .header-main-bar#contact > .content > .pages > .language:hover > *, body > .wrapper header nav > .header-main-bar#about > .content > .pages > .language:hover > * {
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 766px) {
  body > .wrapper header nav > .header-main-bar > .container > .pages, body > .wrapper header nav > .header-main-bar#contact > .content > .pages, body > .wrapper header nav > .header-main-bar#about > .content > .pages {
    justify-content: space-between;
    font-size: 0.85em;
  }
}
@media (max-width: 568px) {
  body > .wrapper header nav > .header-main-bar > .container > .pages, body > .wrapper header nav > .header-main-bar#contact > .content > .pages, body > .wrapper header nav > .header-main-bar#about > .content > .pages {
    font-size: 0.7em;
  }
}
body > .wrapper main {
  flex: 1;
  background-color: transparent;
  box-shadow: 0 0 8px black;
  display: flex;
  flex-direction: column;
  padding-top: 10.4rem;
}
@media (max-width: 1199px) {
  body > .wrapper main {
    padding-top: 10.4rem;
  }
}
@media (max-width: 768px) {
  body > .wrapper main {
    padding-top: 8.4rem;
  }
}
body > .wrapper main > .full, body > .wrapper main > #contact, body > .wrapper main > #about, body > .wrapper main > .slider {
  min-height: calc(100vh - 10.4rem);
}
body footer {
  padding-top: 3.5rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  background: linear-gradient(165deg, rgba(10,22,40,0.95) 0%, rgba(18,34,64,0.95) 50%, rgba(14,26,48,0.95) 100%);
  box-shadow: 0 -4px 24px rgba(0,0,0,0.2);
  color: #c8d8e8;
  border-top: 2px solid var(--pf-gold);
}
body footer > .container, body footer#contact > .content, body footer#about > .content {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2rem;
}
body footer > .container > .content, body footer#contact > .content > .content, body footer#about > .content > .content {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  min-width: 0;
}
body footer > .container > .content > div.links, body footer#contact > .content > .content > div.links, body footer#about > .content > .content > div.links {
  letter-spacing: 1px;
  padding-right: 2.5rem;
}
@media (max-width: 576px) {
  body footer > .container > .content > div.links, body footer#contact > .content > .content > div.links, body footer#about > .content > .content > div.links {
    flex: 1;
  }
}
body footer > .container > .content > div.links > a[href], body footer#contact > .content > .content > div.links > a[href], body footer#about > .content > .content > div.links > a[href] {
  display: block;
  color: rgba(201, 213, 228, 0.75);
  text-decoration: none;
  line-height: 2.2em;
  font-size: 0.88rem;
  letter-spacing: 0.03em;
  transition: color 0.2s var(--ease-effect), padding-left 0.2s var(--ease-effect);
}
body footer > .container > .content > div.links > a[href]:hover, body footer#contact > .content > .content > div.links > a[href]:hover, body footer#about > .content > .content > div.links > a[href]:hover {
  color: var(--pf-gold-light);
  padding-left: 0.4em;
}
body footer > .container > .content > div.law, body footer#contact > .content > .content > div.law, body footer#about > .content > .content > div.law {
  flex: 1;
}
@media (max-width: 576px) {
  body footer > .container > .content > div.law, body footer#contact > .content > .content > div.law, body footer#about > .content > .content > div.law {
    min-width: 100%;
    margin: 0.5rem 0;
  }
}
body footer > .container > .content > div.law > .social-icons, body footer#contact > .content > .content > div.law > .social-icons, body footer#about > .content > .content > div.law > .social-icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}
body footer > .container > .content > div.law > p, body footer#contact > .content > .content > div.law > p, body footer#about > .content > .content > div.law > p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 0.82rem;
  line-height: 1.6;
  color: rgba(200, 216, 232, 0.65);
}
body footer > .container > .content > div.law > small, body footer#contact > .content > .content > div.law > small, body footer#about > .content > .content > div.law > small {
  opacity: 0.45;
  font-size: 0.78rem;
  letter-spacing: 0.05em;
}
@media (max-width: 991px) {
  body footer > .container, body footer#contact > .content, body footer#about > .content {
    flex-direction: column-reverse;
    align-items: stretch;
  }
  footer .logo {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 1.5rem 0 0.5rem;
  }
  body footer > .container > .content, body footer#contact > .content > .content, body footer#about > .content > .content {
    width: 100%;
    flex: unset;
    gap: 1.5rem;
    padding-left: 0 !important;
    min-width: unset !important;
  }
  body footer > .container > .content > div.links, body footer#contact > .content > .content > div.links, body footer#about > .content > .content > div.links {
    flex: 1;
    padding-right: 1rem;
  }
  body footer > .container > .content > div.law, body footer#contact > .content > .content > div.law, body footer#about > .content > .content > div.law {
    width: 100%;
    min-width: 100%;
    margin: 0;
  }
  .footer-partner-icons {
    margin-left: 0;
    flex-wrap: wrap;
  }
  footer .social-icons {
    flex-wrap: wrap;
  }
  body footer > .container > .content > div.law > small {
    display: block;
    text-align: center;
  }
}
@media (min-width: 992px) {
  body footer > .container > .content, body footer#contact > .content > .content, body footer#about > .content > .content {
    flex: 1;
    min-width: 700px;
    padding-left: 3rem;
  }
}
body footer > .copyright {
  text-align: center;
  padding: 0.5rem;
  margin-top: 1.5rem;
  box-shadow: 0 0 4px rgba(0,0,0,0.4);
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  border-top: 1px solid rgba(201, 169, 110, 0.2);
}
body footer > .copyright > a[href] {
  color: rgba(232, 213, 176, 0.6);
  text-decoration: none;
  font-weight: bold;
  transition: color 0.2s var(--ease-effect);
}
body footer > .copyright > a[href]:hover {
  color: var(--pf-gold-light);
}

#background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 110vh;
  z-index: -1;
  object-fit: cover;
  pointer-events: none;
  background-size: cover;
  background-position: center;
  background-image: url("/images/project/mona/venice/Exterior/4.webp");
  display: flex;
}
#background > .video-wrapper {
  width: 100%;
  display: flex;
}
#background > .video-wrapper > .video-slot {
  flex: 1;
  position: relative;
}
#background > .video-wrapper > .video-slot > video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.2s var(--ease-effect);
}
@media (max-aspect-ratio: 12/16) {
  #background > .video-wrapper > .video-slot[data-slot-index="2"] {
    display: none;
  }
}
@media (max-aspect-ratio: 24/16) {
  #background > .video-wrapper > .video-slot[data-slot-index="3"] {
    display: none;
  }
}
@media (max-aspect-ratio: 36/16) {
  #background > .video-wrapper > .video-slot[data-slot-index="4"] {
    display: none;
  }
}
@media (max-aspect-ratio: 48/16) {
  #background > .video-wrapper > .video-slot[data-slot-index="5"] {
    display: none;
  }
}

.slider {
  direction: ltr;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.slider > .track {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
}
.slider > .track > .slide {
  flex-shrink: 0;
  width: 100%;
  position: relative;
}
.slider > .track > .slide > .text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
}
.slider > .track > .slide > .text > .container, .slider > .track > .slide > .text#contact > .content, .slider > .track > .slide > .text#about > .content {
  height: 100%;
  display: flex;
  align-items: center;
}
.slider > .track > .slide > .text > .container > .content, .slider > .track > .slide > .text#contact > .content > .content, .slider > .track > .slide > .text#about > .content > .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.5s 0.75s var(--ease-effect), opacity 1s var(--ease-effect), min-height 1s var(--ease-effect);
  min-height: 0;
}
.slider > .track > .slide > .text > .container > .content:not(.active), .slider > .track > .slide > .text#contact > .content > .content:not(.active), .slider > .track > .slide > .text#about > .content > .content:not(.active) {
  transform: scale(0.7);
  opacity: 0.7;
  min-height: 250%;
}
.slider > .track > .slide > .text > .container > .content > h2, .slider > .track > .slide > .text#contact > .content > .content > h2, .slider > .track > .slide > .text#about > .content > .content > h2 {
  font-size: 3.5em;
  color: white;
  text-align: center;
}
.slider > .track > .slide > .text > .container > .content > h6, .slider > .track > .slide > .text#contact > .content > .content > h6, .slider > .track > .slide > .text#about > .content > .content > h6 {
  opacity: 0.7;
  color: white;
  margin-bottom: 1rem;
  text-align: start;
  text-align: center;
}
.slider > .track > .slide > .text > .container > .content > p, .slider > .track > .slide > .text#contact > .content > .content > p, .slider > .track > .slide > .text#about > .content > .content > p {
  font-weight: bold;
  opacity: 0.9;
  color: white;
  text-align: center;
}
@media (max-width: 1200px) {
  .slider > .track > .slide > .text > .container > .content, .slider > .track > .slide > .text#contact > .content > .content, .slider > .track > .slide > .text#about > .content > .content {
    width: 100%;
  }
  .slider > .track > .slide > .text > .container > .content:not(.active), .slider > .track > .slide > .text#contact > .content > .content:not(.active), .slider > .track > .slide > .text#about > .content > .content:not(.active) {
    transform: scale(0.7);
    opacity: 0.7;
    min-height: 500%;
  }
  .slider > .track > .slide > .text > .container > .content > h2, .slider > .track > .slide > .text#contact > .content > .content > h2, .slider > .track > .slide > .text#about > .content > .content > h2 {
    font-size: 2.5em;
  }
  .slider > .track > .slide > .text > .container > .content > p, .slider > .track > .slide > .text#contact > .content > .content > p, .slider > .track > .slide > .text#about > .content > .content > p {
    font-weight: bold;
    opacity: 0.8;
    color: white;
  }
}
.slider.transition > .track {
  transition: transform 1s var(--ease-effect);
}
.slider > .slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  height: 100%;
  width: 4rem;
  cursor: pointer;
  z-index: 3;
  background: transparent;
}
.slider > .slider-btn.prev::after, .slider > .slider-btn.next::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: white;
  opacity: 0;
  transition: opacity 0.2s var(--ease-effect);
}
.slider > .slider-btn.prev {
  left: 0;
}
.slider > .slider-btn.prev::after {
  content: "<";
}
.slider > .slider-btn.next {
  right: 0;
}
.slider > .slider-btn.next::after {
  content: ">";
}
.slider > .slider-btn:hover::after {
  opacity: 0.5;
}

a.button {
  text-align: center;
  text-decoration: none;
}
a[href]:not(.button) {
  color: var(--pf-navy, var(--pf-navy));
  font-weight: bold;
  text-decoration-style: dotted;
  transition: color 0.2s var(--ease-effect);
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  user-select: none;
}
a[href]:not(.button):hover {
  color: var(--pf-gold-dark, var(--pf-gold-dark));
}

select, button, input, a.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 500;
  font-size: 1em;
  padding: 1.2em;
  border: 1px solid #ccc;
  border-radius: 0.5rem;
}
select + span > small, button + span > small, input + span > small, a.button + span > small {
  opacity: 0.5;
  color: orangered;
}
select.valid, select.invalid, button.valid, button.invalid, input.valid, input.invalid, a.button.valid, a.button.invalid {
  outline: none !important;
}
select.valid.modified.valid, select.invalid.modified.valid, button.valid.modified.valid, button.invalid.modified.valid, input.valid.modified.valid, input.invalid.modified.valid, a.button.valid.modified.valid, a.button.invalid.modified.valid {
  border-color: #007a9e;
  color: #005873;
}
select.valid.modified.valid + span, select.invalid.modified.valid + span, button.valid.modified.valid + span, button.invalid.modified.valid + span, input.valid.modified.valid + span, input.invalid.modified.valid + span, a.button.valid.modified.valid + span, a.button.invalid.modified.valid + span {
  color: #007a9e;
}
select.valid.modified.valid:disabled, select.invalid.modified.valid:disabled, button.valid.modified.valid:disabled, button.invalid.modified.valid:disabled, input.valid.modified.valid:disabled, input.invalid.modified.valid:disabled, a.button.valid.modified.valid:disabled, a.button.invalid.modified.valid:disabled {
  border-color: #007a9e;
  border-width: 3px;
  color: #007a9e;
  font-weight: 700;
}
select.valid.modified.valid:disabled + span, select.invalid.modified.valid:disabled + span, button.valid.modified.valid:disabled + span, button.invalid.modified.valid:disabled + span, input.valid.modified.valid:disabled + span, input.invalid.modified.valid:disabled + span, a.button.valid.modified.valid:disabled + span, a.button.invalid.modified.valid:disabled + span {
  font-weight: 700;
  color: #007a9e;
}
select.valid.invalid, select.invalid.invalid, button.valid.invalid, button.invalid.invalid, input.valid.invalid, input.invalid.invalid, a.button.valid.invalid, a.button.invalid.invalid {
  border-color: orangered;
}
select.valid.invalid + span, select.invalid.invalid + span, button.valid.invalid + span, button.invalid.invalid + span, input.valid.invalid + span, input.invalid.invalid + span, a.button.valid.invalid + span, a.button.invalid.invalid + span {
  color: orangered;
}

img {
  pointer-events: none;
}

h1 {
  color: var(--pf-navy, var(--pf-navy));
}

h2 {
  color: var(--pf-navy, var(--pf-navy));
}

h3 {
  color: var(--pf-navy-mid, var(--pf-navy-mid));
}

h4 {
  color: var(--pf-navy-mid, var(--pf-navy-mid));
}

h5 {
  color: var(--pf-gold-dark, var(--pf-gold-dark));
}

h6 {
  color: var(--pf-gold, var(--pf-gold));
}

.inline-video {
  opacity: 0;
  animation: fadeIn 0.5s var(--ease-effect) forwards;
  animation-delay: 0.2s;
}

/* ============================================================
   Hakkımızda — Premium Light Theme
   ============================================================ */

#about {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: var(--pf-bg, var(--pf-bg));
  opacity: 0;
  animation: fadeIn 0.5s var(--ease-effect) forwards;
}

/* ─── Hero ─── */
.about-hero {
  position: relative;
  min-height: 38vh;
  display: flex;
  align-items: center;
  background-image: url(/images/about/pexels-pho-tomass-883344227-33865866.jpg);
  background-size: cover;
  background-position: center 30%;
  overflow: hidden;
}
.about-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,
    rgba(30, 58, 95, 0.82) 0%,
    rgba(30, 58, 95, 0.55) 60%,
    rgba(201, 169, 110, 0.18) 100%);
}
.about-hero .container {
  position: relative;
  z-index: 1;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.about-hero-content {
  max-width: 720px;
}
.about-hero-label {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--pf-gold);
  border: 1px solid rgba(201, 169, 110, 0.4);
  padding: 0.3rem 0.85rem;
  border-radius: 999px;
  margin-bottom: 1rem;
}
.about-hero-title {
  font-size: 2.8rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.15;
  margin: 0 0 1rem;
  letter-spacing: -0.02em;
}
.about-hero-sub {
  font-size: 0.95rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.82);
  max-width: 620px;
}
@media (max-width: 768px) {
  .about-hero-title { font-size: 1.8rem; }
  .about-hero-sub   { font-size: 0.85rem; }
}

/* ─── İstatistik Bar ─── */
.about-stats-bar {
  background: linear-gradient(165deg, rgba(10,22,40,0.95) 0%, rgba(18,34,64,0.95) 50%, rgba(14,26,48,0.95) 100%);
  border-bottom: 3px solid var(--pf-gold, var(--pf-gold));
}
.about-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  padding: 0;
}
.stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.4rem 3rem;
  gap: 0.2rem;
}
.stat-number {
  font-size: 1.9rem;
  font-weight: 800;
  color: var(--pf-gold, var(--pf-gold));
  letter-spacing: -0.02em;
  line-height: 1;
}
.stat-label {
  font-size: 0.72rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.65);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
.stat-divider {
  width: 1px;
  height: 2.5rem;
  background: rgba(255, 255, 255, 0.12);
  flex-shrink: 0;
}
@media (max-width: 576px) {
  .stat-item { padding: 1rem 1.5rem; }
  .stat-divider { display: none; }
}

/* ─── Ana İçerik ─── */
.about-main {
  padding: 5rem 0 4rem;
}

/* ─── Blok (metin + fotoğraf) ─── */
.about-block {
  display: flex;
  align-items: stretch;
  gap: 0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--pf-shadow, 0 4px 24px rgba(30,58,95,0.1));
  border: 1px solid var(--pf-border, rgba(201,169,110,0.25));
  margin-bottom: 2.5rem;
  min-height: 280px;
}
.about-block-reverse {
  flex-direction: row-reverse;
}
.about-block-text {
  flex: 1;
  padding: 3rem 3.5rem;
  background: var(--pf-white, #fff);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  border-left: 4px solid var(--pf-gold, var(--pf-gold));
}
.about-block-reverse .about-block-text {
  border-left: none;
  border-right: 4px solid var(--pf-gold, var(--pf-gold));
}
.about-block-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--pf-gold-dark, var(--pf-gold-dark));
  padding: 0.28rem 0.75rem;
  border-radius: 999px;
  background: rgba(201, 169, 110, 0.1);
  border: 1px solid rgba(201, 169, 110, 0.3);
  width: fit-content;
}
.about-block-text p {
  font-size: 0.9rem;
  line-height: 1.8;
  color: var(--pf-text, var(--pf-text));
}
.about-block-image {
  width: 42%;
  flex-shrink: 0;
  background-size: cover;
  background-position: center;
  min-height: 260px;
  transition: transform 0.6s var(--ease-effect);
}
.about-block:hover .about-block-image {
  transform: scale(1.03);
}
@media (max-width: 768px) {
  .about-block,
  .about-block-reverse {
    flex-direction: column;
  }
  .about-block-image {
    width: 100%;
    min-height: 200px;
  }
  .about-block-text {
    padding: 2rem 1.5rem;
    border-left: none;
    border-top: 4px solid var(--pf-gold, var(--pf-gold));
  }
  .about-block-reverse .about-block-text {
    border-right: none;
    border-top: 4px solid var(--pf-gold, var(--pf-gold));
  }
}

/* ─── Değer Kartları ─── */
.about-values {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-bottom: 3rem;
}
.about-value-card {
  background: var(--pf-white, #fff);
  border: 1px solid var(--pf-border, rgba(201,169,110,0.25));
  border-radius: 14px;
  padding: 2.25rem 2rem;
  box-shadow: var(--pf-shadow);
  transition: transform 0.3s var(--ease-effect), box-shadow 0.3s var(--ease-effect), border-color 0.3s var(--ease-effect);
}
.about-value-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--pf-shadow-hover);
  border-color: var(--pf-gold, var(--pf-gold));
}
.value-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--pf-navy, var(--pf-navy)), var(--pf-navy-mid, var(--pf-navy-mid)));
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  box-shadow: 0 4px 12px rgba(30, 58, 95, 0.25);
}
.value-icon i {
  font-size: 1.15rem;
  color: var(--pf-gold, var(--pf-gold));
}
.about-value-card h4 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--pf-navy, var(--pf-navy));
  margin-bottom: 0.6rem;
}
.about-value-card p {
  font-size: 0.85rem;
  line-height: 1.75;
  color: var(--pf-text-muted, var(--pf-text-muted));
}
@media (max-width: 640px) {
  .about-values { grid-template-columns: 1fr; }
}

/* ─── CTA ─── */
.about-cta {
  margin-top: 1rem;
}
.about-cta-inner {
  padding: 4.5rem 3rem;
  background: linear-gradient(160deg, #667eea 0%, #764ba2 100%);
  border-radius: 24px;
  border: none;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.about-cta-inner::before {
  content: "";
  position: absolute;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background: rgba(255,255,255,0.06);
  top: -120px;
  right: -80px;
  pointer-events: none;
}
.about-cta-inner::after {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: rgba(255,255,255,0.04);
  bottom: -80px;
  left: -60px;
  pointer-events: none;
}
.about-cta-text h3 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}
.about-cta-text p {
  font-size: 1.08rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.7;
  max-width: 520px;
  margin: 0 auto 2.5rem;
  position: relative;
  z-index: 1;
}
.about-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  padding: 1.1rem 2.8rem;
  border-radius: 50px;
  background: #fff;
  color: #764ba2;
  font-weight: 700;
  font-size: 1.05rem;
  text-decoration: none;
  transition: transform 0.3s, box-shadow 0.3s;
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
  position: relative;
  z-index: 1;
}
.about-cta-btn:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 10px 40px rgba(0,0,0,0.2);
  color: #667eea;
}
@media (max-width: 640px) {
  .about-cta-inner {
    padding: 3rem 1.5rem;
  }
}

/* ─── Alt Kapak Fotoğrafı ─── */
.about-footer-img {
  width: 100%;
  height: 14em;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-top: 4px solid var(--pf-gold, var(--pf-gold));
  filter: brightness(0.85);
}

#contact {
  position: relative;
  display: flex;
  flex-direction: column;
}
#contact > .content {
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  #contact > .content {
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100%;
  }
}
#contact > .content > div:first-child {
  margin-top: 3em;
  color: white;
  text-align: center;
}
#contact > .content > div:first-child * {
  color: currentColor;
}
#contact > .content > div:first-child h6 {
  opacity: 0.8;
}
#contact > .content > .center {
  margin: 2em 0;
  padding: 5em 0;
  display: flex;
  border-left: 3rem solid;
  border-image: linear-gradient(165deg, rgba(10,22,40,0.95) 0%, rgba(18,34,64,0.95) 50%, rgba(14,26,48,0.95) 100%) 1;
  width: 100%;
  max-width: 960px;
}
#contact > .content > .center > .info {
  background-color: white;
  color: #111;
  font-weight: 400;
  padding: 2em;
  margin-left: -1em;
  border-radius: 1em 0 0 1em;
}
#contact > .content > .center > .info > h2 {
  color: var(--pf-gold);
}
#contact > .content > .center > .info > h3 {
  margin-top: 1em;
  color: var(--pf-gold);
}
#contact > .content > .center > .info > a[href] {
  color: #122240;
  display: flex;
  gap: 0.5em;
  align-items: center;
}
#contact > .content > .center > .info > a[href]:hover {
  color: var(--pf-gold);
}
#contact > .content > .center > .map {
  flex: 1;
  display: flex;
  border-right: 5px solid var(--pf-gold);
}
#contact > .content > .center > .map > iframe {
  flex: 1;
}
@media (max-width: 767px) {
  #contact > .content > .center {
    flex-direction: column;
    border-left: none;
    padding: 2em 0;
  }
  #contact > .content > .center > .info {
    border-radius: 0;
    margin-left: 0;
    text-align: center;
  }
  #contact > .content > .center > .info > a[href] {
    justify-content: center;
    font-size: 1.2em;
  }
  #contact > .content > .center > .info > a[href] > i {
    display: none;
  }
  #contact > .content > .center > .map {
    min-height: 30em;
    border-top: 5px solid #122240;
    border-bottom: 5px solid #122240;
    border-right: none;
  }
}
#contact > .content > div:last-child {
  margin-bottom: 3em;
}

@font-face {
  font-family: "IBM Plex Sans Condensed";
  src: url("/fonts/ibmplexsanscondensed/IBMPlexSansCondensed-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "IBM Plex Sans Condensed";
  src: url("/fonts/ibmplexsanscondensed/IBMPlexSansCondensed-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "IBM Plex Sans Condensed";
  src: url("/fonts/ibmplexsanscondensed/IBMPlexSansCondensed-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "IBM Plex Sans Condensed";
  src: url("/fonts/ibmplexsanscondensed/IBMPlexSansCondensed-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "IBM Plex Sans Condensed";
  src: url("/fonts/ibmplexsanscondensed/IBMPlexSansCondensed-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "IBM Plex Sans Condensed";
  src: url("/fonts/ibmplexsanscondensed/IBMPlexSansCondensed-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "IBM Plex Sans Condensed";
  src: url("/fonts/ibmplexsanscondensed/IBMPlexSansCondensed-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IBM Plex Sans Condensed";
  src: url("/fonts/ibmplexsanscondensed/IBMPlexSansCondensed-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IBM Plex Sans Condensed";
  src: url("/fonts/ibmplexsanscondensed/IBMPlexSansCondensed-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "IBM Plex Sans Condensed";
  src: url("/fonts/ibmplexsanscondensed/IBMPlexSansCondensed-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "IBM Plex Sans Condensed";
  src: url("/fonts/ibmplexsanscondensed/IBMPlexSansCondensed-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "IBM Plex Sans Condensed";
  src: url("/fonts/ibmplexsanscondensed/IBMPlexSansCondensed-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "IBM Plex Sans Condensed";
  src: url("/fonts/ibmplexsanscondensed/IBMPlexSansCondensed-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IBM Plex Sans Condensed";
  src: url("/fonts/ibmplexsanscondensed/IBMPlexSansCondensed-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
.logo {
  padding: 1em 0;
  height: 7rem;
  display: flex;
}
/* Header logosu — bar yüksekliğini tamamen doldursun */
.header-main-bar .logo {
  height: 100%;
  padding: 0.5rem 0;
  align-items: center;
}
.header-main-bar .logo > div {
  min-width: 200px;
  width: 200px;
}
@media (max-width: 768px) {
  .logo {
    height: 4.5rem;
    padding: 0.5em 0;
    align-items: center;
  }
}
.logo > div {
  min-width: 200px;
  aspect-ratio: 1875/544;
  background-image: url("/images/logo.png?id=2");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
footer .logo > div {
  filter: brightness(0) invert(1);
}
@media (max-width: 768px) {
  .logo > div {
    min-width: 120px;
    width: 120px;
  }
}

/* ─── Footer Sosyal İkonlar ─── */
footer .social-icons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
  font-size: unset;
  margin-bottom: 1rem;
}
.footer-social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 10px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.1);
  transition: background 0.2s, transform 0.2s;
  flex-shrink: 0;
  overflow: hidden;
  padding: 0.3rem;
  box-sizing: border-box;
}
.footer-social-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.footer-social-icon:hover {
  background: rgba(255,255,255,0.15);
  transform: translateY(-2px);
}
.footer-partner-icons {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-left: auto;
}
.footer-partner-icon {
  display: flex;
  align-items: center;
  height: 2rem;
  transition: opacity 0.2s, transform 0.2s;
}
.footer-partner-icon img {
  height: 1.8rem;
  width: auto;
  object-fit: contain;
}
.footer-partner-icon:hover {
  opacity: 0.85;
  transform: translateY(-2px);
}
footer .social-icons > a.footer-social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem !important;
  height: 2.4rem !important;
  position: relative;
  overflow: hidden;
  padding: 0.3rem;
  box-sizing: border-box;
}
footer .social-icons > a.footer-social-icon::after {
  display: none !important;
  content: none !important;
}
footer .social-icons > a.footer-social-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.footer-emlakjet img {
  filter: brightness(0) invert(1);
}
.social-icons > a[href]:not(.header-social-btn) {
  display: block;
  position: relative;
  overflow: hidden;
  transition: transform 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  width: 1em;
  height: 1em;
}
.social-icons > a[href]:not(.header-social-btn)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1em;
  width: 1em;
  background-size: contain;
  background-repeat: no-repeat;
}
.social-icons > a[href]:not(.header-social-btn):hover {
  transform: scale(1.2);
  color: var(--pf-gold, var(--pf-gold));
}
.social-icons > a[href].whatsapp::after {
  background-image: url("/Images/Assets/Whatsapp.svg");
}
.social-icons > a[href].instagram::after {
  background-image: url("/Images/Assets/Instagram.svg");
}
.social-icons > a[href].google-maps::after {
  background-image: url("/Images/Assets/Google-Maps.svg");
}
.social-icons > a[href].telegram::after {
  background-image: url("/Images/Assets/Telegram.svg");
}
.social-icons > a[href].linkedin::after {
  background-image: url("/Images/Assets/Linkedin.svg");
}
.social-icons > a[href].pinterest::after {
  background-image: url("/Images/Assets/Pinterest.svg");
}
.social-icons > a[href].youtube::after {
  background-image: url("/Images/Assets/Youtube.svg");
}
.social-icons > a[href].twitter::after {
  background-image: url("/Images/Assets/Twitter.svg");
}
.social-icons > a[href].facebook::after {
  background-image: url("/Images/Assets/Facebook.svg");
}
.social-icons > a[href].sahibinden::after {
  background-image: url("/Images/Assets/Sahibinden-Square.svg");
}
.header-social-bar .header-social-btn {
  font-size: 1rem !important;
  width: 2.2rem !important;
  height: 2.2rem !important;
}
@media (max-width: 1199.5px) {
  .social-icons:not(.header-social-bar .social-icons) {
    font-size: 2.3em;
  }
}

.popup-language {
  position: fixed;
  z-index: 100;
  bottom: 1rem;
  left: 1rem;
  display: flex;
  flex-direction: column-reverse;
  font-size: 1.2rem;
  width: 3.65em;
  overflow: hidden;
  transition: width 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(5px);
  border-radius: 0.5em;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}
.popup-language > div > a {
  display: flex;
  padding: 0.7em;
  gap: 0.7em;
  font-weight: bold;
  text-decoration: none;
  color: black;
  height: 2.9em;
}
.popup-language > div > a > span {
  line-height: 1.5em;
  display: block;
}
.popup-language > div > a > img {
  height: 1.5em;
  aspect-ratio: 1.5;
}
.popup-language > div.options > a {
  transition: transform 0.2s cubic-bezier(0.25, 0.1, 0.25, 1), color 0.2s cubic-bezier(0.25, 0.1, 0.25, 1), height 0.2s cubic-bezier(0.25, 0.1, 0.25, 1), padding 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  height: 0;
  padding: 0 0.7em;
  overflow: hidden;
}
.popup-language > div.options > a:hover {
  transform: translateX(5px);
  color: #007a9e;
}
.popup-language:hover {
  width: 9em;
}
.popup-language:hover > .options > a {
  height: 2.9em;
  padding: 0.7em;
}

.popup-social {
  display: none;
}
.popup-social > .main {
  display: flex;
  gap: 0.25em;
  padding: 0.25em;
  height: 2.4em;
  align-items: center;
  overflow: hidden;
  background-color: transparent;
  transition: background-color 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
  position: relative;
  z-index: -1;
}
.popup-social > .main > div {
  transition: opacity 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.popup-social > .main > div > a {
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
.popup-social > .main > div:first-child {
  flex: 5;
}
.popup-social > .main > div:first-child > a:first-child {
  aspect-ratio: 1;
  background-image: url("/Images/Assets/Google-Maps.svg");
}
.popup-social > .main > div:last-child {
  flex: 4;
  display: flex;
  gap: 0.25em;
  flex-direction: column;
}
.popup-social > .main > div:last-child > a:first-child {
  aspect-ratio: 1;
  background-image: url("/Images/Assets/Whatsapp.svg");
}
.popup-social > .main > div:last-child > a:last-child {
  aspect-ratio: 1;
  background-image: url("/Images/Assets/Instagram.svg");
}
.popup-social > .social-icons {
  display: flex;
  flex-direction: column;
  font-size: 1em;
  gap: 0.4em;
}
.popup-social > .social-icons > a::after {
  content: none;
  display: none;
}
.popup-social > .social-icons > a {
  display: flex;
  align-items: center;
  gap: 0.5em;
  position: relative;
  overflow: hidden;
  transition: width 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.2s cubic-bezier(0.25, 0.1, 0.25, 1), color 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  width: 2.4em;
  height: 2.4em;
  opacity: 0.7;
  border-radius: 0;
  background-color: transparent;
  border: none;
  text-decoration: none;
  white-space: nowrap;
  padding-left: 0;
  justify-content: flex-start;
}
.popup-social > .social-icons > a > i {
  flex-shrink: 0;
  width: 2.4em;
  height: 2.4em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4em;
  color: white;
  transition: color 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.popup-social > .social-icons > a > span {
  color: white;
  font-size: 0.75em;
  font-weight: 600;
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  pointer-events: none;
  padding-right: 0.5em;
}
.popup-social > .social-icons > a:hover {
  width: fit-content;
  opacity: 1;
}
.popup-social > .social-icons > a:hover > span {
  opacity: 1;
}
.popup-social > .social-icons > a.whatsapp:hover > i {
  color: #25D366;
}
.popup-social > .social-icons > a.instagram:hover > i {
  color: #E1306C;
}
.popup-social > .social-icons > a.facebook:hover > i {
  color: #1877F2;
}
.popup-social > .social-icons > a.youtube:hover > i {
  color: #FF0000;
}
.popup-social > .social-icons > a.telegram:hover > i {
  color: #2AABEE;
}
.popup-social > .social-icons > a.linkedin:hover > i {
  color: #0A66C2;
}
.popup-social > .social-icons > a.twitter:hover > i {
  color: #1DA1F2;
}
.popup-social > .social-icons > a.pinterest:hover > i {
  color: #E60023;
}

/* ============================================================
   Portfolio — Premium Light Theme (Champagne Gold × Navy)
   ============================================================ */

/* ─── CSS değişkenleri dosyanın başındaki :root bloğunda tanımlandı ─── */

/* ─── Navbar ─── */
.portfolio-navbar {
  position: sticky;
  top: 10rem;
  z-index: 50;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px) saturate(1.4);
  -webkit-backdrop-filter: blur(16px) saturate(1.4);
  border-bottom: 1px solid var(--pf-border);
  box-shadow: 0 2px 16px rgba(30, 58, 95, 0.08);
  padding: 0.75rem 0;
}
.portfolio-navbar > .container, .portfolio-navbar#about > .content, .portfolio-navbar#contact > .content {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.portfolio-navbar .listing-type-tabs {
  display: inline-flex;
  gap: 0;
  padding-right: 1.25rem;
  border-right: 1px solid var(--pf-border);
}
.portfolio-navbar .portfolio-slogan {
  font-size: 0.8rem;
  font-weight: 500;
  font-style: italic;
  color: var(--pf-text-muted);
  white-space: nowrap;
  padding: 0 1.5rem;
  letter-spacing: 0.02em;
}
.portfolio-navbar .listing-type-tabs > button {
  padding: 0.5rem 0.3rem;
  margin-right: 1.2rem;
  border: none;
  background: transparent;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.8rem;
  color: var(--pf-text-muted);
  letter-spacing: 0.07em;
  text-transform: uppercase;
  transition: color 0.2s var(--ease);
  white-space: nowrap;
  position: relative;
}
.portfolio-navbar .listing-type-tabs > button:last-child {
  margin-right: 0;
}
.portfolio-navbar .listing-type-tabs > button::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.75rem;
  height: 2px;
  background: linear-gradient(90deg, var(--pf-gold), var(--pf-gold-dark));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s var(--ease);
}
.portfolio-navbar .listing-type-tabs > button:hover {
  color: var(--pf-navy);
}
.portfolio-navbar .listing-type-tabs > button.active {
  color: var(--pf-navy);
}
.portfolio-navbar .listing-type-tabs > button.active::after {
  transform: scaleX(1);
}
.portfolio-navbar .back-btn {
  padding: 0.4rem 0.75rem;
  border: 1px solid var(--pf-border);
  background: var(--pf-navy-light);
  border-radius: 6px;
  cursor: pointer;
  color: var(--pf-navy);
  font-size: 0.85rem;
  transition: background 0.2s var(--ease), color 0.2s var(--ease), border-color 0.2s var(--ease), box-shadow 0.2s var(--ease);
}
.portfolio-navbar .back-btn:hover {
  background: var(--pf-gold);
  color: #ffffff;
  border-color: var(--pf-gold);
  box-shadow: 0 2px 8px rgba(201, 169, 110, 0.3);
}
.portfolio-navbar .filters {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  flex: 1;
}
.portfolio-navbar .filters select,
.portfolio-navbar .filters input[type=number] {
  padding: 0.38rem 0.85rem;
  border: 1px solid rgba(30, 58, 95, 0.18);
  border-radius: 8px;
  background: var(--pf-white);
  font-size: 0.76rem;
  color: var(--pf-text);
  transition: border-color 0.2s var(--ease), box-shadow 0.2s var(--ease);
  min-width: 7rem;
  box-shadow: 0 1px 4px rgba(30, 58, 95, 0.06);
}
.portfolio-navbar .filters select option,
.portfolio-navbar .filters input[type=number] option {
  color: var(--pf-text);
  background: white;
}
.portfolio-navbar .filters select option:checked {
  background: var(--pf-gold);
  color: #ffffff;
}
.portfolio-navbar .filters select option:hover {
  background: rgba(201, 169, 110, 0.3);
  color: var(--pf-text);
}
.portfolio-navbar .filters select::placeholder,
.portfolio-navbar .filters input[type=number]::placeholder {
  color: var(--pf-text-muted);
}
.portfolio-navbar .filters select:hover,
.portfolio-navbar .filters input[type=number]:hover {
  border-color: var(--pf-gold);
}
.portfolio-navbar .filters select:focus,
.portfolio-navbar .filters input[type=number]:focus {
  outline: none;
  border-color: var(--pf-gold);
  box-shadow: 0 0 0 3px rgba(201, 169, 110, 0.15);
}
.portfolio-navbar .filters .price-range {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.portfolio-navbar .filters .price-range > input {
  width: 5.5rem;
}
.portfolio-navbar .filters .price-range > span {
  color: var(--pf-text-muted);
  font-size: 0.75rem;
}
.portfolio-navbar .filters .reset-btn {
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 50%;
  border: 1px solid rgba(220, 53, 53, 0.3);
  background: transparent;
  color: var(--pf-error);
  cursor: pointer;
  transition: all 0.2s var(--ease);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
}
.portfolio-navbar .filters .reset-btn:hover {
  background: var(--pf-error);
  border-color: var(--pf-error);
  color: white;
  transform: rotate(90deg);
}
@media (max-width: 767px) {
  .portfolio-navbar {
    top: 8.4rem;
  }
  .portfolio-navbar > .container, .portfolio-navbar#about > .content, .portfolio-navbar#contact > .content {
    flex-direction: column;
    align-items: stretch;
    gap: 0.6rem;
  }
  .portfolio-navbar .listing-type-tabs {
    justify-content: center;
    padding-right: 0;
    border-right: none;
    padding-bottom: 0.25rem;
    border-bottom: 1px solid var(--pf-border);
  }
  .portfolio-navbar.filters-active .listing-type-tabs {
    justify-content: flex-start;
  }
  .portfolio-navbar .listing-type-tabs > button::after {
    bottom: -0.25rem;
  }
  .portfolio-navbar .filters {
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0.4rem;
  }
  .portfolio-navbar .filters .price-range > input {
    width: 4.5rem;
  }
  .portfolio-navbar .portfolio-slogan {
    text-align: center;
    width: 100%;
    padding: 0.5rem 0;
  }
}

/* ─── Section ─── */
.portfolio-section {
  padding: 2.5rem 0 6rem;
  min-height: 70vh;
  background: transparent;
  position: relative;
}
.portfolio-section > .container, .portfolio-section#about > .content, .portfolio-section#contact > .content {
  position: relative;
  z-index: 1;
}
.portfolio-section > .container > .property-grid, .portfolio-section#about > .content > .property-grid, .portfolio-section#contact > .content > .property-grid {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.portfolio-section > .container > .property-grid > .no-results, .portfolio-section#about > .content > .property-grid > .no-results, .portfolio-section#contact > .content > .property-grid > .no-results {
  text-align: center;
  padding: 6rem 1rem;
  color: var(--pf-white);
  font-size: 1rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-shadow: 0 1px 4px rgba(0,0,0,0.4);
}
.portfolio-section > .container > .property-grid > .no-results > i, .portfolio-section#about > .content > .property-grid > .no-results > i, .portfolio-section#contact > .content > .property-grid > .no-results > i {
  display: block;
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: var(--pf-gold);
  opacity: 0.7;
}

/* ─── Card — Premium Light ─── */
.property-card {
  display: flex;
  flex-direction: row;
  text-decoration: none;
  color: var(--pf-text);
  background: var(--pf-white);
  border: none;
  border-left: 4px solid var(--pf-navy);
  border-radius: 16px;
  overflow: hidden;
  height: 22rem;
  box-shadow: 0 4px 20px rgba(30, 58, 95, 0.08), 0 1px 3px rgba(30, 58, 95, 0.04);
  transition:
    transform 0.35s var(--ease),
    box-shadow 0.35s var(--ease),
    border-color 0.3s var(--ease);
}
.property-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(30, 58, 95, 0.12), 0 4px 12px rgba(30, 58, 95, 0.08);
  border-left-color: var(--pf-gold);
}
.property-card:hover .card-media > img,
.property-card:hover .card-media > .card-media-placeholder {
  transform: scale(1.06);
}
.property-card:hover .card-cta {
  color: var(--pf-gold-dark);
  gap: 0.6em;
}
.property-card:hover .card-cta > i {
  transform: translateX(0.25rem);
}

/* ─── Medya ─── */
.property-card > .card-media {
  position: relative;
  width: 40%;
  align-self: stretch;
  flex-shrink: 0;
  overflow: hidden;
}
.property-card > .card-media > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease);
}
.property-card > .card-media > .card-media-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 30% 40%, rgba(30, 58, 95, 0.08), transparent 60%),
    linear-gradient(145deg, #EAF4FB 0%, #D6E4F0 100%);
  transition: transform 0.6s var(--ease);
}
.property-card > .card-media > .card-media-placeholder > i {
  font-size: 2.5rem;
  color: rgba(30, 58, 95, 0.2);
}
.property-card > .card-media > .card-media-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(30, 58, 95, 0.4) 0%, transparent 50%);
  pointer-events: none;
}

/* Fiyat badge */
.property-card > .card-media > .card-media-price {
  position: absolute;
  bottom: 0.75rem;
  left: 0.75rem;
  z-index: 2;
  display: flex;
  align-items: baseline;
  gap: 0.25rem;
  padding: 0.4rem 0.85rem;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--pf-navy) 0%, var(--pf-navy-mid) 100%);
  box-shadow: 0 4px 14px rgba(30, 58, 95, 0.4);
}
.property-card > .card-media > .card-media-price > .price-value {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--pf-gold-light);
  letter-spacing: -0.02em;
}
.property-card > .card-media > .card-media-price > .price-currency {
  font-size: 0.7rem;
  font-weight: 600;
  color: rgba(232, 213, 176, 0.7);
}

/* ─── Kart Gövdesi ─── */
.property-card > .card-body {
  flex: 1;
  padding: 1.25rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.4rem;
  overflow: hidden;
  min-width: 0;
}

/* Header */
.property-card > .card-body > .card-header {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.property-card .card-badges {
  display: flex;
  gap: 0.35rem;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0.2rem;
}
.property-card .card-badges > .badge-type {
  padding: 0.2rem 0.6rem;
  border-radius: 4px;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  background: var(--pf-navy);
}
.property-card .card-badges > .badge-listing {
  padding: 0.2rem 0.6rem;
  border-radius: 4px;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--pf-navy);
  background: rgba(30, 58, 95, 0.08);
  border: 1px solid rgba(30, 58, 95, 0.2);
}
.property-card .card-badges > .badge-featured {
  padding: 0.2rem 0.6rem;
  border-radius: 4px;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--pf-gold-dark);
  background: rgba(201, 169, 110, 0.12);
  border: 1px solid rgba(201, 169, 110, 0.35);
}
.property-card .card-title {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--pf-navy);
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.property-card .card-region {
  display: flex;
  align-items: center;
  gap: 0.35em;
  font-size: 0.76rem;
  color: var(--pf-text-muted);
}
.property-card .card-region > i {
  color: var(--pf-navy);
  font-size: 0.8em;
}

/* Açıklama */
.property-card .card-description {
  font-size: 0.78rem;
  color: var(--pf-text-muted);
  line-height: 1.5;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Spec chip'leri */
.property-card .card-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.property-card .card-specs > .spec-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  padding: 0.4rem 0.75rem;
  border-radius: 6px;
  background: rgba(30, 58, 95, 0.05);
  border: 1px solid rgba(30, 58, 95, 0.12);
  font-size: 0.8rem;
  color: var(--pf-navy);
  font-weight: 600;
  white-space: nowrap;
  line-height: 1;
}
.property-card .card-specs > .spec-chip > i {
  font-size: 0.85rem;
  width: 1rem;
  text-align: center;
  color: var(--pf-navy);
  line-height: 1;
}

/* Footer */
.property-card .card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.4rem;
  border-top: 1px solid rgba(30, 58, 95, 0.1);
}
.property-card .card-date {
  font-size: 0.72rem;
  color: var(--pf-text-muted);
  display: flex;
  align-items: center;
  gap: 0.3em;
}
.property-card .card-date > i {
  color: rgba(30, 58, 95, 0.4);
}
.property-card .card-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--pf-navy);
  transition: color 0.2s var(--ease), gap 0.2s var(--ease);
}
.property-card .card-cta > i {
  font-size: 0.75em;
  transition: transform 0.25s var(--ease);
}

/* ─── Responsive ─── */
@media (max-width: 767px) {
  .property-card {
    flex-direction: column;
    height: auto;
    border-left: none;
    border-top: 4px solid var(--pf-navy);
  }
  .property-card > .card-media {
    width: 100%;
    height: 16rem;
  }
  .property-card .card-specs {
    gap: 0.3rem;
  }
  .property-card > .card-media > .card-media-price {
    left: auto;
    right: 0.75rem;
  }
}

/* ============================================================
   Property Detail — Premium Light Theme (Champagne Gold × Navy)
   ============================================================ */

.property-detail-section {
    padding: 2rem 0 5rem;
    min-height: 100vh;
}

.property-detail-section .container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 2.5rem;
    background: var(--pf-white);
    border: 1px solid var(--pf-border);
    border-radius: 16px;
    box-shadow: 0 8px 48px rgba(30, 58, 95, 0.12);
    color: var(--pf-text);
}

/* ─── Geri Butonu ─── */
.detail-back {
    margin-bottom: 1.75rem;
}

/* ─── Two Column Layout ─── */
.detail-two-col {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 2rem;
    margin-bottom: 2rem;
    align-items: start;
}

.detail-info-col {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.detail-info-col .detail-header {
    margin-bottom: 0;
    padding: 1.25rem 1.5rem;
}

.detail-info-col .detail-specs {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .detail-two-col {
        grid-template-columns: 1fr;
    }
}

.detail-back a {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    padding: 0.45rem 1rem;
    border-radius: 8px;
    background: var(--pf-navy-light);
    border: 1px solid rgba(30, 58, 95, 0.15);
    color: var(--pf-navy);
    text-decoration: none;
    transition: background 0.2s var(--ease), border-color 0.2s var(--ease), color 0.2s var(--ease);
}

.detail-back a:hover {
    background: var(--pf-navy);
    border-color: var(--pf-navy);
    color: var(--pf-white);
}

/* ─── Header ─── */
.detail-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1.5rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    padding: 1.5rem 1.75rem;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--pf-navy-light) 0%, #dce8f3 100%);
    border: 1px solid var(--pf-border);
    border-left: 4px solid var(--pf-gold);
}

.detail-title {
    font-size: 1.55rem;
    font-weight: 700;
    margin: 0 0 0.4rem;
    color: var(--pf-navy);
    line-height: 1.3;
}

.detail-location {
    font-size: 0.85rem;
    color: var(--pf-text-muted);
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.detail-location i {
    color: var(--pf-gold);
}

.detail-header-right {
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.5rem;
    flex-shrink: 0;
}

.detail-price {
    font-size: 1.6rem;
    font-weight: 800;
    color: var(--pf-navy);
    letter-spacing: -0.02em;
}

.detail-ref {
    font-size: 0.75rem;
    color: var(--pf-text-muted);
    font-family: monospace;
    opacity: 0.7;
}

.detail-badge {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    padding: 0.28rem 0.75rem;
    border-radius: 999px;
    text-transform: uppercase;
    background: var(--pf-navy);
    color: var(--pf-white);
}

/* ─── Galeri ─── */
.detail-gallery {
    margin-bottom: 0;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--pf-border);
    box-shadow: var(--pf-shadow);
}

.gallery-main {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: var(--pf-navy-light);
}

.gallery-main-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s var(--ease);
}

.gallery-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4rem;
    color: rgba(30, 58, 95, 0.15);
    background: linear-gradient(145deg, var(--pf-navy-light) 0%, #D6E4F0 100%);
}

.gallery-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(30, 58, 95, 0.6);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border: 1px solid rgba(255,255,255,0.2);
    color: #fff;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s var(--ease), transform 0.2s var(--ease);
}

.gallery-nav:hover {
    background: var(--pf-navy);
    transform: translateY(-50%) scale(1.08);
}

.gallery-prev { left: 1rem; }
.gallery-next { right: 1rem; }

.gallery-counter {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    background: rgba(30, 58, 95, 0.7);
    backdrop-filter: blur(6px);
    color: #fff;
    padding: 0.3rem 0.7rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.05em;
}

/* Thumbnails */
.gallery-thumbs-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    background: var(--pf-navy-light);
    border-top: 1px solid var(--pf-border);
}

.thumbs-nav {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    border-radius: 6px;
    background: var(--pf-white);
    border: 1px solid var(--pf-border);
    color: var(--pf-navy);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    transition: background 0.2s var(--ease), color 0.2s var(--ease);
}

.thumbs-nav:hover {
    background: var(--pf-navy);
    color: var(--pf-white);
    border-color: var(--pf-navy);
}

.gallery-thumbs {
    display: flex;
    gap: 0.5rem;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: var(--pf-gold-light) transparent;
}

.thumb-item {
    flex-shrink: 0;
    width: 80px;
    height: 55px;
    border-radius: 6px;
    overflow: hidden;
    border: 2px solid transparent;
    cursor: pointer;
    background: none;
    padding: 0;
    transition: border-color 0.2s var(--ease), transform 0.2s var(--ease);
}

.thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumb-item:hover {
    transform: scale(1.05);
}

.thumb-item.thumb-active {
    border-color: var(--pf-gold);
    box-shadow: 0 2px 8px rgba(201, 169, 110, 0.35);
}

/* ─── Specs ─── */
.detail-specs {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--pf-border);
    margin-bottom: 2rem;
    box-shadow: var(--pf-shadow);
}

.detail-specs .spec-item {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.8rem 1.25rem;
    background: var(--pf-white);
    border-right: 1px solid rgba(201, 169, 110, 0.18);
    border-bottom: 1px solid rgba(201, 169, 110, 0.18);
    flex: 1 1 160px;
    min-width: 140px;
    transition: background 0.2s var(--ease);
}

.detail-specs .spec-item:hover {
    background: var(--pf-navy-light);
}

.detail-specs .spec-item i {
    font-size: 1rem;
    color: var(--pf-gold);
    width: 20px;
    text-align: center;
    flex-shrink: 0;
}

.detail-specs .spec-item .spec-label {
    font-size: 0.75rem;
    color: var(--pf-text-muted);
    flex: 1;
}

.detail-specs .spec-item .spec-value {
    font-weight: 700;
    font-size: 0.88rem;
    color: var(--pf-navy);
    white-space: nowrap;
}

/* ─── Bölüm Başlıkları ─── */
.detail-description h2,
.detail-features h2,
.detail-map h2,
.detail-related h2 {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--pf-navy);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding-bottom: 0.6rem;
    border-bottom: 2px solid var(--pf-gold-light);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/* ─── Açıklama ─── */
.detail-description {
    margin-bottom: 2rem;
    padding: 1.5rem;
    border-radius: 12px;
    background: var(--pf-navy-light);
    border: 1px solid var(--pf-border);
}

.detail-description p {
    line-height: 1.8;
    color: var(--pf-text);
    font-size: 0.93rem;
}

/* ─── Özellikler ─── */
.detail-features {
    margin-bottom: 2rem;
    padding: 1.5rem;
    border-radius: 12px;
    background: var(--pf-white);
    border: 1px solid var(--pf-border);
    box-shadow: var(--pf-shadow);
}

.features-category {
    margin-bottom: 1.5rem;
}

.features-category:last-child {
    margin-bottom: 0;
}

.features-category-title {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--pf-gold-dark);
    margin-bottom: 0.75rem;
    padding-bottom: 0.35rem;
    border-bottom: 1px solid rgba(201, 169, 110, 0.25);
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 0.6rem;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.85rem;
    padding: 0.45rem 0.75rem;
    border-radius: 8px;
    background: var(--pf-navy-light);
    border: 1px solid rgba(30, 58, 95, 0.08);
    transition: background 0.2s var(--ease), border-color 0.2s var(--ease);
}

.feature-item:hover {
    background: rgba(201, 169, 110, 0.1);
    border-color: rgba(201, 169, 110, 0.3);
}

.feature-item i {
    color: var(--pf-gold-dark);
    font-size: 0.9rem;
    flex-shrink: 0;
}

.feature-item span {
    color: var(--pf-text);
    font-weight: 500;
}

/* ─── Harita ─── */
.detail-map {
    margin-bottom: 2rem;
}

.map-iframe {
    width: 100%;
    height: 360px;
    border: none;
    border-radius: 12px;
    box-shadow: var(--pf-shadow);
    border: 1px solid var(--pf-border);
}

.map-coords {
    display: block;
    margin-top: 0.5rem;
    font-size: 0.75rem;
    color: var(--pf-text-muted);
    font-family: monospace;
    opacity: 0.6;
}

/* ─── İlgili İlanlar ─── */
.detail-related {
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid var(--pf-border);
}

.related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}

.related-card {
    background: var(--pf-white);
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    color: var(--pf-text);
    border: 1px solid var(--pf-border);
    box-shadow: var(--pf-shadow);
    transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease), border-color 0.25s var(--ease);
    display: flex;
    flex-direction: column;
}

.related-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--pf-shadow-hover);
    border-color: var(--pf-gold);
}

.related-img {
    width: 100%;
    height: 150px;
    overflow: hidden;
    background: linear-gradient(145deg, var(--pf-navy-light), #D6E4F0);
}

.related-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s var(--ease);
}

.related-card:hover .related-img img {
    transform: scale(1.05);
}

.related-img-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: rgba(30, 58, 95, 0.15);
}

.related-info {
    padding: 0.9rem 1rem 0;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    flex: 1;
}

.related-title {
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--pf-navy);
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.related-location {
    font-size: 0.75rem;
    color: var(--pf-text-muted);
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.related-price {
    font-size: 1rem;
    font-weight: 800;
    color: var(--pf-navy);
    margin-top: 0.3rem;
}

.related-specs {
    padding: 0.55rem 1rem 0.75rem;
    display: flex;
    gap: 1rem;
    font-size: 0.76rem;
    color: var(--pf-text-muted);
    border-top: 1px solid var(--pf-border);
    margin-top: 0.5rem;
}

.related-specs i {
    margin-right: 0.25rem;
    color: var(--pf-gold);
}

/* ─── Responsive ─── */
@media (max-width: 768px) {
    .property-detail-section .container {
        padding: 1.25rem;
        border-radius: 10px;
    }

    .detail-header {
        flex-direction: column;
    }

    .detail-header-right {
        align-items: flex-start;
        text-align: left;
    }

    .detail-specs .spec-item {
        flex: 1 1 120px;
    }

    .features-grid {
        grid-template-columns: 1fr;
    }

    .related-grid {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .related-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ─── Featured Services Section ─── */
.featured-services {
  background: linear-gradient(165deg, rgba(10,22,40,0.85) 0%, rgba(18,34,64,0.85) 50%, rgba(14,26,48,0.85) 100%);
  padding: 5rem 0;
  border-bottom: none;
  position: relative;
  overflow: hidden;
}
.featured-services::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(30deg, rgba(201,169,110,0.05) 1px, transparent 1px),
    linear-gradient(150deg, rgba(201,169,110,0.04) 1px, transparent 1px),
    linear-gradient(-30deg, rgba(201,169,110,0.03) 1px, transparent 1px);
  background-size: 180px 320px, 220px 280px, 260px 360px;
  pointer-events: none;
}
.featured-services::after {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201,169,110,0.3), transparent);
}
.featured-services-header {
  margin-bottom: 3rem;
}
.featured-services-subtitle {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  color: var(--pf-gold);
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
.featured-services-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #fff;
  margin: 0;
}
.featured-services-underline {
  width: 50px;
  height: 3px;
  background: var(--pf-gold);
  margin-top: 1rem;
  border-radius: 2px;
}
.featured-services-slider-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.featured-services-viewport {
  overflow: hidden;
  flex: 1;
  border-radius: 16px;
}
.featured-services-track {
  display: flex;
  gap: 1.5rem;
  transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.fs-slider-btn {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1.5px solid rgba(201, 169, 110, 0.4);
  background: rgba(10, 18, 30, 0.8);
  color: var(--pf-gold);
  font-size: 1.1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, border-color 0.2s;
  z-index: 2;
}
.fs-slider-btn:hover {
  background: rgba(201, 169, 110, 0.15);
  border-color: var(--pf-gold);
}
.service-card {
  min-width: calc((100% - 3rem) / 3);
  max-width: calc((100% - 3rem) / 3);
  background: linear-gradient(145deg, #112240, #0a1628);
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(201, 169, 110, 0.2);
  transition: transform 0.3s, box-shadow 0.3s;
  flex-shrink: 0;
}
.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(201, 169, 110, 0.12);
}
.service-card-image {
  height: 200px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 1rem;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.service-card-badge {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.4rem 0.8rem;
  border-radius: 6px;
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.service-card-badge i {
  color: var(--pf-gold);
  margin-right: 0.3rem;
}
.service-card-body {
  padding: 1.25rem;
}
.service-card-category {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--pf-gold);
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
.service-card-category i {
  margin-right: 0.3rem;
}
.service-card-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 0.75rem;
}
.service-card-link {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--pf-gold);
  text-decoration: none;
  cursor: pointer;
  transition: color 0.2s;
}
.service-card-link:hover {
  color: var(--pf-gold-light);
}
.service-card-link i {
  margin-left: 0.3rem;
  transition: transform 0.2s;
}
.service-card-link:hover i {
  transform: translateX(4px);
}
@media (max-width: 991px) {
  .service-card {
    min-width: calc((100% - 1.5rem) / 2);
    max-width: calc((100% - 1.5rem) / 2);
  }
}
@media (max-width: 600px) {
  .featured-services-title {
    font-size: 1.8rem;
  }
  .service-card {
    min-width: 100%;
    max-width: 100%;
  }
  .fs-slider-btn {
    display: none;
  }
}

/* ═══════════════════════════════════════════════════
   Blog Highlights / Bölgeden Haberler
   ═══════════════════════════════════════════════════ */
.blog-highlights {
  background: #ffffff;
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
}
.blog-highlights::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 600px 400px at 20% 80%, rgba(201,169,110,0.06), transparent),
    radial-gradient(ellipse 500px 300px at 80% 20%, rgba(201,169,110,0.04), transparent);
  pointer-events: none;
}
.blog-highlights-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}
.blog-highlights-subtitle {
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: var(--pf-gold);
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.blog-highlights-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #0c1520;
}
.blog-highlights-underline {
  width: 60px;
  height: 4px;
  background: var(--pf-gold);
  border-radius: 2px;
  margin-top: 1rem;
}
.blog-highlights-view-all {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--pf-gold);
  text-decoration: none;
  transition: color 0.3s;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.blog-highlights-view-all:hover {
  color: #0c1520;
}

/* Grid: 1 büyük sol + 3 küçük sağ */
.blog-highlights-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  grid-template-rows: repeat(3, 1fr);
  gap: 1.2rem;
}
.blog-card {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  display: block;
}
.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.4);
}

/* Featured (büyük) kart */
.blog-card--featured {
  grid-row: 1 / -1;
  min-height: 420px;
}
.blog-card--featured .blog-card__image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.5s;
}
.blog-card--featured:hover .blog-card__image {
  transform: scale(1.05);
}
.blog-card--featured .blog-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(10,18,30,0.9) 0%, rgba(10,18,30,0.2) 60%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2rem;
}
.blog-card--featured .blog-card__title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  margin: 0.6rem 0;
  line-height: 1.4;
}

/* Küçük kartlar */
.blog-card--small {
  display: flex;
  background: #f8f7f4;
  border: 1px solid rgba(201,169,110,0.15);
}
.blog-card--small .blog-card__image {
  width: 140px;
  min-height: 100%;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
  border-radius: 14px 0 0 14px;
}
.blog-card--small .blog-card__content {
  padding: 1.2rem 1.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.blog-card--small .blog-card__title {
  font-size: 0.95rem;
  font-weight: 600;
  color: #0c1520;
  margin: 0.4rem 0;
  line-height: 1.4;
}

/* Ortak */
.blog-card__tag {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0c1520;
  background: rgba(201,169,110,0.9);
  padding: 0.25rem 0.7rem;
  border-radius: 20px;
  width: fit-content;
}
.blog-card__meta {
  display: flex;
  gap: 1rem;
  font-size: 0.78rem;
  color: rgba(12,21,32,0.5);
  margin-top: 0.5rem;
}
.blog-card__meta i {
  margin-right: 0.3rem;
}

/* Responsive */
@media (max-width: 991px) {
  .blog-highlights-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .blog-card--featured {
    grid-row: auto;
    min-height: 300px;
  }
}
@media (max-width: 600px) {
  .blog-highlights-title {
    font-size: 1.6rem;
  }
  .blog-highlights-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .blog-card--small .blog-card__image {
    width: 100px;
  }
}
/* ═══════════════════════════════════════════════════════════
   SERVICE DETAIL PAGES
   ═══════════════════════════════════════════════════════════ */

.service-detail-page {
    background: #f8f9fa;
    min-height: 100vh;
    overflow-x: hidden;
}

/* ─── Hero ─── */
.service-detail-hero {
    height: 400px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.service-detail-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(10,22,40,0.4) 0%, rgba(10,22,40,0.85) 100%);
    display: flex;
    align-items: flex-end;
    padding-bottom: 3rem;
}

.service-detail-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.8rem;
    color: #fff;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.service-detail-subtitle {
    font-size: 1.15rem;
    color: rgba(255,255,255,0.8);
    font-weight: 300;
}

/* ─── Breadcrumb ─── */
.service-breadcrumb ol {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem 0;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.service-breadcrumb li {
    display: flex;
    align-items: center;
    font-size: 0.85rem;
    color: rgba(255,255,255,0.85);
}

.service-breadcrumb li + li::before {
    content: "›";
    margin-right: 0.5rem;
    color: rgba(255,255,255,0.5);
}

.service-breadcrumb a,
.service-breadcrumb a[href]:not(.button) {
    color: rgba(255,255,255,0.85);
    text-decoration: underline;
    text-decoration-color: rgba(255,255,255,0.3);
    text-underline-offset: 2px;
    font-weight: 500;
    transition: color 0.2s, text-decoration-color 0.2s;
}

.service-breadcrumb a:hover,
.service-breadcrumb a[href]:not(.button):hover {
    color: #ffffff;
    text-decoration-color: var(--pf-gold);
}

/* ─── Content Layout ─── */
.service-detail-content {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 3rem;
    padding: 4rem 0;
    align-items: start;
}

.service-detail-main {
    min-width: 0;
}

.service-detail-main h2 {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    color: #1a2332;
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid rgba(201,169,110,0.4);
}

.service-detail-main p {
    color: #4a5568;
    line-height: 1.8;
    font-size: 1rem;
    margin-bottom: 1rem;
}

/* ─── Intro ─── */
.service-detail-intro {
    margin-bottom: 3rem;
    padding: 2rem;
    background: #fff;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

/* ─── Features Grid ─── */
.service-detail-features {
    margin-bottom: 3rem;
}

.service-features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.service-feature-item {
    padding: 1.5rem;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s;
}

.service-feature-item:hover {
    transform: translateY(-4px);
    border-color: rgba(201,169,110,0.4);
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

.service-feature-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(201,169,110,0.15), rgba(201,169,110,0.05));
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    font-size: 1.3rem;
    color: var(--pf-gold-mid);
}

.service-feature-item h3 {
    font-size: 1.1rem;
    color: #1a2332;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.service-feature-item p {
    font-size: 0.9rem;
    color: var(--pf-text-muted);
    line-height: 1.6;
    margin-bottom: 0;
}

/* ─── Process Timeline ─── */
.service-detail-process {
    margin-bottom: 3rem;
}

.service-process-timeline {
    position: relative;
    padding-left: 2rem;
}

.service-process-timeline::before {
    content: "";
    position: absolute;
    left: 18px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom, var(--pf-gold), rgba(201,169,110,0.2));
}

.process-step {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    margin-bottom: 2rem;
    position: relative;
}

.process-step:last-child {
    margin-bottom: 0;
}

.process-step-number {
    width: 38px;
    height: 38px;
    min-width: 38px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--pf-gold), var(--pf-gold-mid));
    color: #0a1628;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.95rem;
    z-index: 1;
}

.process-step-content h3 {
    font-size: 1.05rem;
    color: #1a2332;
    margin-bottom: 0.3rem;
    font-weight: 600;
}

.process-step-content p {
    font-size: 0.9rem;
    color: var(--pf-text-muted);
    margin-bottom: 0;
}

/* ─── FAQ ─── */
.service-detail-faq {
    margin-bottom: 3rem;
}

.faq-item {
    padding: 1.5rem;
    margin-bottom: 1rem;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}

.faq-item h3 {
    font-size: 1.05rem;
    color: var(--pf-gold-mid);
    margin-bottom: 0.75rem;
    font-weight: 600;
}

.faq-item p {
    font-size: 0.93rem;
    color: #4a5568;
    margin-bottom: 0;
}

/* ─── Cost Table ─── */
.service-detail-cost-table {
    margin-bottom: 3rem;
}

.cost-table-wrapper {
    overflow-x: auto;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    background: #fff;
}

.cost-table {
    width: 100%;
    border-collapse: collapse;
}

.cost-table thead {
    background: #f7f3ec;
}

.cost-table th {
    padding: 1rem 1.25rem;
    text-align: left;
    color: var(--pf-gold-mid);
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cost-table td {
    padding: 1rem 1.25rem;
    color: #4a5568;
    font-size: 0.93rem;
    border-top: 1px solid #e2e8f0;
}

.cost-table tbody tr:hover {
    background: #faf8f5;
}

/* ─── CTA ─── */
.service-detail-cta {
    padding: 4.5rem 3rem;
    background: linear-gradient(160deg, #667eea 0%, #764ba2 100%);
    border-radius: 24px;
    border: none;
    text-align: center;
    margin-bottom: 2rem;
    position: relative;
    overflow: hidden;
}

.service-detail-cta::before {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: rgba(255,255,255,0.06);
    top: -120px;
    right: -80px;
    pointer-events: none;
}

.service-detail-cta::after {
    content: "";
    position: absolute;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: rgba(255,255,255,0.04);
    bottom: -80px;
    left: -60px;
    pointer-events: none;
}

.service-detail-cta h2 {
    color: #fff;
    border-bottom: none;
    text-align: center;
    font-size: 2.2rem;
    position: relative;
    z-index: 1;
    margin-bottom: 1rem;
}

.service-detail-cta p {
    color: rgba(255,255,255,0.85);
    text-align: center;
    max-width: 520px;
    margin: 0 auto 2.5rem;
    font-size: 1.08rem;
    line-height: 1.7;
    position: relative;
    z-index: 1;
}

.service-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    padding: 1.1rem 2.8rem;
    background: #fff;
    color: #764ba2;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.05rem;
    text-decoration: none;
    position: relative;
    z-index: 1;
    transition: transform 0.3s, box-shadow 0.3s;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

.service-cta-button:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 10px 40px rgba(0,0,0,0.2);
    color: #667eea;
}

/* ─── Sidebar ─── */
.service-detail-sidebar {
    position: sticky;
    top: 2rem;
}

.sidebar-card {
    padding: 1.5rem;
    background: #fff;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    margin-bottom: 1.5rem;
}

.sidebar-card h3 {
    font-size: 1.1rem;
    color: #1a2332;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #e2e8f0;
    font-weight: 600;
}

.sidebar-info-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-info-list li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.6rem 0;
    color: #4a5568;
    font-size: 0.9rem;
    border-bottom: 1px solid #f1f5f9;
}

.sidebar-info-list li:last-child {
    border-bottom: none;
}

.sidebar-info-list li i {
    color: var(--pf-gold-mid);
    width: 20px;
    text-align: center;
}

.sidebar-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-nav-list li {
    margin-bottom: 0.5rem;
}

.sidebar-nav-list li:last-child {
    margin-bottom: 0;
}

.sidebar-nav-list a {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.6rem 0.75rem;
    color: #4a5568;
    text-decoration: none;
    border-radius: 8px;
    font-size: 0.9rem;
    transition: background 0.2s, color 0.2s;
}

.sidebar-nav-list a:hover {
    background: #faf8f5;
    color: var(--pf-gold-mid);
}

.sidebar-nav-list a.sidebar-nav-active {
    background: #f7f3ec;
    color: var(--pf-gold-mid);
    font-weight: 600;
    border-left: 3px solid var(--pf-gold-mid);
    padding-left: calc(0.75rem - 3px);
}

.sidebar-nav-list a i {
    color: var(--pf-gold-mid);
    width: 20px;
    text-align: center;
}

/* ─── Responsive ─── */
@media (max-width: 991px) {
    .service-detail-content {
        grid-template-columns: 1fr;
    }
    .service-detail-sidebar {
        position: static;
    }
    .service-detail-hero {
        height: 300px;
    }
    .service-detail-title {
        font-size: 2rem;
    }
}

@media (max-width: 600px) {
    .service-features-grid {
        grid-template-columns: 1fr;
    }
    .service-detail-hero {
        height: 250px;
    }
    .service-detail-title {
        font-size: 1.6rem;
    }
    .service-detail-content {
        padding: 2rem 0;
    }
}

/* ─── Service Page Animations ─── */
@keyframes sdFadeUp {
    from { opacity: 0; transform: translateY(40px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes sdFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes sdSlideLeft {
    from { opacity: 0; transform: translateX(-40px); }
    to { opacity: 1; transform: translateX(0); }
}

@keyframes sdSlideRight {
    from { opacity: 0; transform: translateX(40px); }
    to { opacity: 1; transform: translateX(0); }
}

@keyframes sdScaleIn {
    from { opacity: 0; transform: scale(0.85); }
    to { opacity: 1; transform: scale(1); }
}

@keyframes sdCountUp {
    from { opacity: 0; transform: translateY(10px) scale(0.8); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

.sd-animate {
    opacity: 0;
}

.sd-animate.sd-visible {
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.sd-animate.sd-visible.sd-fade-up {
    animation-name: sdFadeUp;
    animation-duration: 0.7s;
}

.sd-animate.sd-visible.sd-fade-in {
    animation-name: sdFadeIn;
    animation-duration: 0.6s;
}

.sd-animate.sd-visible.sd-slide-left {
    animation-name: sdSlideLeft;
    animation-duration: 0.7s;
}

.sd-animate.sd-visible.sd-slide-right {
    animation-name: sdSlideRight;
    animation-duration: 0.7s;
}

.sd-animate.sd-visible.sd-scale-in {
    animation-name: sdScaleIn;
    animation-duration: 0.5s;
}

.sd-animate.sd-visible.sd-count-up {
    animation-name: sdCountUp;
    animation-duration: 0.5s;
}

/* Stagger delays for grid items */
.sd-animate.sd-visible.sd-delay-1 { animation-delay: 0.1s; }
.sd-animate.sd-visible.sd-delay-2 { animation-delay: 0.2s; }
.sd-animate.sd-visible.sd-delay-3 { animation-delay: 0.3s; }
.sd-animate.sd-visible.sd-delay-4 { animation-delay: 0.4s; }
.sd-animate.sd-visible.sd-delay-5 { animation-delay: 0.5s; }
.sd-animate.sd-visible.sd-delay-6 { animation-delay: 0.6s; }

/* Hero title animation (always plays) */
.service-detail-hero-overlay .service-detail-title {
    animation: sdFadeUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s both;
}

.service-detail-hero-overlay .service-detail-subtitle {
    animation: sdFadeUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s both;
}

.service-detail-hero-overlay .service-breadcrumb {
    animation: sdFadeIn 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s both;
}

/* Process step number pulse on visible */
.process-step-number {
    transition: transform 0.3s, box-shadow 0.3s;
}

.sd-visible .process-step-number {
    animation: sdCountUp 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

/* Sidebar cards slide in from right */
.service-detail-sidebar .sidebar-card:nth-child(1) {
    animation: sdSlideRight 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s both;
}

.service-detail-sidebar .sidebar-card:nth-child(2) {
    animation: sdSlideRight 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s both;
}

/* Reduce motion for accessibility */
@media (prefers-reduced-motion: reduce) {
    .sd-animate,
    .sd-animate.sd-visible,
    .service-detail-hero-overlay .service-detail-title,
    .service-detail-hero-overlay .service-detail-subtitle,
    .service-detail-hero-overlay .service-breadcrumb,
    .service-detail-sidebar .sidebar-card {
        animation: none !important;
        opacity: 1 !important;
        transform: none !important;
    }
}

/* ═══════════════════════════════════════════════════
   News Page Styles
═══════════════════════════════════════════════════ */
.news-page {
  padding: 6rem 0 4rem;
  background: #f8f6f2;
  min-height: 100vh;
}
.news-page-header {
  margin-bottom: 3rem;
}
.news-page-subtitle {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: var(--pf-gold);
  text-transform: uppercase;
}
.news-page-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #0a1628;
  margin: 0.5rem 0 1rem;
}
.news-page-underline {
  width: 60px;
  height: 4px;
  background: var(--pf-gold);
  border-radius: 2px;
}

/* Filter */
.news-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 2.5rem;
}
.news-filter-btn {
  padding: 0.5rem 1.25rem;
  border: 2px solid rgba(10, 22, 40, 0.25);
  border-radius: 30px;
  background: transparent;
  color: #0a1628;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  text-decoration: none;
  display: inline-block;
}
.news-filter-btn:hover {
  background: rgba(201, 169, 110, 0.12);
  border-color: var(--pf-gold);
  color: #0a1628;
}
.news-filter-btn.active {
  background: var(--pf-gold);
  border-color: var(--pf-gold);
  color: #fff;
}

/* Featured */
.news-featured {
  margin-bottom: 3rem;
}
.news-featured-card {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 2rem;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  transition: transform 0.3s, box-shadow 0.3s;
}
.news-featured-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.1);
}
.news-featured-image {
  height: 100%;
  min-height: 320px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 1.5rem;
}
.news-featured-content {
  padding: 2.5rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.news-featured-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #0a1628;
  margin: 0 0 1rem;
  line-height: 1.3;
}
.news-featured-summary {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

/* Card Tag */
.news-card-tag {
  display: inline-block;
  background: var(--pf-gold);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 0.3rem 0.75rem;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.news-card-tag.small {
  font-size: 0.65rem;
  padding: 0.2rem 0.5rem;
}

/* Card Meta */
.news-card-meta {
  display: flex;
  gap: 1.25rem;
  font-size: 0.8rem;
  color: #888;
}
.news-card-meta i {
  margin-right: 0.3rem;
}

/* Grid */
.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.news-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 2px 12px rgba(0,0,0,0.05);
  transition: transform 0.3s, box-shadow 0.3s;
}
.news-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}
.news-card-image {
  height: 180px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 1rem;
}
.news-card-body {
  padding: 1.25rem;
}
.news-card-title {
  font-size: 1rem;
  font-weight: 700;
  color: #0a1628;
  margin: 0.5rem 0 0.75rem;
  line-height: 1.4;
}
.news-card-summary {
  font-size: 0.85rem;
  color: #666;
  line-height: 1.5;
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* News Detail Page */
.news-detail-page {
  padding: 6rem 0 4rem;
  background: #f8f6f2;
  min-height: 100vh;
}
.news-detail-header {
  max-width: 800px;
  margin: 0 auto 2rem;
}
.news-detail-back {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--pf-gold);
  text-decoration: none;
  margin-bottom: 1.5rem;
  transition: color 0.2s;
}
.news-detail-back:hover {
  color: #0a1628;
}
.news-detail-tag {
  display: inline-block;
  background: var(--pf-gold);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 0.3rem 0.75rem;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}
.news-detail-title {
  font-size: 2.2rem;
  font-weight: 800;
  color: #0a1628;
  line-height: 1.3;
  margin: 0 0 1rem;
}
.news-detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  font-size: 0.85rem;
  color: #888;
}
.news-detail-meta i {
  margin-right: 0.3rem;
  color: var(--pf-gold);
}
.news-detail-hero {
  width: 100%;
  max-width: 800px;
  height: 400px;
  margin: 0 auto 2.5rem;
  background-size: cover;
  background-position: center;
  border-radius: 16px;
}
.news-detail-content {
  max-width: 800px;
  margin: 0 auto 3rem;
  font-size: 1.05rem;
  line-height: 1.8;
  color: #333;
}
.news-detail-content h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0a1628;
  margin: 2rem 0 1rem;
}
.news-detail-content p {
  margin-bottom: 1.25rem;
}
.news-detail-content ul,
.news-detail-content ol {
  margin-bottom: 1.25rem;
  padding-left: 1.5rem;
}
.news-detail-content li {
  margin-bottom: 0.5rem;
}
.news-detail-content strong {
  color: #0a1628;
}

/* Tags */
.news-detail-tags {
  max-width: 800px;
  margin: 0 auto 3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.news-tag-item {
  background: #e8e4de;
  color: #555;
  font-size: 0.8rem;
  padding: 0.35rem 0.75rem;
  border-radius: 20px;
}

/* Related */
.news-related {
  max-width: 800px;
  margin: 0 auto;
  border-top: 1px solid #e0dcd6;
  padding-top: 2.5rem;
}
.news-related-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #0a1628;
  margin-bottom: 1.5rem;
}
.news-related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.news-related-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s;
}
.news-related-card:hover {
  transform: translateY(-3px);
}
.news-related-image {
  height: 120px;
  background-size: cover;
  background-position: center;
}
.news-related-body {
  padding: 1rem;
}
.news-related-body h4 {
  font-size: 0.85rem;
  font-weight: 600;
  color: #0a1628;
  margin: 0.4rem 0;
  line-height: 1.3;
}

/* Not Found */
.news-not-found {
  text-align: center;
  padding: 4rem 0;
}
.news-not-found h1 {
  font-size: 2rem;
  color: #0a1628;
  margin-bottom: 1rem;
}

/* Responsive */
@media (max-width: 991px) {
  .news-featured-card {
    grid-template-columns: 1fr;
  }
  .news-featured-image {
    min-height: 220px;
  }
  .news-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .news-related-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .news-page-title {
    font-size: 1.8rem;
  }
  .news-grid {
    grid-template-columns: 1fr;
  }
  .news-related-grid {
    grid-template-columns: 1fr;
  }
  .news-detail-title {
    font-size: 1.6rem;
  }
  .news-detail-hero {
    height: 250px;
  }
}
