/* Genel ayarlar */
html, body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #fff0f5;
    color: #4a4a4a;
    overflow-x: hidden; /* Yatay kaydırmayı engeller */
}

/* Navbar */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f8c8dc; /* Toz pembe */
    padding: 12px 30px;
    flex-wrap: wrap;
    max-width: 100%;
    box-sizing: border-box;
}

.navbar-left {
    display: flex;
    align-items: center;
}

.logo {
    height: 50px;
    width: 50px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 12px;
}

.salon-adi {
    font-size: 22px;
    font-weight: bold;
    color: #333;
}

.navbar-right {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}

    .navbar-right a {
        text-decoration: none;
        font-size: 17px;
        font-weight: 500;
        color: #333;
        transition: color 0.3s ease;
    }

        .navbar-right a:hover {
            color: #fff;
        }

/* Banner alanı */
.banner-container {
    width: 100%;
    max-width: 900px;
    margin: 30px auto 50px auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.banner {
    width: 100%;
    height: 340px;
    margin: 0 auto; /* ortalamak için */
    overflow: hidden;
    border-radius: 16px;
    position: relative;
}

    .banner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center -70px; /* yukarıdan 40px yukarı kaydırır */
        display: block;
    }



/* Beyaz kart - Banner altındaki açıklama */
.banner-description {

    max-width: 1000px;
    margin: 20px auto 30px auto; /* üstten 40px boşluk verdik */
    background-color: #ffffffdd;
    padding: 30px 40px;
    border-radius: 16px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
    text-align: center;
}

    .banner-description h2 {
        font-size: 28px;
        color: #d46fa4;
        margin-bottom: 20px;
    }

    .banner-description p {
        font-size: 18px;
        line-height: 1.6;
        margin-bottom: 1rem;
    }

/* Footer */
footer {
    background-color: #fff7f9;
    text-align: center;
    padding: 20px 0;
    color: #d46fa4;
    border-top: 1px solid #f0d6df;
}

/* Hakkımızda sayfası özel bölüm */
.hakkimizda-section {
    padding: 60px 20px;
    background-color: #fff0f5; /* Sayfanın genel arka planına uyumlu */
    display: flex;
    justify-content: center;
}
.hakkimizda-section {
    background-color: #fff0f5; /* Genel arka plan ile uyumlu */
    padding: 40px 20px;
    display: flex;
    justify-content: center;
}

.hakkimizda-card {
    background-color: white;
    max-width: 1000px;
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 0 12px rgba(0,0,0,0.06);
    display: flex;
    gap: 30px;
    padding: 10px;
    box-sizing: border-box;
    align-items: center;
}

.hakkimizda-sol {
    flex: 1;
    text-align: center;
}

.profil-img {
    max-width: 240px;
    width: 100%;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.hakkimizda-sag {
    flex: 2;
    color: #4a4a4a;
}

    .hakkimizda-sag h1 {
        color: #d46fa4;
        margin-bottom: 20px;
    }

    .hakkimizda-sag p {
        margin-bottom: 1rem;
        font-size: 18px;
        line-height: 1.6;
    }

.vurgulu {
    font-weight: 600;
    color: #e91e63;
    font-size: 20px;
    margin-top: 30px;
}
.hizmetler-container {
    max-width: 940px;
    background-color: #fff;
    border-radius: 20px;
    padding: 20px 30px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.06);
    margin: 40px auto; /* sayfada ortalamak için */
    text-align: left;
}

/* Hizmet kutuları */
.service {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(212, 111, 164, 0.15);
    padding: 0.5rem 1.5rem;
    margin-bottom: 2.5rem;
}


    .service h3 {
        color: #d46fa4;
        font-weight: 700;
        font-size: 1.5rem;
        border-bottom: 3px solid #d46fa4;
        padding-bottom: 0.6rem;
        margin-bottom: 2rem;
    }

    .service h4 {
        color: #a42d6e;
        font-weight: 600;
        margin-top: 1.3rem;
        margin-bottom: 1rem;
    }

    .service p {
        font-size: 18px;
        line-height: 1.6;
        color: #4a4a4a;
        margin-bottom: 1.5rem;
    }
/* Neden Gelmelisiniz sayfası arka planı */
.neden-section {
    background-color: #fff0f5;
    padding: 40px 20px;
    display: flex;
    justify-content: center;
}

/* Genel içerik kutusu – ortalanmış beyaz kart */
.neden-container {
    background-color: #ffffff;
    max-width: 1000px;
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.06);
    padding: 20px 30px;
    box-sizing: border-box;
    text-align: left;
}

/* Sayfa başlığı */
.neden-baslik {
    font-size: 35px;
    font-weight: 700;
    color: #d46fa4;
    margin-bottom: 30px;
    text-align: center;
    border-bottom: 3px solid #d46fa4;
    display:block;
    padding-bottom: 10px;
}

/* Alt kutular */
.highlight-box {
    background-color: #fdf6f9;
    border-radius: 16px;
    padding: 25px 30px;
    margin-bottom: 25px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
    transition: transform 0.3s ease;
}

    .highlight-box:hover {
        transform: translateY(-3px);
    }

/* Liste içeriği */
.neden-listesi {
    list-style: none;
    padding-left: 0;
    margin-top: 1rem;
}

    .neden-listesi li {
        font-size: 18px;
        line-height: 1.6;
        margin-bottom: 12px;
        text-align: left;
    }

/* Ekstra yazı biçimi */
.fw-bold {
    font-weight: 700;
}

.mb {
    margin-bottom: 25px;
}

.mt {
    margin-top: 30px;
}

.galeri-img {
    max-width: 100px; /* maksimum genişlik */
    height: auto; /* orantılı yükseklik */
    margin: 0 auto; /* ortalamak için */
    display: block;
}






