/* TEMEL RENK PALETİ */
        :root {
            --antrasit: #2c3e50;
            --mavi: #3498db;
            --acik-mavi: #ebf5fb;
            --beyaz: #ffffff;
            --gri: #f4f4f4;
        }

        * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }

        body {
            background-color: var(--gri);
            color: var(--antrasit);
            line-height: 1.6;
        }



/* TOP BAR STİLLERİ */
.top-bar {
    height: 40px; /* Net bir yükseklik verdik */
    background-color: #1a252f;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10001; /* En üstte bu durmalı */
    display: flex;
    align-items: center;
}

.top-bar-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.top-left a, .isim-etiket {
    color: var(--beyaz);
    text-decoration: none;
    margin-right: 20px;
    transition: 0.3s;
}

.top-left i {
    color: var(--mavi); /* Telefon ve kullanıcı ikonları mavi */
    margin-right: 5px;
}

.top-right {
    display: flex;
    gap: 15px;
}

.top-right a {
    color: var(--beyaz);
    font-size: 16px;
    transition: 0.3s;
}

/* Üzerine gelince kendi renkleri yansın */
.top-right .insta-icon:hover { color: #e1306c; }
.top-right .wp-icon:hover { color: #25d366; }
.top-left a:hover { color: var(--mavi); }

/* HEADER'I TOP BAR KADAR AŞAĞI KAYDIRALIM */
.main-header {
   top: 40px;
    height: 105px; /* Büyük logo ve yazıların rahat sığması için dikey alan */
    background-color: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

/* MOBİLDE TOP BAR DÜZENİ */
@media (max-width: 600px) {
    .isim-etiket { display: none; } /* Mobilde yer kaplamasın */
    .top-bar-container {
        justify-content: center;
        gap: 20px;
    }
}
.logo-image {
   display: flex;
    align-items: center;
    text-decoration: none;
    gap: 15px; /* Görsel ile yazı arasındaki boşluk */
    transition: 0.3s ease;
}

.logo-image img {
  width: 75px; /* Büyük ve heybetli durması için ideal boyut */
    height: 75px;
    object-fit: contain;
}
.hero, .sayfa-ust-alan, .iletisim-sayfasi, .hizmetler-sayfasi {
    margin-top: 50px; /* Eğer içerikler yukarı kayarsa bu değeri artırabilirsin */
}

.logo-image:hover {
    transform: scale(1.03); /* Hafif etkileşim efekti */
}

/* MOBİL UYUM (768px Altı) */
@media (max-width: 768px) {
    .main-header {
        height: 85px; /* Mobilde header biraz daha daralır */
    }

    .logo-image {
        max-width: 240px; /* Mobilde logo daha küçük */
    }
    
    .logo-image img {
        max-height: 65px;
    }
}


.main-header {
   top: 40px;
    height: 105px; /* Büyük logo ve yazıların rahat sığması için dikey alan */
    background-color: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

.header-container {
    max-width: 1200px; /* Sitenizin genel genişlik sınırı (İsteğe göre değiştirebilirsiniz) */
    margin: 0 auto; /* Header'ı ekrana ortalar */
    padding: 0px; /* Sağdan ve soldan şık birer iç boşluk bırakır */
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between; /* KRİTİK: Logoyu en sola, menüyü en sağa iter! */
}

.logo {
    color: var(--beyaz);
    text-decoration: none;
    font-size: 22px;
    font-weight: bold;
}

.logo span { color: var(--mavi); }
.logo-image img {
    width: 75px; /* Büyük ve heybetli durması için ideal boyut */
    height: 75px;
    object-fit: contain;
}

/* SAĞDAKİ BÜYÜK VE DOLGUN YAZI AYARLARI */
.logo-metin {
    font-family: 'Poppins', 'Arial Black', sans-serif; /* Dolgun durması için kalın fontlar */
    font-size: 2.3rem; /* Yazı boyutunu iyice büyüttük */
    font-weight: 900; /* Maksimum kalınlık (İçi en dolgun hali) */
    text-transform: uppercase; /* Tamamı büyük harf */
    letter-spacing: -1px; /* Harfleri biraz birbirine yaklaştırarak daha tok bir görünüm sağladık */
    color: #1a2e40; /* Logonuzun koyu antrasit tonu */
    line-height: 1;
    display: flex;
    align-items: center;
}

/* ANTALYA KELİMESİNİN MAVİ VURGUSU */
.logo-metin span {
    color: #245d7a; /* Logonuzun altındaki dalganın şık mavi tonu */
    font-weight: 900px; /* Antalya kelimesi de aynı dolgunlukta kalır */
    margin-left: 5px;
}
.logo-yazi-container {
    height: 60px; /* İkonla aynı yükseklik */
    display: flex;
    align-items: center;
}

.logo-yazi {
    height: 100%;      /* İkonla aynı yükseklik */
    width: auto;       /* Oranı korur */
    max-width: 320px;  /* Burayı artırarak yazıyı daha geniş gösterebilirsin */
    object-fit: contain;
}

/* Fareyle üzerine gelince hafif büyüme efekti */
.logo-image:hover {
    transform: scale(1.02);
}

/* 📱 MOBİL UYUM (Telefonlarda menü ile çarpışmaması için) */
@media (max-width: 768px) {
    .main-header {
        height: 80px;
    }
    .logo-image img {
        width: 55px;
        height: 55px;
    }
    .logo-metin {
        font-size: 1.3rem; /* Mobilde ekrandan taşmaması için ideal büyük boy */
    }
}

.nav-list {
    display: flex;
    list-style: none;
    gap: 1px;
    align-items: center;
}

.nav-list a {
 color: var(--antrasit); /* Beyaz arka plan üzerinde net okunan antrasit tonu */
    font-size: 1.15rem; /* Menü yazı boyutunu büyüterek daha görünür yaptık (Eski hali genelde 1rem veya 0.9rem olur) */
    font-weight: 700; /* Yazıları daha tok ve dolgun hale getirdik */
    text-decoration: none;
    letter-spacing: 0.3px; /* Harflerin birbirine yapışmasını önleyip okunurluğu artırdık */
    padding: 8px 10px; /* Linklerin tıklama alanını genişlettik */
    display: inline-block;
    transition: all 0.3s ease; /* Renk geçişlerinin yumuşak olması için */
}

.nav-list a:hover { 
    color: var(--mavi); 
    transform: translateY(-2px); /* Üzerine gelince hafifçe yukarı doğru çok şık bir esneme yapar */
}

/* HAMBURGER BUTONU (Masaüstünde Gizli) */
.hamburger {
    display: none;
    cursor: pointer;
}

.bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px 0;
    background-color: var(--antrasit);
    transition: 0.4s;
}

/* MOBİL GÖRÜNÜM (968px Altı) */
@media (max-width: 968px) {
    .hamburger { display: block; }

    .nav-menu {
        position: fixed;
        right: -100%; /* Başlangıçta gizli */
        top: 100px;
        background-color: var(--beyaz);
        width: 100%;
        height: calc(100vh - 100px);
        transition: 0.4s;

    }

    .nav-list {
        flex-direction: column;
        padding-top: 50px;
        gap: 40px;
    }

    /* Menü Açıldığında Gelecek Sınıf */
    .nav-menu.active {
        right: 0;
    }

    /* Hamburger Animasyonu */
    .hamburger.active .bar:nth-child(2) { opacity: 0; }
    .hamburger.active .bar:nth-child(1) { transform: translateY(8px) rotate(45deg); }
    .hamburger.active .bar:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
}

        /* HERO SECTION (Giriş Alanı) */
        .hero {
            background: linear-gradient(rgba(44, 62, 80, 0.0), rgba(44, 62, 80, 0.8)), 
                        url('https://images.unsplash.com/photo-1552321554-5fefe8c9ef14?q=80&w=1000') no-repeat center center/cover;
            height: 60vh;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            color: var(--beyaz);
            padding: 20px;
            margin-top: 100px;
        }

        .hero h1 {
            font-size: clamp(1.2rem, 8vw, 3.5rem); /* Farklı telefonlarda bozulmayan yazı */
            margin-bottom: 10px;
        }
        .hero-subtext {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--beyaz);
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5); /* Yazının daha iyi okunması için hafif gölge */
}

        .btn-teklif {
            background-color: var(--mavi);
            color: white;
            padding: 12px 25px;
            text-decoration: none;
            border-radius: 5px;
            font-weight: bold;
            transition: 0.3s;
            margin-top: 20px;
        }

        /* KART SİSTEMİ (Responsive Grid) */
        .hizmetler {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 20px;
            padding: 40px 20px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .kart {
            background: var(--beyaz);
            padding: 20px;
            border-radius: 10px;
            border-top: 5px solid var(--mavi);
            box-shadow: 0 4px 6px rgba(0,0,0,0.1);
            text-align: center;
        }

        .kart h3 { color: var(--antrasit); margin-bottom: 10px; }

        /* MOBİL UYARILAR & DÜZENLEMELER */
        @media (max-width: 600px) {
            .hero { height: 50vh; }
            .nav-container { flex-direction: column; }
        }
     /* GOOGLE YORUMLAR ÖZEL STİLLERİ */
.google-yorumlar {
    padding: 80px 20px;
    background-color: var(--gri); /* Hafif gri arka plan antrasit başlıkla güzel durur */
}

.container-baslik {
    text-align: center;
    margin-bottom: 40px;
}

.container-baslik h2 {
    color: var(--antrasit);
    font-size: clamp(1.8rem, 5vw, 2.8rem);
    position: relative;
    padding-bottom: 15px;
}

.container-baslik h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background-color: var(--mavi); /* Yan rengimiz olan mavi burada vurgu yapar */
}

/* WIDGET'IN TELEFONDA BOZULMAMASI İÇİN */
.widget-cerceve {
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
    overflow: hidden; /* Taşmaları engeller */
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

/* Featurable'ın mobil görünümünü destekleyen ekstra güvenli kod */
#featurable-7b12c8ca-1565-4513-b136-3c02c67a7364 {
    min-height: 300px; /* Widget yüklenene kadar alanın boş kalmaması için */
    width: 100% !important;
}/* SABİT İLETİŞİM BUTONLARI */
.fixed-contact {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 9999;
}

.contact-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    border-radius: 50px;
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: 14px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    transition: transform 0.3s ease;
}

