﻿.h4Ekibimiz {
    color: black;
}

    .h4Ekibimiz:hover {
        color: black !important;
    }
@media (min-width: 2000px) {
    .banner-style-two .container .banner-thumb img {
        height: 60% !important;
        margin-top: 40% !important;
    }
}

@media (min-width: 1025px) and (max-width: 1280px) {

    .banner-style-two .container .banner-thumb img {
        height: 90% !important;
        margin-top: 40% !important;
    }
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}

    .my-float:hover {
        margin-top: 16px;
        color: white;
    }

    .my-float::after {
        margin-top: 16px;
        color: white;
    }

    .my-float::before {
        margin-top: 16px;
        color: white;
    }
/* Kategori butonları için özel stil */
.custom-category-btn {
    background-color: #f8f9fa;
    border: 1px solid #ced4da;
    color: #333;
    padding: 10px 20px;
    border-radius: 15px;
    margin-right: 10px;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
}

    .custom-category-btn:hover {
        background-color: #e2e6ea;
        color: #000;
    }

    .custom-category-btn.active,
    .custom-category-btn.active:hover {
        background-color: #ff0000;
        color: #fff;
        border-color: #ff0000;
    }

/* Flex wrap ile butonların taşmaması için */
.btn-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/* Mobil için düzenleme */
@media (max-width: 768px) {
    .custom-category-btn {
        margin-right: 5px;
        /*padding: 8px 16px;*/
        margin-top:10px;
    }

    .btn-group {
      /*  justify-content: space-evenly;*/
    }
}
/* Araç kartları için özel stil */
.custom-card {
    border: none;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

    .custom-card:hover {
        transform: translateY(-5px);
    }

.test {
    color: red;
    background-color: #ffecec96;
    max-height: 40px; /* Maksimum yükseklik 40px */
    height: 40px; /* Sabit yükseklik */
    line-height: 38px; /* Dikey hizalama için */
    padding: 5px 15px; /* İç boşluk */
    font-size: 14px; /* Yazı boyutu */
    display: flex;
    align-items: center; /* Dikey merkezleme */
    justify-content: center; /* Yatay merkezleme */
}

    .test:hover {
        color: red;
        background-color: #ffecec96;
    }

.custom-card img {
    border-bottom: 1px solid #eee;
}

.custom-card .card-body {
    padding: 15px;
}
/* Modal background */
.modal-backdrop.show {
    opacity: 0.5;
}

/* Popup close button */
.modal-header .btn-close {
    background-color: #ff0000;
    color: white;
}
.nav-linkka{
    color:black!important;
}
.nav-linkka:hover {
    color: white !important;
}

mission-tab-navs:hover {
    color: white !important;
}
.btn-outline-dark-custom {
    color: #000;
    border: 1px solid #000;
    background-color: transparent;
}

    .btn-outline-dark-custom:hover {
        background-color: transparent;
        color: #000;
        border-color: #000;
    }