body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    background-color: #F8F9FA;
    color: #333;
    padding-top: 70px;
}

a {
    text-decoration: none;
    color: inherit;
}


.menu {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    padding: 15px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    z-index: 10;
    box-sizing: border-box;
}

.menu-sol {
    font-size: 1.6em;
    font-weight: 700;
    color: #4CAF50;
}

.menu-sol:hover {
    transform: scale(1.08);
    transition: 0.25s;
}

.menu-sag {
    display: flex;
    gap: 40px;
}

.menu-link {
    font-size: 0.95em;
    font-weight: 500;
    color: #555;
    position: relative;
    transition: transform 0.25s ease;
}

.menu-link:hover {
    transform: scale(1.08);
    color: #4CAF50;
}

.menu-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0;
    height: 2px;
    background-color: #4CAF50;
    transition: width 0.25s ease;
}

.menu-link:hover::after,
.menu-link.active::after {
    width: 100%;
}

.menu-link.active {
    color: #4CAF50;
    font-weight: 600;
}

.kucukmenu {
    margin-top: 25px;
    margin-left: 40px;
    margin-bottom: 20px;

    font-size: 14px;
    color: #666;
}


.kucukmenu a {
    text-decoration: none;
    color: #4CAF50;
    transition: color 0.3s;
}

.kucukmenu a:hover {
    color: #2e7d32;
    text-decoration: underline;
}

.kucukmenu span {
    margin: 0 5px;
}

.kucukmenu .active {
    color: #999;
    font-weight: 500;
}

.ana-gorsel {
    height: 450px;
    background: url("resimler/banner2.png") center / cover no-repeat;
}

.gorsel-katman {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gorsel-baslik {
    color: #fff;
    font-size: 3em;
    font-weight: 700;
    text-shadow: 0 6px 20px rgba(0, 0, 0, 0.6);
}


.icerik {
    max-width: 1200px;
    margin: 80px auto;
    padding: 0 40px;
}


.kutu-alani {
    display: flex;
    justify-content: center;
}

.kutu {
    width: 100%;
    max-width: 1100px;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.kutu-icerik {
    padding: 30px 40px;
}

.kutu-icerik h3 {
    font-size: 1.8em;
    margin-bottom: 20px;
}

.kutu-icerik p {
    font-size: 1.05em;
    line-height: 1.7;
    color: #555;
    text-align: justify;
}

.kutu-resim {
    height: 500px;
    background-size: cover;
    background-position: center;
}

.galeriresim {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.galeriresim img {
    width: calc(50% - 10px);
    display: block;
}

.ortala {
    text-align: center;
}


.yanyana {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 120px;
    max-width: 900px;
    margin: 10px auto;
}

.yanyana .sutun {
    width: 270px;
}

.yanyana p {
    margin: 6px 0;
}



.bolum-baslik {
    font-size: 2em;
    font-weight: 600;
    color: #4CAF50;
    border-bottom: 3px solid #e0e0e0;
    padding-bottom: 10px;
    margin-bottom: 30px;
}


.iletisim-alani {
    background-color: #2f2f2f;
    color: #fff;
    padding: 40px 60px;
}

.iletisim-ust {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    margin-bottom: 40px;
}

.iletisim-bilgileri h3,
.sosyal-medya h3 {
    color: #4CAF50;
    margin-bottom: 15px;
}

.iletisim-bilgileri p {
    font-size: 15px;
    margin-bottom: 8px;
}

.sosyal-medya a {
    display: inline-block;
    margin-bottom: 8px;
}

.iletisim-harita iframe {
    width: 100%;
    height: 450px;
    border: none;
}