/* Telefon Butonu - Ana Renk Antrasit */
.phone-btn {
    background-color: var(--antrasit);
    border: 1px solid rgba(255,255,255,0.1);
}

/* Telefon İkonu - Yan Renk Mavi */
.phone-btn .icon {
    color: var(--mavi); /* İkonun rengini buradan ayarlıyoruz */
    font-size: 20px;
    margin-right: 8px;
}

/* WhatsApp Butonu */
.whatsapp-btn {
    background-color: #25d366;
}

.contact-btn .icon {
    font-size: 20px;
}

.contact-btn:hover {
    transform: scale(1.05);
}

/* MOBİL UYUM (Sadece İkon Görünümü) */
@media (max-width: 480px) {
    .btn-text {
        display: none; 
    }
    
    .contact-btn {
        width: 55px;
        height: 55px;
        padding: 0;
        border-radius: 50%;
    }

    .contact-btn .icon {
        margin-right: 0;
    }
}
/* BÜYÜYEN RESİM (MODAL) STİLLERİ */
.modal {
    display: none; /* Başlangıçta gizli */
    position: fixed;
    z-index: 10000; /* Her şeyin üstünde */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(44, 62, 80, 0.95); /* Antrasit şeffaf arka plan */
}

.modal-icerik {
    margin: auto;
    display: block;
    max-width: 90%;
    max-height: 85vh;
    margin-top: 5vh;
    border: 3px solid var(--mavi); /* Mavi çerçeve detayı */
    border-radius: 8px;
    object-fit: contain;
}

