﻿
body {
    font-family: 'Poppins', sans-serif;
}

.navbar-brand {
    font-weight: bold;
    letter-spacing: 2px;
    color: #105a37 !important;
}

.navbar {
    background: #fff;
}

.nav-link.active, .nav-link:focus, .nav-link:hover {
    color: #105a37 !important;
    font-weight: 600;
}

.btn-green {
    background: #105a37;
    color: #fff;
    border: none;
}

    .btn-green:hover, .btn-green:focus {
        background: #0d472c;
        color: #fff;
    }

.hero {
    background: linear-gradient(90deg, #105a37 0%, #238f5a 100%);
    color: #fff;
    padding: 90px 0 70px 0;
}

    .hero h1 {
        font-size: 2.8rem;
        font-weight: 700;
    }

    .hero p {
        font-size: 1.25rem;
    }

.section-title {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: #105a37;
}

.service-card {
    transition: transform .2s;
    border: none;
    border-radius: 1.5rem;
}

    .service-card:hover {
        transform: translateY(-8px) scale(1.04);
        box-shadow: 0 6px 36px rgba(16,90,55,.13);
    }

.brand-logos img {
    max-height: 48px;
    margin: 10px 24px;
    filter: grayscale(1) brightness(1.2);
    transition: .2s;
}

    .brand-logos img:hover {
        filter: none;
    }

footer {
    background: #105a37;
    color: #fff;
    padding: 30px 0 15px 0;
}

.contact-card {
    border-radius: 1.5rem;
    border: none;
    box-shadow: 0 2px 18px rgba(16,90,55,.09);
}

.neden-card {
    border-radius: 1.25rem;
    transition: box-shadow .2s, transform .2s;
}

    .neden-card i {
        transition: .2s;
    }

    .neden-card:hover {
        box-shadow: 0 6px 32px rgba(16,90,55,0.12);
        transform: translateY(-4px) scale(1.03);
    }

        .neden-card:hover i {
            color: #21ba6b !important;
            transform: scale(1.12);
        }

.offcanvas-header img {
    border-radius: 8px;
}

.offcanvas .offcanvas-header {
    background: #f4fbf7;
}

.offcanvas-title, .offcanvas .fw-bold {
    color: #105a37;
}

.offcanvas .btn-close {
}

.offcanvas-body form .input-group-text {
    border-radius: 1rem 0 0 1rem;
    background: #f4fbf7;
    border-right: 0;
    color: #105a37;
}

.offcanvas-body form .form-control {
    border-radius: 0 1rem 1rem 0;
    background: #f9fdfa;
}

.offcanvas-body .btn-green {
    background: #105a37;
    border: none;
    box-shadow: 0 2px 8px rgba(16,90,55,0.09);
}

    .offcanvas-body .btn-green:hover {
        background: #0d472c;
    }

@media (max-width: 991px) {
    .navbar .sizi-arayalim-nav {
        width: 100%;
        margin-top: 12px;
        text-align: start;
    }
}

@media (max-width: 767px) {
    .hero {
        padding: 60px 0 30px 0;
    }

        .hero h1 {
            font-size: 2rem;
        }
}




/* Swiper Okları */
.swiper-button-next, .swiper-button-prev {
    background: #105a37;
    color: #fff;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    box-shadow: 0 2px 12px rgba(16,90,55,0.10);
    transition: background 0.2s, transform 0.2s;
    top: 56%;
}

    .swiper-button-next:hover, .swiper-button-prev:hover {
        background: #21ba6b;
        transform: scale(1.08);
    }

    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 22px;
        font-weight: bold;
    }

.swiper {
    padding-bottom: 38px !important;
}

.swiper-pagination-bullets .swiper-pagination-bullet {
    background: #105a37;
    opacity: 0.2;
}

    .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
        opacity: 1;
    }
/* Logo kutuları */
.dernek-card {
    border-radius: 20px;
    width: 140px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 8px;
    box-shadow: 0 1px 8px rgba(16,90,55,0.07);
    transition: background .2s, box-shadow .2s, transform .2s;
    border: 1px solid #105a37;
}

    .dernek-card img {
        max-width: 98px;
        max-height: 76px;
        filter: grayscale(1) brightness(1.07);
        transition: filter .2s, transform .2s;
    }

    .dernek-card:hover {
        background: #e7faef;
        border-color: #21ba6b;
        /*   transform: translateY(-5px) scale(1.06);*/
        box-shadow: 0 2px 16px rgba(16,90,55,0.10);
    }

        .dernek-card:hover img {
            filter: none;
            transform: scale(1.06);
        }

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
}

.swiper {
    margin-top: 24px;
}

.dernek-slogan {
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 1.02rem;
    font-weight: 400;
    color: #7b8a86;
    letter-spacing: .01em;
    margin-top: 4px;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .dernek-card {
        width: 88px;
        height: 68px;
    }

        .dernek-card img {
            max-width: 48px;
            max-height: 34px;
        }
}




.hero-slider-area {
    position: relative;
    min-height: 480px;
    height: 40vh;
    max-height: 720px;
    overflow: hidden;
    color: #fff;
}

.hero-swiper .swiper-slide {
    position: relative;
    width: 100%;
    min-height: 480px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero-bg-slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center center !important;
    z-index: 1;
}

.hero-overlay-slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, rgba(16,90,55,0.72) 0%, rgba(33,186,107,0.35) 100%);
    z-index: 2;
    backdrop-filter: blur(1px);
}

.hero-content-slide {
    position: relative;
    z-index: 3;
    width: 100%;
    padding: 80px 16px 64px 16px;
}

    .hero-content-slide h1 {
        font-size: 3.2rem;
        font-weight: 700;
        line-height: 1.18;
    }

    .hero-content-slide p {
        font-size: 1.25rem;
        font-weight: 400;
    }

.hero-swiper .swiper-pagination-bullet {
    background: #fff !important;
    opacity: 0.3;
}

.hero-swiper .swiper-pagination-bullet-active {
    background: #105a37 !important;
    opacity: 1;
}

.hero-swiper .swiper-button-next, .hero-swiper .swiper-button-prev {
    color: #fff;
    background: #105a3799;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    top: 55%;
    box-shadow: 0 2px 12px rgba(16,90,55,0.11);
    transition: background 0.18s;
}

    .hero-swiper .swiper-button-next:hover, .hero-swiper .swiper-button-prev:hover {
        background: #21ba6b;
    }

    .hero-swiper .swiper-button-next:after, .hero-swiper .swiper-button-prev:after {
        font-size: 24px;
    }

@media (max-width: 991px) {
    .hero-slider-area, .hero-swiper .swiper-slide {
        min-height: 340px;
    }

    .hero-content-slide h1 {
        font-size: 2.1rem;
    }

    .hero-content-slide {
        padding: 50px 8px 38px 8px;
    }
}

