* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 10px;
    scroll-behavior: smooth;
}

body {
    background-color: #F5f5f5;
    overflow-x: hidden;
    text-align: center;
}


.ust-bilgi {
    font-family: "Dancing Script", cursive;
    background-color: black;
    color: bisque;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    width: 100%;
    position: relative;
    z-index: 10;
}

.logo {
    width: 50px;
    height: auto;
    display: block;
}

h1 {
    text-align: left;
    font-size: clamp(1.4rem, 4vw, 1.8rem);
    margin: 0 10px;
    line-height: 1.2;
    flex: 1;
    word-spacing: -1px;
}

h2 {
    font-size: 30px;
    padding: 10px;
}

/* Hamburger Menü Mantığı */
#menu-ac-kapat {
    display: none;
}

.hamburger-ikon {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    padding: 5px;
    z-index: 1001;
}

.hamburger-ikon span {
    display: block;
    width: 25px;
    height: 2px;
    background-color: bisque;
    margin: 3px 0;
    border-radius: 2px;
}

/* Yan Menü (Sağdan Çıkan) */
.menu-listesi {
    position: fixed;
    right: -250px;
    top: 0;
    width: 250px;
    height: 100vh;
    background: #1a1a1a;
    margin: 0;
    padding: 80px 20px;
    list-style: none;
    transition: 0.4s ease;
    z-index: 1000;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.5);
}

.menu-listesi li a {
    color: bisque;
    text-decoration: none;
    display: block;
    padding: 15px 0;
    font-size: 1.8rem;
    border-bottom: 1px solid #333;
}

#menu-ac-kapat:checked~.menu-listesi {
    right: 0;
}

main {
    font-family: "Dancing Script", cursive;
    font-size: 1.8rem;
}

main p {
    font-size: 2rem;

}

img {
    width: 100%;


}


#sacb1,
#sacb2 {

    width: 50%;

}

.neden-biz-metni {
    padding: 40px 20px;
    background-color: #F5f5f5;
    text-align: center;
}


.neden-biz-metni h2 {
    font-family: "Alumni Sans Pinstripe", sans-serif;
    font-size: 3rem;
    margin-bottom: 25px;
    color: black;
    border-bottom: 2px solid bisque;
    display: inline-block;
    padding-bottom: 10px;
    font-weight: 600;
    letter-spacing: 1px;
}

.metin-alani {
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
}

.metin-alani p {
    
    font-size: 2.4rem;
    font-weight: bold;
    color: black;
    line-height: 1.6;
    font-family: "Alumni Sans Pinstripe", sans-serif;
    text-align: center;
    letter-spacing: 0.5px;
}

.alt-bilgi {
    background-color: black;
    color: bisque;
    padding: 40px 20px 20px;
    margin-top: 50px;
    font-family: "EB Garamond", serif;
    text-align: center;
}

