* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

:root {
    --primary-orange: #ff6600; /* Turuncu rengin tonu */
    --dark-bg: #111111;        /* Siyah arka plan */
    --text-white: #ffffff;
}

body {
    background-color: var(--dark-bg);
}

/* --- Yüzen Kavisli Navbar --- */
.floating-navbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 1000;
    padding-top: 10px; /* Üstten çok az boşluk resmi daha iyi gösterir */
}

.nav-container {
    background-color: #ffffff;
    width: 85%; /* Ekranın %85'ini kaplar, köşeler boş kalır */
    max-width: 1200px;
    height: 90px; /* 110'dan 90'a çekerek daha düzenli hale getirdik */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 45px;
    border-bottom-left-radius: 40px; 
    border-bottom-right-radius: 40px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.logo img {
    height: 55px; /* Logo boyutunu dengeledik */
    transition: transform 0.3s ease;
}

/* Menü Yazı Efektleri */
.nav-menu {
    display: flex;
    list-style: none;
    gap: 35px;
}

.nav-link {
    text-decoration: none;
    color: #111;
    font-weight: 700;
    font-size: 16px;
    position: relative;
    padding: 5px 0;
    transition: color 0.3s ease;
}

/* Şık Alt Çizgi Efekti */
.nav-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 50%;
    background-color: #ff6600;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.nav-link:hover {
    color: #ff6600;
}

.nav-link:hover::after {
    width: 80%; /* Tamamı yerine %80'i dolar, daha zarif durur */
}

/* Sağdaki Siyah Buton */
.btn-black-premium {
    background-color: #000;
    color: #fff;
    padding: 12px 25px;
    text-decoration: none;
    font-weight: 700;
    font-size: 13px;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.btn-black-premium:hover {
    background-color: #ff6600; /* Üzerine gelince tema rengine döner */
    transform: scale(1.05);
}

/* --- Hero Düzenlemesi --- */
.hero {
    height: 100vh;
    background-image: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url('resmin.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    padding: 0 10%;
    margin-top: 0; /* Navbar üstüne bindiği için boşluk yok */
}

.btn-outline {
    border: 2px solid #000;
    padding: 10px 20px;
    text-decoration: none;
    color: #fff;
    background: #000;
    font-weight: bold;
    font-size: 14px;
    transition: 0.3s;
}

.btn-outline:hover {
    background: var(--primary-orange);
    border-color: var(--primary-orange);
}


/* Hero Alanı */
/* Hero Alanı: Videoyu sınırlamak için relative olmalı */
.hero {
    position: relative;
    width: 100%;
    height: 100vh; /* Tüm ekran yüksekliğini kapla */
    display: flex;
    align-items: center; /* Dikey ortalama */
    justify-content: center; /* Yatay ortalama */
    overflow: hidden; /* Dışarı taşan videoyu gizle */
    text-align: center; /* Metni ortala */
}

/* Arka Plan Videosu Ayarları */
.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* KRİTİK KOD: Videoyu esnetmeden alanı doldurur (fazlalıkları kırpar) */
    z-index: -2; /* En arkaya at */
}

/* Karartma Katmanı (Overlay) */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* %50 Siyah Perde */
    z-index: -1; /* Videonun önünde, yazının arkasında */
}

/* İçerik Alanı */
.hero-content {
    position: relative;
    z-index: 1; /* En önde */
    max-width: 800px;
    padding: 0 20px;
}

/* Yazı Stilleri (Koyu arka plan olduğu için beyaza çektik) */
.hero-content h1 {
    font-size: 3rem; /* Başlığı büyüttük */
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5); /* Okunabilirlik için gölge */
}

.hero-content p {
    font-size: 1.25rem;
    color: #f0f0f0;
    margin-bottom: 2.5rem;
    text-shadow: 0 1px 2px rgba(0,0,0,0.5);
}

/* Buton Stili */
.whatsapp-cta {
    display: inline-block;
    background-color: #ff6600; /* Turuncu ton (Logoya uygun) veya Yeşil */
    color: white;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 50px; /* Daha yuvarlak modern buton */
    font-weight: bold;
    font-size: 1.1rem;
    transition: transform 0.3s, background-color 0.3s;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}

.whatsapp-cta:hover {
    transform: translateY(-3px);
    background-color: #e65c00;
}

