body,
html {
    height: 100%;
    margin: 0;
    background: #264c3e;
}

.background-image {
    background-image: url('images/background.jpeg');
    min-height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.overlay {
    background-color: rgba(38, 76, 62, 0.0);
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 20px;
}


/* Logo */

.logo {
    max-width: 300px;
}

@media (max-width: 768px) {
    .logo {
        max-width: 200px;
    }
}

.offcanvas-start {
    background-color: #264c3e;
    color: white;
}

.offcanvas-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.offcanvas-body a {
    color: white;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    transition: background-color 0.3s, color 0.3s;
}

.offcanvas-body a i {
    margin-right: 10px;
}

.offcanvas-body a:hover {
    color: #cce4d9;
    background-color: rgba(255, 255, 255, 0.1);
}

.btn-menu {
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 1000;
    background-color: #264c3e;
    color: white;
    border-radius: 5px;
    padding: 10px 15px;
    font-size: 18px;
    border: none;
    transition: background-color 0.3s, color 0.3s;
}

.btn-menu:hover {
    background-color: #1e3e33;
}

.btn-close {
    filter: invert(1);
}

.footer {
    margin-top: auto;
    padding: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer a {
    color: white;
    font-size: 20px;
    margin: 0 10px;
    text-decoration: none;
}

.language {
    font-size: 16px;
}


/* Genel metin ve başlık ayarları */

h1,
h2 {
    color: white;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
}

p {
    color: white;
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 15px;
    text-align: justify;
}


/* Görsel */

.centered-image {
    max-width: 450px;
    height: auto;
    border-radius: 10px;
    display: block;
    margin: 20px auto;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.1);
}


/* Mobil uyumluluk */

@media (max-width: 768px) {
    h1,
    h2 {
        font-size: 28px;
        text-align: center;
    }
    p {
        font-size: 16px;
        padding: 0 15px;
        text-align: justify;
    }
    .centered-image {
        max-width: 200px;
        margin: 15px auto;
    }
    .overlay {
        padding: 20px 10px;
    }
    .container {
        margin-top: 70px;
    }
}

@media (max-width: 576px) {
    h1,
    h2 {
        font-size: 24px;
    }
    p {
        font-size: 14px;
    }
    .centered-image {
        max-width: 280px;
        margin: 10px auto;
    }
}


/* Harita Iframe */

iframe {
    width: 100%;
    height: 400px;
    margin-top: 20px;
    border-radius: 10px;
}


/* İkon ve link stilleri */

i {
    color: white;
}

a {
    color: white;
    text-decoration: none !important;
}

a:hover {
    color: #ffcc00;
    text-decoration: underline;
}

.contact-info {
    margin: 15px 0;
}

.nav-tabs .nav-link {
    color: white;
}

.nav-tabs .nav-link.active {
    background-color: #547c6f;
    color: white;
}

.nav-tabs .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.1);
}


/* Kurumsal bölüm */

.corporate-section {
    padding: 50px 20px;
    background-color: #f9f9f9;
}

.text-section {
    padding: 20px;
}

.text-section h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
}

.text-section p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.image-section img {
    max-width: 100%;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .text-section h2 {
        font-size: 28px;
    }
    .text-section p {
        font-size: 16px;
    }
}

.offcanvas-body {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center;
}

@media (max-width: 768px) {
    .justify-content-center {
        justify-content: center !important;
        display: flex;
        flex-direction: column;
    }
}

@media (min-width: 769px) {
    .btn-menu {
        top: calc(50% - 25px) !important;
        /* Sadece masaüstü cihazlarda dikeyde ortalar */
    }
}

@media (min-width: 769px) {
    .btn-menu2 {
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 1000;
        background-color: #264c3e;
        color: white;
        border-radius: 0px;
        padding: 10px 15px;
        font-size: 18px;
        border: none;
        transition: background-color 0.3s, color 0.3s;
        height: 100%;
    }
}

@media (max-width: 768px) {
    .btn-menu2 {
        position: fixed;
        top: 20px;
        left: 20px;
        z-index: 1000;
        background-color: #264c3e;
        color: white;
        border-radius: 5px;
        padding: 10px 15px;
        font-size: 18px;
        border: none;
        transition: background-color 0.3s, color 0.3s;
    }
}

.btn-menu2:hover {
    background-color: #1e3e33;
}