.footer-icerik {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.footer-bolum h3 {
    font-family: "Dancing Script", cursive;
    font-size: 2.5rem;
    margin-bottom: 15px;
    border-bottom: 1px solid #333;
    display: inline-block;
    padding-bottom: 5px;
}

.footer-bolum p {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 5px;
}

.footer-bolum a {
    color: bisque;
    text-decoration: none;
    font-weight: bold;
}

.instagram-link {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid bisque;
    border-radius: 25px;
    /* Yumuşak köşeler (border-radius) */
    color: bisque;
    text-decoration: none;
    font-size: 1.4rem;
    transition: 0.3s;
}

.alt-bant {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #222;
    font-size: 1.2rem;
    color: #777;
}


.hakkimizda-metin h2{
font-family: "Alumni Sans Pinstripe", sans-serif;
font-size: 4rem;

}
.hakkimizda-icerik {
    padding: 20px 0; /* Üst-alt boşluk kalsın ama yanlar 0 olsun */
    width: 100%;
}

.hakkimizda-bolum {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
    width: 100%; 
}

.hakkimizda-metin {
      font-size: 2.4rem;
    font-weight: bold;
    color: black;
    line-height: 1.6;
    font-family: "Alumni Sans Pinstripe", sans-serif;
    text-align: center;
    letter-spacing: 0.5px;
    margin: 30px;

}

.hakkimizda-gorsel {
    width: 100%; /* Görsel kapsayıcısı tam genişlik */
    line-height: 0; /* Alt kısımdaki çok küçük boşluğu öldürür */
}

.hakkimizda-gorsel img {
    width: 100vw; /* Ekranın tam genişliğini kapla (viewport width) */
    max-width: 100%; 
    height: auto;
    display: block;
    border-radius: 0; /* İstediğin gibi radius'u kaldırdık */
}

.hizmetler-sayfasi {
    padding-top: 20px;
}

.sayfa-basligi {
    font-family: "Alumni Sans Pinstripe", sans-serif;
    font-size: 5.5rem;
    margin: 40px 0;
    color: black;
}

.hizmet-grubu {
    margin-bottom: 50px;
    width: 100%;
    display: flex;
    flex-direction: column; /* Mobilde alt alta */
}

.kategori-banner img {
    width: 100vw;
    height: auto; /* Yüksekliği içeriğe bırak, kesme! */
    max-height: 80vh; /* Çok uzamasını engellemek için ekranın %80'i kadar sınır koy */
    object-fit: cover; /* Hâlâ boşlukları doldurmaya çalışır ama kesmez */
}

.kategori-icerik {
    padding: 40px 30px;
    max-width: 800px; /* Metni merkeze hapseder, gözü yormaz */
    margin: 0 auto;
    text-align: center;
}

.kategori-icerik h3 {
    font-family: "Alumni Sans Pinstripe", sans-serif;
    font-size: 3.8rem;
    color: black;
    margin-bottom: 20px;
    border-bottom: 2px solid bisque;
    display: inline-block;
    padding-bottom: 8px;
    letter-spacing: 1px;
}

.hizmet-liste {
    list-style: none;
    font-family: "Alumni Sans Pinstripe", sans-serif;
    font-size: 2.8rem; /* Gözlüksüz okunabilirlik için dev punto */
    font-weight: 600;
    line-height: 2; /* Maddeler arası ferahlık */
    color: #111;
}

.hizmet-liste li {
    padding: 10px 0;
    border-bottom: 1px dashed #ddd; /* Maddeleri ayıran ince çizgi */
}

.hizmet-liste li:last-child {
    border-bottom: none;
}

@media (min-width: 768px) {
    .hakkimizda-icerik {
        max-width: 1100px; /* Sevdiğin o derli toplu görünüm */
        margin: 0 auto;
        padding: 50px 20px; /* Bilgisayarda yanlarda nefes payı olsun */
    }

    .hakkimizda-bolum {
        flex-direction: row;
        gap: 50px;
        align-items: center;
    }

    .hakkimizda-bolum.ters {
        flex-direction: row-reverse;
    }

    .hakkimizda-metin {
        padding: 0;
        text-align: left;
        flex: 1;
    }

    .hakkimizda-gorsel {
        flex: 1;
    }

    .hakkimizda-gorsel img {
        width: 100%; /* Bilgisayarda 100vw değil, kendi kutusu kadar olsun */
        border-radius: 0; /* Bilgisayarda da istersen 0 kalsın, istersen buraya ekle */
    }
      .ust-bilgi {
        padding: 20px 40px;
    }

    
    .logo {
        width: 100px;
    }

    h1 {
        font-size: 2.8rem;
        text-align: center;
        margin: 0 30px;
        letter-spacing: 1px;
    }

    .hamburger-ikon span {
        width: 35px;
        /* 25px idi */
        height: 3px;
        /* 2px idi */
        margin: 5px 0
    }

    /* 2. Görselleri Yan Yana 3'lü Yap (Bozulmaması İçin) */
    #ana-gorseller img {
        width: 33.3% !important;
        /* 2 taneydi, 3 tane yaptık */
        border-radius: 5px;
        padding: 5px;
        /* Birbirine çok yapışmasınlar */
    }

    /* 3. Neden Biz Yazılarını İki Sütun Yap */
    .metin-alani {
        gap: 20px;
        text-align: left;
        padding: 0 50px;
        display: block;
    }

    .metin-alani p {

        font-size: 2.6rem;
        /* Geniş ekranda daha ihtişamlı dursun */
        line-height: 1.8;
    }
.hizmet-grubu {
        flex-direction: row;
        align-items: center;
        max-width: 1100px;
        margin: 0 auto 80px auto;
        gap: 60px;
    }

    .hizmet-grubu.ters {
        flex-direction: row-reverse;
    }

    .kategori-banner {
        flex: 1;
    }

    .kategori-banner img {
        width: 100%;
        border-radius: 0; /* Senin o keskin hatlı stilin */
    }

    .kategori-icerik {
        flex: 1;
        text-align: left;
    }

    .hizmet-liste {
        text-align: left;
    }
}






    