/* MOBİL İÇİN DÜZENLEME */
@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 2rem; /* Mobilde başlığı biraz küçült */
    }
}
/* Dalgalı geçişin altındaki boşluğu sıfırlamak için */
.custom-shape-divider-top {
    line-height: 0;
    margin-bottom: -1px; /* Beyaz dalga ile alt bölüm arasında sızıntı olmasın diye */
}

/* Turuncu Buton */
.btn-primary {
    display: inline-block;
    background-color: var(--primary-orange);
    color: #fff;
    padding: 15px 35px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 4px;
    transition: 0.3s transform ease;
}

.btn-primary:hover {
    transform: translateY(-5px);
    background-color: #e65c00;
}

/* Gelişmiş Dalga (Shape Divider) */
.custom-shape-divider-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 100px;
}

.custom-shape-divider-top .shape-fill {
    fill: #FFFFFF; /* Navbar rengi ile aynı olmalı */
}

/* Responsive */
@media (max-width: 768px) {
    .hero-content h1 { font-size: 2rem; }
    .navbar nav { display: none; }
}
/* Hakkımızda Bölümü Genel */
.about-section {
    padding: 100px 8%;
    background-color: var(--dark-bg); /* Siyah arka plan */
    color: var(--text-white);
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
    align-items: center;
}

/* Resim Alanı */
.about-image img {
    width: 250px;
    border-radius: 30px;
    filter: grayscale(20%); /* Daha ciddi bir hava için hafif gri */
    border-bottom: 5px solid var(--primary-orange);
}

/* Metin Alanı */
.about-text .subtitle {
    color: var(--primary-orange);
    font-weight: bold;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 10px;
}

.about-text h2 {
    font-size: 2.5rem;
    margin-bottom: 25px;
}

.about-text h2 span {
    color: var(--primary-orange);
}

.about-text p {
    line-height: 1.8;
    margin-bottom: 20px;
    color: #ccc;
}

/* Turuncu Vurgu Kutusu */
.highlight-box {
    background-color: var(--primary-orange);
    color: #000;
    padding: 30px;
    border-radius: 8px;
    display: flex;
    gap: 20px;
    margin: 30px 0;
}

.highlight-box h3 {
    margin-bottom: 10px;
    font-size: 1.3rem;
}

.highlight-box p {
    color: #000;
    margin-bottom: 0;
    font-weight: 500;
}

/* Check List */
.check-list {
    list-style: none;
}

.check-list li {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    font-weight: 500;
}

.check-list li::before {
    content: '✓';
    color: var(--primary-orange);
    font-weight: bold;
    margin-right: 15px;
    font-size: 1.2rem;
}

/* Responsive (Mobil Uyum) */
@media (max-width: 992px) {
    .about-grid {
        grid-template-columns: 1fr;
    }
    .about-image {
        order: 2;
    }
    .about-text {
        order: 1;
    }
}
/* --- Gayrimenkul Çözümleri (Kartlar) - Siyah/Turuncu Tema --- */
.services-wrapper {
    background: #0b0b0b;
    padding: 120px 5%;
}

.services-container {
    max-width: 1300px;
    margin: auto;
    background: linear-gradient(180deg, #111111, #0f0f0f);
    border-radius: 28px;
    padding: 90px 70px;
    box-shadow: 0 40px 120px rgba(0, 0, 0, 0.75);
}

.services-header {
    text-align: center;
    margin-bottom: 80px;
}

.top-title {
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ff6600;
    margin-bottom: 12px;
}

.main-title {
    font-size: 36px;
    font-weight: 900;
    color: #ffffff;
}

.title-line {
    width: 110px;
    height: 3px;
    background: #ff6600;
    margin: 25px auto 0;
}

.services-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

/* KART */
.card {
    background: #161616;
    padding: 50px 35px;
    border-radius: 18px;
    border: 1px solid #2a2a2a;
    transition: all 0.45s cubic-bezier(.4,0,.2,1);
    text-align: center;
    position: relative;
    overflow: hidden;
}

/* Turuncu ışık efekti */
.card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top, rgba(255,102,0,0.25), transparent 70%);
    opacity: 0;
    transition: opacity 0.45s ease;
}

.card:hover::before {
    opacity: 1;
}

.card:hover {
    transform: translateY(-16px) scale(1.03);
    border-color: #ff6600;
    box-shadow: 0 40px 80px rgba(255, 102, 0, 0.25);
}