.kapat {
    position: absolute;
    top: 20px;
    right: 35px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

.kapat:hover { color: var(--mavi); }
/* FOTOĞRAF GALERİSİ STİLLERİ */
.galeri-section {
    padding: 60px 20px;
    background-color: var(--beyaz);
}

.fotograf-izgarasi {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    /* Mobilde 1, tablette 2, masaüstünde 3 veya 4 sütun otomatik ayarlanır */
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

.foto-kart {
    position: relative;
    height: 300px; /* Sabit yükseklik veriyoruz ki hizalar bozulmasın */
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    background-color: var(--antrasit); /* Fotoğraf yüklenene kadar boş durmasın */
}

.foto-kart img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* FOTOĞRAFIN BOZULMASINI (BASILMASINI) ÖNLER */
    transition: transform 0.5s ease;
}

.foto-kart:hover img {
    transform: scale(1.1); /* Hafif yakınlaşma efekti */
}

/* Fotoğraf üzerindeki mavi şerit yazı alanı */
.foto-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    background: linear-gradient(transparent, rgba(44, 62, 80, 0.9)); /* Antrasit geçiş */
    color: white;
    font-weight: bold;
    font-size: 0.9rem;
    border-bottom: 3px solid var(--mavi); /* Alt kısımdaki mavi detay */
}

