﻿.bg_image--19 {
    background-image: url('http://cdn.m34.it/yenicerigrup/img/About/hizmetlerimz-cover1.png') !important;
}
:root {
    --color-primary: #ffe191 !important;
    --color-secondary: #d3a11a !important;
}
[data-gradient-overlay]:before {
    background-color: #000000;
    background: #000000 !important;
}
.custom-modal {
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    font-family: 'Segoe UI', 'Poppins', sans-serif;
}
.section-title.text-center .description {
    padding: 0 20%;
}
.modal-header {
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding: 1rem 1.5rem;
}

.modal-body {
    padding: 1.5rem;
    font-size: 1.5rem;
    color: #343a40;
}

#modalContent h6 {
    font-weight: 600;
    color: #0d6efd;
    margin-bottom: 1rem;
}

#modalContent ul {
    padding-left: 1.2rem;
}

    #modalContent ul li::before {
        content: "";
        color: #0d6efd;
        display: inline-block;
        width: 1em;
        margin-left: -1em;
    }
#map {
    position: relative;
    z-index: 1;
}
.text-black{
    color:black!important;
}
.team::before {
    background:none!important;
}
.ref-kutu {
    height: 150px !important;
    display: flex !important;
    align-content: center !important;
    align-items: center !important;
    justify-content: center !important;
}
.scroll-animation.scroll-right-left {
    animation: scroll 15s linear infinite;
}

.scroll-animation.scroll-left-right {
    animation: scrollLeft 15s linear infinite;
}
.rbt-testimonial-area .scroll-animation-wrapper {
    overflow: hidden;
}
.rbt-testimonial-area .scroll-animation {
    display: inline-flex;
    width: max-content;
    gap: 40px;
    will-change: transform;
}
    .rbt-testimonial-area .scroll-animation.scroll-right-left {
        animation-name: testimonial-marquee !important; /* 15s linear infinite korunur */
    }

    .rbt-testimonial-area .scroll-animation.scroll-left-right {
        animation-name: testimonial-marquee-rev !important; /* 15s linear infinite korunur */
    }
    .rbt-testimonial-area .scroll-animation > * {
        flex-shrink: 0;
    }
@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-3500px);
    }
}
@keyframes testimonial-marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@keyframes testimonial-marquee-rev {
    from {
        transform: translateX(-50%);
    }

    to {
        transform: translateX(0);
    }
}
/* Vizyon / Misyon / Değerler - Theme Uyumlu */
.vmd-card--theme {
    height: 100%;
    background: #fff;
    border: 1px solid rgba(0,0,0,.06);
    border-radius: 18px;
    padding: 34px 28px;
    box-shadow: 0 10px 30px rgba(0,0,0,.06);
    transition: all .25s ease;
}

    .vmd-card--theme:hover {
        transform: translateY(-4px);
        box-shadow: 0 16px 40px rgba(0,0,0,.10);
    }

.vmd-icon {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    background: rgba(0,0,0,.04);
}

    .vmd-icon i {
        font-size: 22px;
    }

.vmd-title {
    margin-bottom: 10px;
    font-weight: 800;
}

.vmd-text {
    margin: 0;
    color: #555;
    line-height: 1.75;
}

.vmd-list {
    margin: 0;
    padding-left: 18px;
    color: #555;
    line-height: 1.85;
}

    .vmd-list li {
        margin-bottom: 8px;
    }

        .vmd-list li:last-child {
            margin-bottom: 0;
        }

@media (max-width: 575.98px) {
    .vmd-card--theme {
        padding: 28px 22px;
    }
}