/* RESİM */
.card-img {
    width: 140px;
    height: 140px;
    margin: 0 auto 30px;
    overflow: hidden;
    border-radius: 16px;
    border-bottom: 4px solid #ff6600;
    transition: transform 0.45s ease;
}

.card:hover .card-img {
    transform: scale(1.08) rotate(-1deg);
}

.card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
    transition: 0.45s ease;
}

.card:hover .card-img img {
    filter: grayscale(0%);
}

/* YAZILAR */
.card h3 {
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 14px;
    color: #ff6600;
}

.card p {
    font-size: 15px;
    font-weight: 500;
    color: #ffffff; /* ALT YAZILAR TAM BEYAZ */
    line-height: 1.7;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .services-cards {
        grid-template-columns: 1fr;
    }

    .services-container {
        padding: 70px 35px;
    }
}

/* --- İletişim CTA Bölümü --- */
.cta-section {
    position: relative;
    height: 400px;
    background-image: url('cagri-merkezi-musteri-temsilcisi-mesleki-yeterlilik-belgesi.jpg'); /* Buraya çağrı merkezi veya ofis görseli koyabilirsin */
    background-size: cover;
    background-position: center;
    background-attachment: fixed; /* Paralaks efekti için */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.cta-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.8) 0%, rgba(255, 102, 0, 0.2) 100%);
    z-index: 1;
}

.cta-content {
    position: relative;
    z-index: 2;
    color: #fff;
    padding: 0 20px;
}

.cta-content h2 {
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 10px;
    letter-spacing: -1px;
}

.cta-content p {
    font-size: 18px;
    margin-bottom: 30px;
    color: #ccc;
    font-weight: 500;
}

.btn-call {
    display: inline-block;
    background-color: #ff6600; /* Tema Turuncusu */
    color: #000;
    padding: 15px 40px;
    text-decoration: none;
    font-weight: 800;
    font-size: 16px;
    border-radius: 4px;
    transition: all 0.3s ease;
    border: 2px solid #ff6600;
}

.btn-call:hover {
    background-color: transparent;
    color: #ff6600;
    transform: scale(1.05);
}

/* Mobil Uyum */
@media (max-width: 768px) {
    .cta-content h2 { font-size: 30px; }
    .cta-section { height: 300px; }
}
.stats-section {
    background-color: #111; /* Siyah tema */
    padding: 100px 8%;
    color: #fff;
}

.stats-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    align-items: center;
}

.stats-header {
    flex: 1;
    min-width: 300px;
}

.stats-header h2 {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.stats-header h2 span {
    color: #ff6600; /* Turuncu tema */
}

.stats-header p {
    color: #aaa;
    line-height: 1.6;
    max-width: 450px;
}

.stats-items {
    flex: 2;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    text-align: center;
}

.stat-item h3 {
    display: inline-block;
    font-size: 60px;
    font-weight: 800;
    color: #ff6600;
}

.stat-item .plus {
    font-size: 40px;
    font-weight: 800;
    color: #ff6600;
}

.stat-item p {
    font-size: 16px;
    color: #fff;
    margin-top: 10px;
    font-weight: 600;
}

@media (max-width: 768px) {
    .stats-items { grid-template-columns: 1fr; gap: 40px; }
    .stats-header { text-align: center; }
}
/* --- MZ Ajans Modern Footer & Global İletişim --- */
.footer-section {
    background-color: #050505;
    /* Dünya haritası ve nokta deseni çakışmasını önlemek için katmanlı arka plan */
    background-image: 
        radial-gradient(circle at 2px 2px, rgba(255, 102, 0, 0.1) 1px, transparent 0), 
        url('https://www.transparenttextures.com/patterns/world-map.png');
    background-size: 40px 40px, contain;
    background-repeat: repeat, no-repeat;
    background-position: center;
    padding-top: 100px; /* Kartların üzerine binmesi için alan */
    position: relative;
    border-top: 1px solid rgba(255, 102, 0, 0.1);
}

/* İletişim Kartları Konteynırı */
.contact-cards-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: -80px; /* Footer'ın üzerine tam oturması için */
    position: relative;
    z-index: 20;
    padding: 0 10%;
}

/* Modern Turuncu Kartlar */
.contact-card {
    background-color: #ff6600;
    flex: 1;
    max-width: 450px;
    padding: 45px 30px;
    text-align: center;
    border-radius: 20px;
    color: #fff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.contact-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 25px 60px rgba(255, 102, 0, 0.3);
}

