/* ==========================================================================
   OMERA — Siyah & Altın, premium editorial tema
   Kaynak: eliteemlak_elleme/assets/css (obsidian & gold sistemi) + BoConcept
   yerleşim mantığı. Hero slider, istatistik şeridi, kart hover efektleri,
   scroll-reveal animasyonları buradan uyarlandı.
   ========================================================================== */

:root {
    --obsidian:   #0d0d0d;
    --charcoal:   #1a1a1a;
    --smoke:      #262626;
    --gold:       #c8a96e;
    --gold-light: #e2c99a;
    --cream:      #f5f0e8;
    --warm-gray:  #9a968d;
    --border:     rgba(200,169,110,0.18);
    --font-serif: 'Cormorant Garamond', Georgia, serif;
    --font-sans:  'Montserrat', -apple-system, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
    background: var(--obsidian);
    color: rgba(255,255,255,0.85);
    font-family: var(--font-sans);
    line-height: 1.75;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 {
    font-family: var(--font-serif);
    font-weight: 400;
    margin: 0 0 16px;
    color: #fff;
}
h2 em, h1 em { font-style: italic; color: var(--gold-light); }
p { margin: 0 0 16px; color: rgba(255,255,255,0.55); }
.om-container { max-width: 1320px; margin: 0 auto; padding: 0 40px; }

.om-eyebrow, .section-label {
    font-size: 11px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--gold);
    display: block;
    margin-bottom: 14px;
    font-weight: 600;
}
.om-divider, .section-line {
    width: 48px; height: 1px; background: var(--gold); margin-bottom: 24px;
}

/* ---------- Header / Nav ---------- */
.om-header {
    position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
    background: linear-gradient(to bottom, rgba(13,13,13,0.6) 0%, rgba(13,13,13,0.1) 70%, transparent 100%);
    padding: 26px 0;
    transition: all 0.45s ease;
}
.om-header.scrolled {
    background: rgba(13,13,13,0.97);
    padding: 15px 0;
    backdrop-filter: blur(14px);
    box-shadow: 0 2px 24px rgba(0,0,0,.35);
}
.om-header-inner {
    max-width: 1400px; margin: 0 auto; padding: 0 40px;
    display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.om-logo { display: flex; align-items: center; gap: 10px; }
.om-logo-img { height: 54px; width: auto; display: block; }
.om-footer-logo-text {
    font-size: 11.5px; font-weight: 300; color: rgba(255,255,255,0.45);
    line-height: 1.5; max-width: 150px;
}
.om-logo-mark {
    font-family: var(--font-serif); font-weight: 700; font-size: 19px;
    color: var(--obsidian); background: linear-gradient(135deg, var(--gold-light), var(--gold));
    width: 36px; height: 36px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
}
.om-logo-word {
    font-family: var(--font-serif); font-size: 26px; font-weight: 600;
    color: #fff; letter-spacing: 3px; text-transform: uppercase;
}
.om-nav { display: flex; gap: 6px; }
.om-nav a {
    font-size: 11px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase;
    color: rgba(255,255,255,0.85); padding: 8px 18px; transition: color .3s;
}
.om-nav a:hover, .om-nav a.active { color: var(--gold); }
.om-header-tel {
    display: flex; align-items: center; gap: 8px; font-weight: 500;
    border: 1px solid var(--gold); color: var(--gold);
    padding: 9px 22px; white-space: nowrap; font-size: 12px; letter-spacing: 1px;
    text-transform: uppercase; transition: all .3s;
}
.om-header-tel:hover { background: var(--gold); color: var(--obsidian); }
.om-burger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
.om-burger span { width: 22px; height: 1px; background: var(--gold); display: block; transition: transform .25s ease, opacity .25s ease; }

/* ---------- Hero Slider ---------- */
.om-hero {
    height: 92vh; min-height: 560px; max-height: 900px;
    position: relative; display: flex; align-items: center; overflow: hidden; background: #000;
}
.om-hero-slides { position: absolute; inset: 0; }
.om-hero-slide {
    position: absolute; inset: 0; opacity: 0; transition: opacity 1.4s ease;
    background-size: cover; background-position: center;
}
.om-hero-slide.active { opacity: 1; }
.om-hero-slide::after {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(135deg, rgba(13,13,13,0.82) 0%, rgba(13,13,13,0.42) 50%, rgba(13,13,13,0.6) 100%);
}
.om-hero-inner { position: relative; z-index: 10; max-width: 1400px; margin: 0 auto; padding: 130px 40px 0; width: 100%; animation: omFadeUp 1.2s ease both; }
@keyframes omFadeUp { from { opacity: 0; transform: translateY(36px); } to { opacity: 1; transform: translateY(0); } }
.om-hero-inner h1 { font-size: clamp(38px, 5.2vw, 66px); font-weight: 300; line-height: 1.08; max-width: 780px; }
.om-hero-inner .om-sub { font-size: 15px; font-weight: 300; letter-spacing: .3px; max-width: 480px; color: rgba(255,255,255,0.68); }
.om-hero-badges { display: flex; gap: 48px; margin-top: 48px; flex-wrap: wrap; }
.om-hero-badges div { font-size: 12px; color: rgba(255,255,255,0.55); letter-spacing: .3px; }
.om-hero-badges strong { display: block; color: var(--gold-light); font-family: var(--font-serif); font-size: 22px; font-weight: 500; }

.om-hero-indicators {
    position: absolute; right: 40px; top: 50%; transform: translateY(-50%); z-index: 20;
    display: flex; flex-direction: column; gap: 12px;
}
.om-hero-dot { width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,0.35); cursor: pointer; transition: all .3s; }
.om-hero-dot.active { background: var(--gold); transform: scale(1.6); }
.om-hero-scroll {
    position: absolute; bottom: 36px; left: 50%; transform: translateX(-50%); z-index: 20;
    display: flex; flex-direction: column; align-items: center; gap: 8px;
    color: rgba(255,255,255,0.5); font-size: 9px; letter-spacing: 3px; text-transform: uppercase;
    animation: omBounce 2s infinite;
}
@keyframes omBounce { 0%,100% { transform: translateX(-50%) translateY(0); } 50% { transform: translateX(-50%) translateY(6px); } }

