/* Ekibimiz carousel için özel CSS */

.owl-team-custom .owl-nav {
    margin-top: 20px;
}

.owl-team-custom .owl-nav button {
    background: #2c5aa0 !important;
    color: white !important;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 18px;
    margin: 0 5px;
    border: none;
    outline: none;
}

.owl-team-custom .owl-nav button:hover {
    background: #1e3d72 !important;
}

.owl-team-custom .owl-nav button.owl-prev:before {
    content: "‹";
}

.owl-team-custom .owl-nav button.owl-next:before {
    content: "›";
}

.owl-team-custom .center {
    text-align: center;
}

.owl-team-custom .center img {
    max-width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    margin: 0 auto;
}

.owl-team-custom .center h4 {
    color: #2c5aa0;
    font-weight: 600;
}

.owl-team-custom .center p {
    color: #666;
}

.owl-team-custom .center a {
    color: #2c5aa0;
    font-weight: 500;
    text-decoration: none;
}

.owl-team-custom .center a:hover {
    color: #1e3d72;
    text-decoration: none;
}

.thumb-info-social-icons {
    display: block;
    height: 10px;
}