/* İkonlar İçin Modern SVG Alanı */
.contact-icon-modern {
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    border: 1px solid rgba(255, 255, 255, 0.4);
}

/* Kayma Animasyonları */
.reveal-left { opacity: 0; transform: translateX(-120px); transition: all 1.2s ease-out; }
.reveal-right { opacity: 0; transform: translateX(120px); transition: all 1.2s ease-out; }
.active { opacity: 1; transform: translateX(0); }



/* Modern İkon Yuvarlağı */
.contact-icon-modern {
    width: 65px;
    height: 65px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    color: #fff;
    transition: 0.3s;
}

.contact-card:hover .contact-icon-modern {
    background: rgba(255, 255, 255, 0.3);
    transform: rotateY(180deg); /* Şık bir dönüş efekti */
}


/* WhatsApp Butonu */
.whatsapp-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background-color: #25d366;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    z-index: 999;
}

.whatsapp-btn img {
    width: 35px;
}

/* Mobil Uyum */
@media (max-width: 768px) {
    .contact-cards-container {
        flex-direction: column;
        margin-bottom: 20px;
    }
    .footer-grid {
        grid-template-columns: 1fr;
    }
    .footer-content {
        padding-top: 50px;
    }
}

/* --- Hero Butonu (Ekspertiz) Efekti --- */
.btn-orange-animated {
    display: inline-block;
    background-color: #ff6600;
    color: #fff;
    padding: 16px 35px;
    text-decoration: none;
    font-weight: 800;
    border-radius: 4px;
    font-size: 15px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 15px rgba(255, 102, 0, 0.2);
    border: 2px solid #ff6600;
}

.btn-orange-animated:hover {
    background-color: transparent;
    color: #ff6600;
    transform: translateY(-3px);
    box-shadow: 0 12px 20px rgba(255, 102, 0, 0.4);
}

/* --- Sarı İletişim Kutuları --- */
.contact-highlight {
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)),
                url('anasayfa.jpg');
    background-size: cover;
    background-position: center;
    padding: 80px 8%;
}

.contact-highlight-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    max-width: 1100px;
    margin: auto;
}

.contact-box {
    background-color: #ff6600;
    padding: 45px 30px;
    text-align: center;
    border-radius: 6px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.4);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.contact-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(255,184,0,0.6);
}

.contact-icon {
    font-size: 42px;
    margin-bottom: 15px;
}

.contact-box h3 {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 8px;
    color: #111;
}

.contact-box span {
    font-size: 16px;
    font-weight: 600;
    color: #111;
}

/* Mobil */
@media (max-width: 768px) {
    .contact-highlight-container {
        grid-template-columns: 1fr;
    }
}
.footer{
    background:#0e0e0e;
    color:#ccc;
}

.footer-container{
    max-width:1200px;
    margin:auto;
    padding:70px 20px;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:40px;
}

.footer-logo{
    height:50px;
    margin-bottom:15px;
}

.footer h4{
    color:#fff;
    margin-bottom:15px;
}

.footer ul{
    list-style:none;
}

.footer ul li{
    margin-bottom:10px;
}

.footer p i{
    color:var(--primary);
    margin-right:8px;
}

.footer-bottom{
    text-align:center;
    padding:20px;
    background:#000;
    font-size:14px;
}

/* RESPONSIVE */
@media(max-width:900px){
    .about-container,
    .footer-container{
        grid-template-columns:1fr;
    }

    .nav-menu{
        display:none;
    }
}

.service-box {
    background: #161616;
    padding: 50px 35px;
    border-radius: 18px;
    border: 1px solid #2a2a2a;
    text-align: center;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
}

/* Hover animasyonu */
.service-box:hover {
    transform: translateY(-18px) scale(1.04);
    border-color: #ff6600;
    box-shadow: 0 40px 90px rgba(255, 102, 0, 0.35);
}

/* Turuncu glow */
.service-box::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top, rgba(255,102,0,0.35), transparent 70%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.service-box:hover::after {
    opacity: 1;
}

/* Görsel */
.service-img {
    width: 140px;
    height: 140px;
    margin: 0 auto 30px;
    border-radius: 16px;
    overflow: hidden;
    border-bottom: 4px solid #ff6600;
    transition: transform 0.4s ease;
}