/* ---------- Buttons ---------- */
.om-btn {
    display: inline-block; padding: 16px 38px;
    font-size: 11px; font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase;
    transition: all .3s; cursor: pointer; border: none;
}
.om-btn-gold { background: var(--gold); color: var(--obsidian); }
.om-btn-gold:hover { background: var(--gold-light); transform: translateY(-2px); }
.om-btn-outline { background: transparent; color: rgba(255,255,255,0.85); border: 1px solid rgba(255,255,255,0.35); margin-left: 14px; }
.om-btn-outline:hover { border-color: var(--gold); color: var(--gold); }

/* ---------- Sections ---------- */
section { padding: 120px 0; }
.om-section-head { max-width: 640px; margin: 0 0 60px; }
.om-section-head.center { text-align: center; margin-left: auto; margin-right: auto; }
.om-section-head.center .om-divider { margin-left: auto; margin-right: auto; }
.om-section-head h2 { font-size: clamp(30px, 3.6vw, 46px); }

.om-flourish {
    width: 48px; height: 1px; background: var(--gold);
    margin: 0 auto 40px; position: relative;
}
.om-flourish::after {
    content: ''; position: absolute; left: 50%; top: 50%;
    width: 7px; height: 7px; background: var(--gold);
    transform: translate(-50%, -50%) rotate(45deg);
}
.om-statement {
    max-width: 760px; margin: 0 auto; text-align: center;
    font-family: var(--font-serif); font-weight: 400;
    font-size: clamp(20px, 2.4vw, 28px); line-height: 1.65;
    color: var(--cream);
}

/* ---------- Stats band ---------- */
.om-stats-band { background: var(--charcoal); padding: 60px 0; }
.om-stats-row { display: flex; }
.om-stat-item { flex: 1; text-align: center; border-right: 1px solid rgba(255,255,255,0.07); }
.om-stat-item:last-child { border-right: none; }
.om-stat-num { font-family: var(--font-serif); font-size: 52px; font-weight: 300; color: var(--gold); line-height: 1; margin-bottom: 8px; }
.om-stat-label { font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: rgba(255,255,255,0.4); }

/* ---------- Hizmetler grid (property-card mantığı) ---------- */
.om-services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.om-service-card {
    position: relative; overflow: hidden; aspect-ratio: 4/5; background: var(--charcoal);
    border: 1px solid var(--border); transition: transform .4s ease, box-shadow .4s ease, border-color .4s ease;
}
.om-service-card:hover { transform: translateY(-6px); box-shadow: 0 24px 56px rgba(0,0,0,0.45); border-color: rgba(200,169,110,0.4); }
.om-service-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.om-service-card:hover img { transform: scale(1.07); }
.om-service-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.1) 55%, transparent 100%); }
.om-service-badge {
    position: absolute; top: 18px; left: 18px; z-index: 5;
    background: var(--gold); color: var(--obsidian); font-size: 9px; font-weight: 700;
    letter-spacing: 2px; text-transform: uppercase; padding: 6px 13px;
}
.om-service-card-label { position: absolute; left: 0; right: 0; bottom: 0; padding: 28px; z-index: 2; }
.om-service-card-label span { color: var(--gold-light); font-size: 10.5px; letter-spacing: 1.5px; text-transform: uppercase; opacity: .85; }
.om-service-card-label h3 { font-size: 23px; margin: 8px 0 0; font-weight: 400; }