/* MOBİL İÇİN ÖZEL DOKUNUŞ */
@media (max-width: 600px) {
    .fotograf-izgarasi {
        grid-template-columns: repeat(auto-fill, minmax(100%, 1fr)); /* Mobilde tam genişlik */
        gap: 15px;
    }
    .foto-kart {
        height: 250px; /* Mobilde biraz daha az yer kaplasın */
    }
}
/* FOOTER GENEL STİLLERİ */
.ana-footer {
    background-color: var(--antrasit);
    color: var(--beyaz);
    padding: 60px 20px 20px;
    margin-top: 40px;
    border-top: 5px solid var(--mavi);
}

.footer-icerik {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    padding-bottom: 40px;
}

.footer-blok h3 {
    color: var(--mavi);
    margin-bottom: 20px;
    font-size: 1.2rem;
    position: relative;
}

.footer-logo {
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 15px;
}

.footer-logo span { color: var(--mavi); }

.footer-blok p {
    color: #bdc3c7; /* Yumuşak bir gri okunaklılığı artırır */
    line-height: 1.8;
}

.footer-blok ul {
    list-style: none;
}

.footer-blok ul li {
    margin-bottom: 10px;
}

.footer-blok ul li a {
    color: #bdc3c7;
    text-decoration: none;
    transition: var(--gecis);
}

.footer-blok ul li a:hover {
    color: var(--mavi);
    padding-left: 5px;
}

/* FOOTER ALT BİLGİ */
.footer-alt {
    max-width: 1200px;
    margin: 0 auto;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    text-align: center;
    font-size: 0.85rem;
    color: #7f8c8d;
}

/* MOBİL AYARLAR */
@media (max-width: 768px) {
    .footer-icerik {
        text-align: center;
    }
    
    .footer-blok h3::after {
        left: 50%;
        transform: translateX(-50%);
    }
}
.iletisim-sayfasi {
    padding-top: 120px; /* Header ve Top Bar payı */
    background-color: var(--gri);
}

.iletisim-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    padding: 60px 20px;
}

.iletisim-bilgi h2 {
    font-size: 2.5rem;
    color: var(--antrasit);
    margin-bottom: 20px;
}

.bilgi-kartlari {
    margin-top: 40px;
}

.b-kart {
    display: flex;
    align-items: center;
    gap: 20px;
    background: white;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    border-left: 4px solid var(--mavi);
}

.b-kart i {
    font-size: 24px;
    color: var(--mavi);
}

/* FORM STİLLERİ */
.iletisim-form-alan {
    background: var(--antrasit);
    padding: 40px;
    border-radius: 15px;
    color: white;
}

.iletisim-form-alan h3 {
    margin-bottom: 25px;
    color: var(--mavi);
}

.input-grup {
    margin-bottom: 15px;
}

