﻿.language-dropdown .dropdown-toggle::after {
    margin-left: .35rem;
}

.language-dropdown .fi {
    width: 22px;
    height: 16px;
    border-radius: 3px;
}

.offcanvas-custom .language-dropdown .nav-link {
    padding: .25rem 0;
}
/* REGULAR */
@font-face {
    font-family: 'MADETOMMY';
    src: url('/Content/fonts/MADETOMMY-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

/* MEDIUM */
@font-face {
    font-family: 'MADETOMMY';
    src: url('/Content/fonts/MADETOMMY-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

/* LIGHT */
@font-face {
    font-family: 'MADETOMMY';
    src: url('/Content/fonts/MADETOMMY-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

/* 2) TÜM METNE UYGULA (etiket bazlı) */
html, body,
h1, h2, h3, h4, h5, h6,
p, a, li, span, strong, em,
button, input, textarea, label {
    font-family: 'MADETOMMY', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
}

body {
    margin: 0px;
}

:root {
    --main-green: #245b4e;
    --input-gray: #f2f2f2;
}

.navbar-wrapper {
    width: 100%;
}

/* ÜST NAVBAR */
.top-navbar {
    background-color: var(--main-green);
}
/* NAVBAR SABITLEME */
.top-navbar,
.menu-navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1050; /* Bootstrap dropdownların üzerinde olsun */
}

    .top-navbar .navbar-brand img {
        max-height: 50px;
    }

/* ALT NAVBAR */
.menu-navbar {
    background-color: var(--main-green);
    padding-top: 0;
    padding-bottom: 0;
}

/* Desktop Logo (alt navbarda görünen) */
.desktop-logo img {
    max-height: 55px;
}

/* Menü Yayvan Yapı */
.menu-navbar .navbar-nav .nav-link {
    color: #fff;
    font-weight: 500;
    padding: 0.75rem 1rem;
}

.menu-navbar .navbar-nav {
    gap: 30px;
}

/* Dropdown */
.menu-navbar .dropdown-menu {
    margin-top: 0.6rem;
}

/* Hamburger ikon mobilde beyaz */
.navbar-toggler {
    border-color: rgba(255, 255, 255, 0.7);
}

.navbar-toggler-icon {
    filter: invert(1);
}

/* Desktop düzeni */
@media (min-width: 992px) {
    .top-navbar {
        display: none; /* Desktop'ta sadece alt navbar kullanılsın */
    }

    .menu-navbar {
        display: block;
    }
}


/* Offcanvas arka plan & linkler */
.offcanvas-custom {
    background-color: #1d4a40;
    color: #ffffff;
}

    .offcanvas-custom .nav-link {
        color: #ffffff;
        font-weight: 500;
        padding-left: 0;
    }

        .offcanvas-custom .nav-link:hover {
            color: #ffffff;
        }

    .offcanvas-custom .btn-close {
        filter: invert(1);
    }

/*Banner Bölümü */
.banner-line {
    height: 5px;
    background-color: #245b4e;
    width: 100%;
}

.story-section {
    color: #9bb9ae;
    min-height: 300px !important; /* istersen artırabiliriz */
}

.story-text {
    font-size: 2.3rem; /* büyük font */
    font-weight: 300; /* tümü ince başlar */
    text-align: center;
    line-height: 1.3;
}

    .story-text strong {
        font-weight: 800 !important; /* çok kalın */
    }

/* Mobil için font küçültme */
@media (max-width: 576px) {
    .story-text {
        font-size: 1.6rem;
    }

    .story-section {
        color: #9bb9ae;
        min-height: 200px !important; /* istersen artırabiliriz */
    }
}

.image-layer-section {
    position: relative;
    width: 100%;
}

    /* Arkadaki (background gibi davranan) görsel */
    .image-layer-section .bg-img {
        width: 100%;
        height: auto;
        display: block;
    }

    /* Öndeki görseli ortalamak için */
    .image-layer-section .front-img-wrapper {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
        text-align: center;
        width: 100%;
    }

.section-title {
    color: var(--main-green);
    font-weight: 700;
    font-size: 1.7rem;
    margin-bottom: 15px;
}

.section-text {
    color: var(--main-green);
    opacity: 0.7;
    font-weight: 300;
    font-size: 0.9rem;
}

    .section-text strong {
        color: var(--main-green);
        opacity: 0.7;
        font-weight: 700;
    }

.bg-grey {
    background-color: #f2f2f2;
}

.about-image {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.banner-with-text {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .banner-with-text img {
        width: 100%;
        height: auto;
        display: block;
        object-fit: cover;
    }

.banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    font-size: 5rem;
    font-weight: 300;
    width: 100%;
    padding: 0 20px; /* mobilde daha iyi görünmesi için */
}

@media (max-width: 576px) {
    .banner-text {
        font-size: 1.8rem;
    }

    .section-title {
        color: var(--main-green);
        font-weight: 700;
        font-size: 1.7rem;
        margin-bottom: 15px;
    }

    .section-text {
        color: var(--main-green);
        opacity: 0.7;
        font-weight: 300;
        font-size: 0.7rem;
    }

        .section-text strong {
            color: var(--main-green);
            opacity: 0.7;
            font-weight: 700;
        }
}

.category-slogan {
    background-color: #f2f2f2; /* gri */
    min-height: 200px; /* istersen artırabiliriz */
}

.category-slogan-text {
    color: var(--main-green); /* senin klasik yeşil */
    font-size: 2.8rem;
    font-weight: 300; /* ince yazı */
    text-align: center;
    line-height: 1;
    opacity: 0.6;
}

@media (max-width: 576px) {
    .category-slogan-text {
        font-size: 1rem;
    }

    .category-slogan {
        background-color: #f2f2f2; /* gri */
        min-height: 100px; /* istersen artırabiliriz */
    }
}

.info-section {
}

    .info-section h2 {
        color: var(--main-green);
        font-weight: 700;
        opacity: 0.6;
        font-size: 1.3rem;
        margin-bottom: 10px;
        text-align: center;
    }

    .info-section p {
        color: var(--main-green);
        opacity: 0.6;
        font-weight: 300;
        font-size: 1.3rem;
        max-width: 1200px;
        margin: 0 auto 20px auto; /* paragraf arası boşluk */
        text-align: center;
        line-height: 1.6;
    }

        .info-section p strong {
            color: var(--main-green);
            opacity: 1;
            font-weight: 700;
        }

/* Kare görseller */
.square-img {
    width: 100%;
    aspect-ratio: 1 / 1; /* KARE */
    object-fit: cover;
}

.img-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
}

.contact-section {
    padding: 100px 0;
}

.contact-box {
    background-color: #f2f2f2; /* gri */
    aspect-ratio: 1 / 1; /* KARE */
    padding: 40px 20px;
    /* KUTULAR ARASI ÇOK BÜYÜK BOŞLUK */
    margin: 2% 10%; /* ihtiyaç olursa 60-80'e çıkarabiliriz */
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    text-align: center;
}

.contact-box-title {
    color: var(--main-green);
    font-size: 1.8rem;
    opacity: 0.6;
    font-weight: 700;
    margin-bottom: 15px;
}

.contact-box p {
    color: var(--main-green);
    opacity: 0.6;
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 1.6;
}

/* Kenar boşluğunu daha da büyütmek istersen burayı artırabiliriz */
.contact-container {
    padding-left: 60px;
    padding-right: 60px;
}

@media (max-width: 768px) {
    .navbar-wrapper {
        width: 100%;
        margin-bottom: 76px;
    }

    .contact-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .contact-box {
        background-color: #f2f2f2; /* gri */
        aspect-ratio: 1 / 1; /* KARE */
        padding: 20px;
        margin: 2% 2%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .contact-box-title {
        color: var(--main-green);
        font-size: 0.7rem;
        opacity: 0.6;
        font-weight: 700;
        margin-bottom: 0px;
    }

    .contact-box p {
        color: var(--main-green);
        opacity: 0.6;
        font-weight: 300;
        font-size: 0.7rem;
        line-height: 1.6;
    }

    .info-section h2 {
        color: var(--main-green);
        font-weight: 700;
        opacity: 0.6;
        font-size: 0.7rem;
        margin-bottom: 10px;
        text-align: center;
    }

    .info-section p {
        color: var(--main-green);
        opacity: 0.6;
        font-weight: 300;
        font-size: 0.7rem;
        max-width: 1200px;
        margin: 0 auto 20px auto; /* paragraf arası boşluk */
        text-align: center;
        line-height: 1.6;
    }

        .info-section p strong {
            color: var(--main-green);
            opacity: 1;
            font-weight: 700;
            font-size: 0.7rem !important;
        }
}

.contact-mail {
    color: var(--main-green);
    font-weight: 700;
    opacity: 0.6;
    text-decoration: none;
    font-size: 2rem !important;
}

@media (max-width: 768px) {
    .contact-mail {
        color: var(--main-green);
        font-weight: 700;
        opacity: 0.6;
        text-decoration: none;
        font-size: 1rem !important;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        background-color: transparent;
        border: none;
    }
}

.dropdown-item {
    background-color: var(--main-green) !important;
    color: white !important;
    opacity: 0.7;
    margin: 5px 0;
    transition: opacity 0.2s ease;
}

    /* Hover – opak olsun */
    .dropdown-item:hover,
    .dropdown-item:focus {
        opacity: 1;
        background-color: var(--main-green) !important;
        color: white !important;
    }

    /* Active (bootstrap mavi rengi override) */
    .dropdown-item:active,
    .dropdown-item.active,
    .show > .dropdown-item {
        background-color: var(--main-green) !important;
        color: white !important;
        opacity: 1;
    }
.text-green {
    color: var(--main-green);
    opacity:0.6;
}

/* INPUT & TEXTAREA */
.custom-input {
    background-color: var(--input-gray);
    border: none;
    color: var(--main-green);
    opacity: 0.6;
}

    .custom-input::placeholder {
        color: var(--main-green);
        opacity: 1;
    }

    .custom-input:focus {
        background-color: var(--input-gray);
        color: var(--main-green);
        box-shadow: none;
        border: none;
    }

.custom-contact-form-button {
    background: var(--main-green);
    border-radius: 25px;
    color: white;
}