/* ---------- Neden Omera — liste + fotoğraf ---------- */
.om-why-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.om-why-list { list-style: none; }
.om-why-list li {
    display: grid; grid-template-columns: 56px 1fr; gap: 22px;
    padding: 24px 0; border-top: 1px solid rgba(255,255,255,0.07);
    position: relative; transition: padding-left .3s;
}
.om-why-list li::before {
    content: ''; position: absolute; left: -18px; top: 24px; bottom: 24px; width: 2px;
    background: var(--gold); opacity: 0; transition: opacity .3s;
}
.om-why-list li:hover::before { opacity: 1; }
.om-why-list li:hover { padding-left: 8px; }
.om-why-list li:last-child { border-bottom: 1px solid rgba(255,255,255,0.07); }
.om-why-num { font-family: var(--font-serif); font-size: 24px; color: var(--gold); font-style: italic; }
.om-why-list h3 { font-size: 15.5px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 6px; font-weight: 600; color: #fff; }
.om-why-list p { font-size: 14px; margin: 0; }
.om-why-photo { aspect-ratio: 4/5; overflow: hidden; border: 1px solid var(--border); }
.om-why-photo img { width: 100%; height: 100%; object-fit: cover; }

/* ---------- Süreç (steps) ---------- */
.om-steps { max-width: 780px; }
.om-step { display: grid; grid-template-columns: 74px 1fr; gap: 30px; padding: 30px 0; border-top: 1px solid rgba(255,255,255,0.07); transition: padding-left .3s; }
.om-step:hover { padding-left: 8px; }
.om-step:last-child { border-bottom: 1px solid rgba(255,255,255,0.07); }
.om-step-num { font-family: var(--font-serif); font-size: 36px; color: var(--gold); font-style: italic; line-height: 1; }
.om-step h3 { font-size: 15.5px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 6px; font-weight: 600; color: #fff; }
.om-step p { margin: 0; font-size: 14px; }

/* ---------- Gallery ---------- */
.om-gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.om-gallery-item { position: relative; overflow: hidden; aspect-ratio: 1/1; border: 1px solid var(--border); transition: transform .4s, box-shadow .4s; }
.om-gallery-item:hover { transform: translateY(-4px); box-shadow: 0 20px 46px rgba(0,0,0,0.4); }
.om-gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.om-gallery-item:hover img { transform: scale(1.08); }
.om-gallery-caption {
    position: absolute; inset: auto 0 0 0; padding: 18px; font-size: 13px;
    background: linear-gradient(to top, rgba(0,0,0,.9), transparent); color: #fff;
    opacity: 0; transition: opacity .3s;
}
.om-gallery-item:hover .om-gallery-caption { opacity: 1; }

/* ---------- CTA strip ---------- */
.om-cta-strip { background: var(--charcoal); padding: 70px 0; position: relative; overflow: hidden; }
.om-cta-strip::after {
    content: '✦'; position: absolute; bottom: -40px; right: -10px; font-size: 140px;
    color: rgba(200,169,110,0.05); line-height: 1; pointer-events: none;
}
.om-cta-inner { max-width: 1320px; margin: 0 auto; padding: 0 40px; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; position: relative; z-index: 2; }
.om-cta-inner h2 { margin-bottom: 6px; font-size: 30px; }
.om-cta-inner p { margin: 0; }

/* ---------- Footer ---------- */
.om-footer { background: var(--obsidian); padding: 90px 0 0; }
.om-footer-inner { max-width: 1320px; margin: 0 auto; padding: 0 40px 50px; display: grid; grid-template-columns: 2fr 1fr 1fr 1.2fr; gap: 46px; }
.om-footer-col h4 { font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); margin-bottom: 22px; font-weight: 600; }
.om-footer-col a, .om-footer-col span { display: block; color: rgba(255,255,255,0.45); font-size: 13px; margin-bottom: 12px; letter-spacing: .3px; transition: color .3s; }
.om-footer-col a:hover { color: var(--gold); }
.om-footer-brand { font-family: var(--font-serif); font-size: 30px; font-weight: 300; letter-spacing: 3px; text-transform: uppercase; color: #fff; margin-bottom: 16px; display: block; }
.om-footer-brand .om-accent { color: var(--gold); }
.om-footer-desc { font-size: 12px; font-weight: 300; color: rgba(255,255,255,0.4); line-height: 1.8; max-width: 300px; }
.om-footer-quote { color: var(--gold-light); font-family: var(--font-serif); font-size: 16px; font-style: italic; margin-top: 18px; }
.om-footer-social { display: flex; gap: 10px; margin-top: 20px; }
.om-social-icon {
    width: 38px; height: 38px; border: 1px solid rgba(255,255,255,0.14);
    display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.5);
    font-size: 15px; transition: all .3s;
}
.om-social-icon svg { width: 16px; height: 16px; }
.om-footer-col a.om-icon-link { display: flex; align-items: center; gap: 9px; }
.om-footer-col a.om-icon-link svg { width: 15px; height: 15px; flex-shrink: 0; }
.om-social-icon:hover { border-color: var(--gold); color: var(--gold); }
.om-footer-bottom { border-top: 1px solid rgba(255,255,255,0.06); margin-top: 10px; padding: 22px 40px; text-align: center; color: rgba(255,255,255,0.25); font-size: 11px; letter-spacing: 1px; }

/* ---------- WhatsApp float bubble ---------- */
.om-whatsapp-bubble {
    position: fixed; right: 26px; bottom: 26px; z-index: 999;
    width: 60px; height: 60px; border-radius: 50%;
    background: #25D366; display: flex; align-items: center; justify-content: center;
    box-shadow: 0 6px 20px rgba(0,0,0,0.4);
    animation: om-wa-pulse 2.6s ease-in-out infinite;
    transition: transform .25s ease;
}
.om-whatsapp-bubble:hover { transform: scale(1.08); }
.om-whatsapp-bubble svg { width: 30px; height: 30px; }
@keyframes om-wa-pulse {
    0%   { box-shadow: 0 6px 20px rgba(0,0,0,0.4), 0 0 0 0 rgba(37,211,102,0.55); }
    70%  { box-shadow: 0 6px 20px rgba(0,0,0,0.4), 0 0 0 14px rgba(37,211,102,0); }
    100% { box-shadow: 0 6px 20px rgba(0,0,0,0.4), 0 0 0 0 rgba(37,211,102,0); }
}
@media (max-width: 560px) {
    .om-whatsapp-bubble { right: 16px; bottom: 16px; width: 54px; height: 54px; }
    .om-whatsapp-bubble svg { width: 27px; height: 27px; }
}

/* ---------- Galeri lightbox ---------- */
.om-gallery-item { cursor: zoom-in; }
.om-lightbox {
    position: fixed; inset: 0; z-index: 1200;
    background: rgba(10,10,10,0.94);
    display: none; align-items: center; justify-content: center;
    padding: 60px 20px;
}
.om-lightbox.open { display: flex; }
.om-lightbox-inner { max-width: 1100px; max-height: 100%; width: 100%; text-align: center; }
.om-lightbox-inner img {
    max-width: 100%; max-height: 78vh; width: auto; height: auto;
    margin: 0 auto; display: block; border: 1px solid var(--border);
    box-shadow: 0 20px 60px rgba(0,0,0,0.5);
}
.om-lightbox-caption { margin-top: 18px; color: var(--gold-light); font-family: var(--font-serif); font-size: 18px; }
.om-lightbox-close {
    position: absolute; top: 18px; right: 22px; background: transparent; border: 0;
    color: #fff; font-size: 40px; line-height: 1; cursor: pointer; z-index: 2;
    width: 44px; height: 44px;
}
.om-lightbox-close:hover { color: var(--gold); }
.om-lightbox-nav {
    position: absolute; top: 50%; transform: translateY(-50%);
    background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.2); color: #fff;
    width: 48px; height: 48px; border-radius: 50%; font-size: 16px; cursor: pointer;
    display: flex; align-items: center; justify-content: center; transition: all .25s;
}
.om-lightbox-nav:hover { background: var(--gold); border-color: var(--gold); color: var(--obsidian); }
.om-lightbox-prev { left: 20px; }
.om-lightbox-next { right: 20px; }
@media (max-width: 700px) {
    .om-lightbox { padding: 90px 14px 30px; }
    .om-lightbox-nav { width: 40px; height: 40px; font-size: 13px; }
    .om-lightbox-prev { left: 8px; }
    .om-lightbox-next { right: 8px; }
    .om-lightbox-close { top: 10px; right: 10px; font-size: 32px; }
    .om-lightbox-caption { font-size: 15px; }
}