.service-box:hover .service-img {
    transform: scale(1.1);
}

.service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
    transition: 0.4s ease;
}

.service-box:hover img {
    filter: grayscale(0%);
}

/* Yazılar */
.service-box h3 {
    color: #ff6600;
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 14px;
}

.service-box p {
    color: #ffffff; /* ALT YAZILAR BEYAZ */
    font-size: 15px;
    line-height: 1.7;
}
.whatsapp-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 38px;
    background: linear-gradient(135deg, #ff6600, #ff4500);
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    border-radius: 50px;
    text-decoration: none;
    letter-spacing: 0.3px;
    position: relative;
    z-index: 20;                 /* TIKLANABİLİRLİK */
    pointer-events: auto;
    transition: all 0.35s ease;
    box-shadow: 0 12px 30px rgba(255,102,0,0.35);
}

/* Hover efekti */
.whatsapp-cta:hover {
    transform: translateY(-3px) scale(1.04);
    box-shadow: 0 18px 45px rgba(255,102,0,0.45);
    background: linear-gradient(135deg, #ff4500, #ff6600);
}

/* Hafif parıltı efekti */
.whatsapp-cta::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50px;
    background: rgba(255,255,255,0.15);
    opacity: 0;
    transition: opacity 0.35s ease;
}

.whatsapp-cta:hover::after {
    opacity: 1;
}
/* WHATSAPP BUTTON */
.floating-whatsapp {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 58px;
    height: 58px;
    background: #25D366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    z-index: 9999;
    text-decoration: none;
    box-shadow: 0 12px 30px rgba(37, 211, 102, 0.45);
    transition: all 0.35s ease;
}

.floating-whatsapp:hover {
    transform: scale(1.12);
    box-shadow: 0 18px 45px rgba(37, 211, 102, 0.6);
}

/* SCROLL TOP BUTTON */
.scroll-top {
    position: fixed;
    bottom: 95px;
    right: 30px;
    width: 46px;
    height: 46px;
    background: #ff6600;
    color: #fff;
    border: none;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.35s ease;
    z-index: 9999;
    box-shadow: 0 10px 25px rgba(255,102,0,0.45);
}

.scroll-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.scroll-top:hover {
    transform: translateY(-4px) scale(1.05);
}
/* SAHIBINDEN SECTION */
.sahibinden-section {
    background: #111;
    padding: 90px 20px;
    color: #fff;
}

.sahibinden-section .container {
    max-width: 1200px;
    margin: auto;
}

.section-header {
    text-align: center;
    margin-bottom: 50px;
}

.section-header p {
    color: #ff6600;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
}

.section-header h2 {
    font-size: 34px;
    margin-top: 10px;
}

.section-header span {
    width: 80px;
    height: 3px;
    background: #ff6600;
    display: block;
    margin: 20px auto 0;
}

/* GRID */
.listing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

/* CARD */
.listing-card {
    background: #1a1a1a;
    border-radius: 14px;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
    transition: all 0.4s ease;
    box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}

.listing-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.listing-info {
    padding: 22px;
}

.listing-info h3 {
    font-size: 18px;
    margin-bottom: 6px;
}

.listing-info p {
    color: #bbb;
    font-size: 14px;
    margin-bottom: 10px;
}

.listing-info strong {
    color: #ff6600;
    font-size: 18px;
}

/* HOVER */
.listing-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(255,102,0,0.3);
}

/* MORE BUTTON */
.more-listings {
    display: inline-block;
    margin: 60px auto 0;
    padding: 15px 40px;
    border-radius: 40px;
    background: linear-gradient(135deg, #ff6600, #ff3300);
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.35s ease;
    text-align: center;
}

.more-listings:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 40px rgba(255,102,0,0.5);
}
.logo-section {
    background-color: #000000; /* Resmin arkasını tam siyah yapıyoruz */
    padding: 20px 0;           /* Alt ve üstten biraz boşluk */
    text-align: center;        /* Resmi yatayda ortalar */
}

.resim-logo {
    max-width: 400px;          /* Resmin çok devasa görünmemesi için sınır */
    width: 90%;               /* Mobilde ekrandan taşmaması için */
    height: auto;              /* Orantıyı korur */
    display: block;
    margin: 0 auto;            /* Ortalamayı garantiye alır */
}