:root {
    --theme-color: #ed1c25;
    --dark-theme-color: #ed1c25;
    --hover-theme-color: #ed1c25;
    --focus-theme-color: #ed1c25;
    --theme-color-rgb: 237, 28, 37;
    /* this should match --theme-color in RGB format */
}



/* Sosyal ikonlar hover'da arka planı siyah, ikon rengini beyaz yap */
.social-icons li:hover a {
    background: #151719 !important;
    color: #fff !important;
}

.social-icons li:hover a i {
    color: #fff !important;
}

/* Sosyal ikonlar hover'da arka planı beyaz yap ve ikon rengini koyu yap */
.social-icons li:hover a {
    background: #fff !important;
    color: #151719 !important;
}

.social-icons li:hover a i {
    color: #151719 !important;
}

p {

    font-size: 16px;
}

#footer a:not(.btn):not(.no-footer-css) {
    color: #ababab;
    font-size: 13px;

}

#footer .footer-copyright p {
    color: #ababab;
}

#footer {
    margin-top: -8px;
}

.call-to-action.call-to-action-in-footer {
    margin-bottom: 0px !important;
}

.fab,
.far {
    font-size: 14px;
}

.footer-head-title {
    font-size: 13px;
}

.nav {
    flex-wrap: nowrap;
}

.contactPanel {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 55px;
    background: gray;
    display: none;
    transition: 300ms;
    z-index: 10;
}

.whatsapp {

    background-color: #02b43e;
    transition: 300ms;
}

.contactPanel a {
    color: white !important;
    font-size: 16px !important;
}

.phone {
    background-color: #ff0000;
    transition: 300ms;
}

.image-custom {
    float: left;
    width: 50%;
    margin-right: 18px;
    margin-bottom: 0px;

}

.flexibility-2 {
    padding-left: 0px;
}


.ssaadd::before {
    background-color: rgba(var(--theme-color-rgb), 0.7) !important;
    /* Adjust the color and opacity as needed */
    border: none;
}

.ssaadd::before:hover {
    background-color: rgba(var(--theme-color-rgb), 0.9) !important;
    /* Adjust the color and opacity as needed */
    border: none;
}

.whatsapp-butonu {
    display: block;
    width: 64px;
    height: 64px;
    opacity: 1;
    z-index: 100;
    position: fixed;
    bottom: 13%;
    right: 20px;
    cursor: pointer;
    text-indent: -9999px;
    background: url(/public/img/whatsapp.png) no-repeat;
    margin-bottom: 20px;
}

.whatsapp-butonu:hover {
    filter: brightness(1.2);

}

@media (max-width: 767px) {
    .mobile-flexibility {
        flex-direction: column-reverse;
    }

    .mobile-header-btn-custom {
        margin-top: 10px;
    }

    .mobile-breadcumb-centerleme {
        display: flex;
        justify-content: center;
    }

    .mud {
        display: none !important;
    }

    .mob-mar {
        justify-content: center !important;
    }

    .owl-carousel.nav-inside.nav-inside-plus .owl-nav button.owl-next {
        right: 5px !important;
    }

    .owl-carousel.nav-inside.nav-inside-plus .owl-nav button.owl-prev {
        left: 5px !important;
    }

    .owl-carousel.nav-md .owl-nav button.owl-prev,
    .owl-carousel.nav-md .owl-nav button.owl-next {
        width: 30px;
        height: 30px;
    }

    .text-9-mobile {
        font-size: 1.8rem !important;
    }

    .contactPanel {
        display: block;
    }

    .dds {
        margin-bottom: 53px !important;
    }

    .image-custom {
        float: left;
        width: 100%;
        margin-bottom: 1rem;

    }

    .sub-blog-mobile {
        text-align: center;
        width: 100% !important;
        height: 100% !important;
    }

    .flexibility-2 {
        padding-left: 7px;
    }

    .mobil-hide {
        display: none !important;
    }

    .mobile-image-flexibility {
        display: flex;
        justify-content: center;
    }

    .container.pt-5>.row {
        padding-right: 10px;
        padding-left: 10px;
    }
}







#footer p {
    color: #ababab !important;
}