/* ---------- Generic page hero ---------- */
.om-page-hero { padding: 210px 0 90px; background-size: cover; background-position: center; position: relative; }
.om-page-hero::before { content:''; position:absolute; inset:0; background: linear-gradient(135deg, rgba(13,13,13,0.86) 0%, rgba(13,13,13,0.55) 100%); }
.om-page-hero-inner { position: relative; z-index: 2; max-width: 780px; margin: 0 auto; padding: 0 40px; text-align: center; }
.om-page-hero-inner h1 { font-weight: 300; }
.om-breadcrumb { font-size: 11px; letter-spacing: 1px; color: rgba(255,255,255,0.4); margin-bottom: 20px; text-transform: uppercase; }
.om-breadcrumb a:hover { color: var(--gold); }
.om-content-block { max-width: 860px; margin: 0 auto; }
.om-content-block img { margin: 30px 0; border: 1px solid var(--border); }

/* ---------- Contact page ---------- */
.om-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.om-form label { display: block; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); margin-bottom: 8px; }
.om-form input, .om-form textarea {
    width: 100%; background: rgba(255,255,255,0.02); border: 1px solid var(--border); color: #fff;
    padding: 14px 16px; margin-bottom: 22px; font-family: var(--font-sans); font-size: 14px;
}
.om-form input:focus, .om-form textarea:focus { outline: none; border-color: var(--gold); }
.om-form button { cursor: pointer; }
.om-info-list { list-style: none; margin: 0 0 40px; }
.om-info-list li { display: flex; gap: 16px; margin-bottom: 24px; color: rgba(255,255,255,0.55); padding-bottom: 24px; border-bottom: 1px solid rgba(255,255,255,0.07); }
.om-info-list strong { color: #fff; display: block; font-weight: 600; letter-spacing: .3px; }
.om-map { border: 1px solid var(--border); overflow: hidden; }
.om-map iframe { width: 100%; height: 320px; border: 0; filter: grayscale(0.3) invert(0.92) contrast(0.9); }
.om-map-large iframe { height: 100%; min-height: 560px; }
@media (max-width: 900px) {
    .om-map-large iframe { min-height: 380px; }
}

.om-filter-btn {
    padding: 10px 24px; font-size: 10px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase;
    border: 1px solid rgba(255,255,255,0.2); background: transparent; color: rgba(255,255,255,0.5);
    cursor: pointer; transition: all .3s;
}
.om-filter-btn.active, .om-filter-btn:hover { border-color: var(--gold); background: var(--gold); color: var(--obsidian); }

/* ---------- Scroll reveal ---------- */
.om-reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.om-reveal.visible { opacity: 1; transform: translateY(0); }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
    .om-nav { display: none; }
    .om-nav.om-nav-open {
        display: flex; flex-direction: column; gap: 0;
        position: absolute; top: 100%; left: 0; right: 0;
        background: rgba(13,13,13,0.98); backdrop-filter: blur(14px);
        padding: 10px 24px 20px; border-top: 1px solid rgba(255,255,255,0.08);
        box-shadow: 0 12px 24px rgba(0,0,0,.35);
    }
    .om-nav.om-nav-open a { padding: 14px 16px; border-bottom: 1px solid rgba(255,255,255,0.06); }
    .om-nav.om-nav-open a:last-child { border-bottom: none; }
    .om-burger { display: flex; z-index: 1001; }
    .om-burger.om-burger-active span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
    .om-burger.om-burger-active span:nth-child(2) { opacity: 0; }
    .om-burger.om-burger-active span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
    .om-header-tel { display: none; }
    .om-hero-inner h1 { font-size: 38px; }
    .om-hero-indicators { display: none; }
    .om-services-grid { grid-template-columns: repeat(2, 1fr); }
    .om-why-layout { grid-template-columns: 1fr; gap: 40px; }
    .om-gallery-grid { grid-template-columns: repeat(2, 1fr); }
    .om-footer-inner { grid-template-columns: 1fr 1fr; }
    .om-contact-grid { grid-template-columns: 1fr; gap: 50px; }
    .om-stats-row { flex-wrap: wrap; }
    .om-stat-item { flex: 0 0 50%; border-right: none; margin-bottom: 24px; }
}
@media (max-width: 560px) {
    .om-services-grid, .om-gallery-grid { grid-template-columns: 1fr; }
    .om-footer-inner { grid-template-columns: 1fr; }
    .om-hero-inner h1 { font-size: 30px; }
    .om-cta-inner { flex-direction: column; align-items: flex-start; }
    section { padding: 80px 0; }
    .om-hero { height: 78vh; min-height: 460px; }
}
