/* Genel stil */
.about-container {
    position: relative;
    max-width: 1070px;
    margin: 0px auto;
    padding: 40px;
    padding-top: 180px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

/* Başlık stilleri */
.about-container h2 {
    font-size: 32px;
    color:#16243a ;
    margin-bottom: 20px;
    font-weight: bold;
}

/* Paragraf stilleri */
.about-container p {
    font-size: 17px;
    line-height: 1.8;
    color: #555;
    text-align: justify;
}
.kurban-bayrami
{
    padding-top:60px;
}
/* Görsel alanı */
.hakimizda-image {
    display: flex;
    justify-content: center;
    margin: 35px auto;
    width: 450px;
    height: 400px;
    gap: 30px;
}

.hakimizda-image img {
    width:100%;
    height: 100%;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}
.hakimizda-image .img-2
{
    width: 100%;
    height: 100%;
}
.image-content
{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.image-content img
{
    width: 100%;
    height: 100%;
}
/* Öne çıkan bilgileri vurgulamak için özel stil */
.about-container p strong {
    color: #c0392b;
    font-weight: bold;
}

/* Hizmetler bölümü */
.about-container ul {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.about-container ul li {
    background: #f4f4f4;
    margin: 10px 0;
    padding: 15px;
    border-radius: 6px;
    font-size: 18px;
    color: #444;
    display: flex;
    align-items: center;
}

.about-container ul li::before {
    content: "✔";
    color: #27ae60;
    font-size: 22px;
    margin-right: 10px;
}

/* Hisseli Kesim ve diğer özel bölümler */
.hisseli-kesim {
    background: #f8f8f8;
    padding: 30px;
    margin-top: 40px;
    border-left: 5px solid #c0392b;
    border-radius: 10px;
}

.hisseli-kesim h3 {
    font-size: 26px;
    color: #c0392b;
    margin-bottom: 15px;
}

/* Logo ve alt bilgi bölümü */
.hakkimizda-logo-content {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.hakkımızda-logo img {
    width: 80px;
    height: auto;
    margin-right: 15px;
}

.hakimizda-logo-title p {
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

/* Responsive Tasarım */
@media (max-width: 768px) {
    .about-container {
        padding: 15px;
        padding-top: 150px;
    }

    .about-container h2 {
        font-size: 28px;
    }

    .about-container p {
        font-size: 16px;
    }

    .hakimizda-image img {
        max-width: 100%;
    }

    .hisseli-kesim {
        padding: 20px;
    }

    .hisseli-kesim h3 {
        font-size: 22px;
    }
    .image-content
    {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .image-content img
    {
        width:400px;
        height: 400px;
    }
}
