﻿.navbar .nav-link:focus,
.navbar .dropdown-toggle:focus,
.navbar .dropdown-item:focus {
    box-shadow: none !important;
    outline: none !important;
}

.w-6 {
    width: 1.5rem;
}

.h-6 {
    height: 1.5rem;
}

.w-5 {
    width: 1.25rem;
}

.h-5 {
    height: 1.25rem;
}

.mr-2 {
    margin-right: 0.5rem;
}

.w-60 {
    width: 15rem;
}

.h-auto {
    height: auto;
}

.w-24 {
    width: 6rem;
}

.bg-primary {
    background: #91ab6e !important;
}

/* Varsayılan Bootstrap oku kaldır */
.navbar .dropdown-toggle::after {
    content: "\f078"; /* Font Awesome 'chevron-down' unicode */
    font-family: "Font Awesome 6 Free";
    font-weight: 900; /* solid ikonlar için */
    border: none !important; /* bootstrap üçgenini kaldırır */
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
    font-size: 0.75em;
    transition: transform 0.25s ease;
}

/* Hover veya açıkken döndür */
.navbar .dropdown-toggle.show::after,
.navbar .dropdown:hover .dropdown-toggle::after {
    transform: rotate(180deg);
}

.navbar .dropdown-menu {
    position: absolute !important;
}

.navbar .dropdown:hover > .dropdown-menu {
    display: block;
}

.ftco-section {
    padding: 6em 0;
    position: relative;
}

.ftco-services .services {
    display: block;
    width: 100%;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .ftco-services .services .icon {
        line-height: 1.3;
        position: relative;
        margin: 0 auto;
        width: 100px;
        height: 100px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .ftco-services .services .icon:after {
            position: absolute;
            top: 10px;
            left: 10px;
            right: 10px;
            bottom: 10px;
            content: '';
            border: 2px solid rgba(255, 255, 255, 0.19);
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%;
        }

        .ftco-services .services .icon span {
            font-size: 50px;
            color: #fff;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

    .ftco-services .services .media-body {
        width: 100%;
    }

        .ftco-services .services .media-body h3 {
            font-size: 15px;
            text-transform: uppercase;
            font-weight: 500;
            font-family: "Poppins", Arial, sans-serif;
            color: #000000;
        }

        .ftco-services .services .media-body span {
            text-transform: uppercase;
            color: rgba(0, 0, 0, 0.5);
            font-size: 12px;
            font-weight: 500;
        }

    .ftco-services .services:hover .icon, .ftco-services .services:focus .icon {
        background: #82ae46;
    }

        .ftco-services .services:hover .icon span, .ftco-services .services:focus .icon span {
            color: #fff;
        }

.ftco-services a {
    text-decoration: none;
}

.bg-color-1 {
    background: #e4b2d6;
}

.bg-color-2 {
    background: #dcc698;
}

.bg-color-3 {
    background: #a2d1e1;
}

.bg-color-4 {
    background: #dcd691;
}

.ftco-category .category-wrap {
    display: block;
    width: 100%;
    height: 250px;
    border-radius: 10px;
}

    .ftco-category .category-wrap .text {
        background: #82ae46;
    }

        .ftco-category .category-wrap .text h2 {
            font-size: 18px;
            font-family: "Poppins", Arial, sans-serif;
        }

            .ftco-category .category-wrap .text h2 a {
                color: #fff;
            }

.ftco-category .category-wrap-2 {
    width: 100%;
    border-radius: 10px;
}

    .ftco-category .category-wrap-2 .text {
        width: 100%;
    }

        .ftco-category .category-wrap-2 .text h2 {
            color: #82ae46;
            font-family: "Lora", Georgia, serif;
            font-style: italic;
            font-size: 24px;
        }

.ftco-category .img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #91ab6e;
    --bs-btn-border-color: #91ab6e;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #80985f;
    --bs-btn-hover-border-color: #758b56;
    --bs-btn-focus-shadow-rgb: 145, 171, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #758b56;
    --bs-btn-active-border-color: #6c814f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #91ab6e;
    --bs-btn-disabled-border-color: #91ab6e;
}

header {
    background-color: #fff;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
}


.heading-section .subheading {
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
    font-family: "Lora", Georgia, serif;
    font-style: italic;
    color: #82ae46;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #91ab6e;
}

/* Tüm site için */
* {
    scrollbar-width: thin; /* Firefox */
    scrollbar-color: #91ab6e #f0f0f0; /* thumb ve track rengi */
}

/* WebKit (Chrome, Edge, Safari) için */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: #91ab6e;
    border-radius: 10px;
    border: 2px solid #f0f0f0; /* thumb ile track arasında boşluk efekti */
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: #7f985f;
    }

.product:hover {
    -webkit-box-shadow: 0px 7px 15px -5px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 7px 15px -5px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 7px 15px -5px rgba(0, 0, 0, 0.07);
}

.product {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
}

    .product a {
        text-decoration: none;
        color: #3b3b3b
    }

    .product .img-prod {
        position: relative;
        display: block;
        overflow: hidden;
        border-radius: 10px;
    }

    .product:hover .img-prod .overlay {
        opacity: 0;
    }

    .product .img-prod .overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: '';
        opacity: 0;
        background: #82ae46;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .product .img-prod:hover img, .product .img-prod:focus img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    .product .img-prod img {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

.social-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f7f7f7;
    border-radius: 50%;
    font-size: 28px;
    color: #000;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

    .social-icon:hover {
        background: #e9f2fc;
        color: #82ae46;
        transform: scale(1.1);
    }

.contact-box i {
    color: #262626;
}

.contact-box a:hover {
    color: #0d6efd;
}

.img-responsive {
    max-width: 100%;
    height: auto;
}

.text-primary, a.text-primary {
    color: #2e4531 !important
}

a {
    color: #2e4531;
}

.btn-primary {
    background-color: #2e4531;
    color: #fff;
}

header {
    border-bottom: 1px solid #e2e2e2
}

.btn-outline-primary {
    color: #2e4531;
    border: 1px solid #2e4531;
    background-color: transparent;
    transition: all 0.3s ease;
}

    .btn-outline-primary:hover,
    .btn-outline-primary:focus {
        background-color: #2e4531;
        color: #fff;
        border-color: #2e4531;
        transform: translateY(-2px);
        box-shadow: 0 0.25rem 0.75rem rgba(46, 69, 49, 0.25);
    }

    .btn-outline-primary:active {
        background-color: #2a3e2c;
        border-color: #2a3e2c;
        color: #fff;
        box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
        transform: translateY(0);
    }

    .btn-outline-primary:disabled,
    .btn-outline-primary.disabled {
        color: #91ab6e;
        border-color: #91ab6e;
        background-color: transparent;
        opacity: 0.65;
        cursor: not-allowed;
    }

    .btn-outline-primary i {
        margin-right: 0.4rem;
        font-size: 0.95em;
        vertical-align: middle;
    }
.glow-effect {
    filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.9)) drop-shadow(0 0 8px rgba(255, 255, 255, 0.7));
    transition: filter 0.3s ease;
}

    .glow-effect:hover {
        filter: drop-shadow(0 0 5px rgba(255, 255, 255, 1)) drop-shadow(0 0 10px rgba(255, 255, 255, 0.9));
    }
