body {
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
    color: #111111;
    background-color: #f9f9f9;
    margin: 0;
    padding: 0;
}

/* Header */
header {
    font-size: 0.9rem;
    background-color: #ffffff;
    color: #111111;
}

header i {
    margin-right: 5px;
    color: #c40000;
}

/* Navbar */
.navbar {
    padding: 1rem 0;
    background-color: #ffffff;
}

.navbar-nav .nav-link {
    font-weight: 500;
    color: #111111;
    transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #c40000;
}

/* Footer */
footer {
    font-size: 0.95rem;
    background-color: #111111;
    color: #f2f2f2;
}

footer a {
    color: #ccc;
    text-decoration: none;
}

footer a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Hizmetler ikili blok uyarlamaları */
#hizmetler h3 {
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: #111;
}

#hizmetler p {
    color: #555;
    font-size: 1.05rem;
    line-height: 1.7;
}

/* Görsellerin mobilde dar kenar boşlukları için */
#hizmetler img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

/* Responsive Düzenlemeler */
@media (max-width: 767.98px) {
    header .container {
        flex-direction: column;
        gap: 0.5rem;
        text-align: center;
    }

    .navbar-brand img {
        height: 40px;
    }

    footer .text-md-right {
        text-align: center !important;
        margin-top: 1rem;
    }

    #hizmetler .row {
        flex-direction: column !important;
        text-align: center;
    }

    #hizmetler .col-md-6 {
        margin-bottom: 1.5rem;
    }
}

.page-header {
    background: url('../img/header2.jpeg') center center / cover no-repeat;
    height: 300px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-header .overlay {
    background: rgba(0, 0, 0, 0.5);
    /* karartma efekti */
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-header h1 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.page-header p {
    font-size: 1rem;
    margin: 0;
}