﻿:root {
    --theme-color2: #203576;
    --theme-color: #e7b5a3;
    --theme-color-light: rgb(17, 110, 99, 0.09);
    --theme-bg-light: #F2F3F5;
    --body-text-color: rgb(32, 33, 36);
    --color-white: #ffffff;
    --color-dark: #19232B;
    --hero-overlay-color: #000000;
    --slider-arrow-bg: rgba(255, 255, 255, 0.2);
    --box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    --box-shadow2: 0 0 15px rgba(0, 0, 0, 0.17);
    --transition: all .5s ease-in-out;
    --transition2: all .3s ease-in-out;
    --border-info-color: rgba(0, 0, 0, 0.08);
    --border-info-color2: rgba(0, 0, 0, 0.05);
    --border-white-color: rgba(255, 255, 255, 0.08);
    --border-white-color2: rgba(255, 255, 255, 0.05);
    --footer-bg: #012758;
    --footer-bg2: #116E63;
    --footer-text-color: #F5FAFF;
}
.hero-single::before {
     background:initial !important; 
}
/* Mobil olmayan cihazlar için */
@media (min-width: 768px) {
    .navbar-brand img {
        width: 250px;
        position: absolute;
        background-color: white;
        top: 5px;
        padding-bottom: 5px;
    }
}

.site-title {
     text-transform: initial !important;
}

.hero-single .hero-content .hero-title, .hero-single .hero-content p {
    color: var(--color-black) !important;
}


.flag button {
    color: initial !important;
    background-color: initial !important;
    border-color: initial !important;
    border:0px;
    padding-left:10px;
}


ul.dropdown-menu.dropdown-menu-end.show li {
    display: inline-block;
}

.site-breadcrumb .breadcrumb-menu li.active {
    color: #56b7ff !important;
}

.site-breadcrumb {
    background-image: url(/Upload/Dosya/2025/2/6/7g7a5120-kopya1.jpg) !important;
}

.course-title {
    margin-bottom: 10px;
    min-height: 52px;
    line-height: 26px;
}

.theme-btn {
    text-transform: initial !important;
}
.blog-details h1,
.blog-details h2,
.blog-details h3,
.blog-details h4,
.blog-details h5,
.blog-details h6,
.blog-details p,
.blog-details ul {
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .navbar .nav-item .nav-link.active, .navbar .nav-item:hover .nav-link, .navbar .nav-item:last-child .nav-link, .navbar .nav-item .nav-link {
        color: #273473;
    }
}


@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu .dropdown-item:hover {
        color: var(--color-white);
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu .dropdown-item {
        color: var(--theme-color2);
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        width: 360px;
    }
}

/* alt kutu */
.bottom-fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 50px;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.8); /* Arka plan rengi */
}

.call-now, .whatsapp {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: white !important;
    text-align: center;
    text-decoration: none; /* Link altını kaldırır */
}

.call-now {
    background-color: #273473; /* Telefon butonu için uygun bir mavi renk */
}

.whatsapp {
    background-color: #25D366; /* WhatsApp yeşili */
}

.bottom-fixed i {
    margin-right: 8px;
}

footer {
    margin-bottom: 75px;
}
/* Sadece mobilde görünmesi için */
@media (min-width: 768px) {
    .bottom-fixed {
        display: none;
    }

    footer {
        margin-bottom: initial !important;
    }
}


/* alt kutu */

#scroll-top.active {
    bottom: 60px;
}
.blog-details h2{
    font-size:26px;
}

.blog-details h3 {
    font-size: 20px;
}

@media (max-width: 991px) {
    .navbar-collapse {
        max-height: initial !important;
        height: calc(100vh - 75px) !important;
    }
    .register-login2{
        display:none !important;
    }

    .site-breadcrumb {
        background-image: url(/Upload/Dosya/2025/2/8/7g7a5120-kopya11.jpg) !important;
    }
    .site-breadcrumb {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .py-120 {
        padding: 20px 0;
    }

    .pb-120 {
        padding-bottom: 20px;
    }

    .pt-120 {
        padding-top: 20px;
    }

    .navbar .dropdown-toggle::after {
        padding-top: 6px;
    }
}

.blog-details a {
    color: #2d3370;
}
/* bottom contact */
.bottom-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,.3);
    z-index: 999;
}

    .bottom-bar.bar-3 {
        max-width: 520px;
        border-radius: 20px;
    }

/* desktopta alt boşluk */
@media (min-width: 992px) {
    .bottom-bar {
        bottom: 15px;
    }
}

/* mobilde radius kalksın */
@media (max-width: 767px) {
    .bottom-bar.bar-3 {
        border-radius: 0;
    }
}

.bottom-bar .btn {
    flex: 1;
    text-align: center;
    border: none; /* önce tüm border'ları kaldır */
}

.bottom-bar .btn:not(:last-child) {
    border-right: 1px solid rgba(0,0,0,.1); /* sadece aralara çizgi */
}
.btn {
    --bs-btn-border-radius: 0 !important;
}

    .bottom-bar .link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    height: 70px;
    color: inherit;
    text-decoration: none;
}

    .bottom-bar .link i {
        font-size: 1.6rem;
        line-height: 1;
    }

.bottom-bar .txt {
    margin-top: 6px;
    font-weight: 600;
    font-size: 13px;
}

/* renkler */
.bottom-bar .btn-call {
    color: #f07e20;
}

.bottom-bar .btn-contact {
    color: #092c74;
}

.bottom-bar .btn-whatsapp {
    color: #25d366;
}

/* hover */
@media (min-width:1200px) {
    .bottom-bar .btn:hover {
        filter: contrast(1.1);
    }
}

/* mobilde border-radius sıfırla */
@media (max-width: 767px) {
    .bottom-bar,
    .bottom-bar .btn,
    .bottom-bar .link {
        --bs-btn-border-radius: 0 !important;
        border-radius: 0 !important;
    }
}
/* bottom contact */