.input-grup input, .input-grup select, .input-grup textarea {
  width: 100%;
    padding: 12px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.2); /* Hafif belirgin bir çerçeve */
    background-color: var(--antrasit); /* Kutunun ana rengi */
    color: white;
    outline: none;
    cursor: pointer;
    appearance: none; /* Bazı tarayıcıların varsayılan okunu kaldırır */
    -webkit-appearance: none;
    -moz-appearance: none;
}
/* Tıklayınca açılan listenin içindeki seçenekler */
.input-grup select option {
    background-color: var(--antrasit); /* Seçeneklerin arka planı */
    color: white; /* Yazı rengi her zaman beyaz */
    padding: 10px;
}

/* Seçeneklerin üzerine gelindiğinde veya tıklandığında (Bazı tarayıcılar için) */
.input-grup select:focus {
    border-color: var(--mavi);
    background-color: #1a252f; /* Odaklanınca çok hafif renk değişimi */
}
.input-grup input::placeholder, .input-grup textarea::placeholder {
    color: #ccc;
}

.btn-gonder {
    width: 100%;
    padding: 15px;
    background: var(--mavi);
    color: white;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
}

.btn-gonder:hover {
    background: white;
    color: var(--antrasit);
}

/* MOBİL UYUM */
@media (max-width: 768px) {
    .iletisim-container {
        grid-template-columns: 1fr;
        padding: 30px 20px;
    }
}
/* HİZMETLER SAYFASI ÖZEL TASARIM */
.hizmetler-sayfasi {
    padding: 150px 20px 80px;
    background-color: var(--acik-mavi);
}

.sayfa-baslik {
    text-align: center;
    margin-bottom: 60px;
}

.sayfa-baslik h1 {
    font-size: 2.8rem;
    color: var(--antrasit);
    margin-bottom: 10px;
}

.hizmet-izgarasi {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.hizmet-kart {
    background: white;
    padding: 40px 30px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: 0.4s;
    border-bottom: 5px solid transparent;
}

.hizmet-kart:hover {
    transform: translateY(-10px);
    border-color: var(--mavi);
}

.hizmet-ikon {
    font-size: 45px;
    color: var(--mavi);
    margin-bottom: 25px;
}

.hizmet-kart h3 {
    font-size: 1.4rem;
    color: var(--antrasit);
    margin-bottom: 15px;
}

.hizmet-kart p {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 20px;
    line-height: 1.7;
}

.hizmet-liste {
    list-style: none;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.hizmet-liste li {
    font-size: 0.85rem;
    margin-bottom: 8px;
    color: var(--antrasit);
    font-weight: 600;
}

.hizmet-liste li i {
    color: #25d366; /* Yeşil onay işareti */
    margin-right: 10px;
}

.hizmet-cta {
    text-align: center;
    margin-top: 60px;
}

/* MOBİL AYAR */
@media (max-width: 768px) {
    .sayfa-baslik h1 { font-size: 2rem; }
    .hizmetler-sayfasi { padding-top: 120px; }
}
.hizmet-link {
    display: inline-block;
    margin-top: 15px;
    color: var(--mavi);
    text-decoration: none;
    font-weight: bold;
    font-size: 0.9rem;
    transition: 0.3s;
}

.hizmet-link i {
    margin-left: 5px;
    transition: 0.3s;
}

.hizmet-link:hover i {
    transform: translateX(5px); /* Fare gelince ok sağa kayar */
}
/* Sayfa Üst Başlık Alanı */
.sayfa-ust-alan {
    padding-top: 140px; /* Top Bar + Header yüksekliği için boşluk */
    padding-bottom: 20px;
    background-color: var(--gri);
    text-align: center;
}

.container-baslik h1 {
    color: var(--antrasit);
    font-size: clamp(1.8rem, 5vw, 2.8rem);
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

/* Başlığın altındaki mavi çizgi */
.container-baslik h1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background-color: var(--mavi);
}

.container-baslik p {
    color: #666;
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto;
}

/* Galeri ile başlık arasındaki boşluğu düzenleyelim */
.fotograf-izgarasi {
    padding-top: 30px;
    padding-bottom: 60px;
}