﻿:root {
    --theme-color2: #009cff;
    --theme-color: #ff6735;
    --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: #6b7280;
    --footer-bg2: #116E63;
    --footer-text-color: #F5FAFF;
}

.article-card {
    background-color: #F9F9F9; /* Açık gri ton */
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}
.section-header {
    background-color: #F5F5F5;
    padding: 15px;
    border-bottom: 2px solid #E0E0E0;
}
.about-area {
    background: linear-gradient( 180deg, #ffffff 0%, #c0def0 100% );
}
    .about-area .content,
    .about-area .about-content,
    .about-area .card {
        background: #ffffff;
        border-radius: 12px;
        padding: 30px;
        box-shadow: 0 8px 24px rgba(0,0,0,0.06);
    }



.course-area {
    background-color: #f5f7fa;
    background-image: radial-gradient(rgba(0,0,0,0.03) 1px, transparent 1px);
    background-size: 22px 22px;
}

.course-item {
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    transition: all .25s ease;
}
    .course-item:hover {
        transform: translateY(-6px);
        box-shadow: 0 18px 40px rgba(0,0,0,0.10);
    }
.course-content {
    background: #fbfcfe;
}
.course-area .site-heading {
    background: rgba(255,255,255,0.7);
    padding: 20px;
    border-radius: 12px;
}




.about-area h2 {
    padding: 20px 0px;
}
.hero-single .hero-content .hero-sub-title, .site-title-tagline {
    text-transform: initial !important;
}
.hero-single .hero-content .hero-title {
    line-height: 80px;
}
@media (max-width: 991px) {
    .navbar-brand img {
        width: 190px;
    }
}
.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: 15px;
        padding-bottom: 5px;
    }
}

.site-title {
     text-transform: initial !important;
}

.hero-single .hero-content p {
    color: var(--color-black) !important;
}

.hero-single .hero-content .hero-title {
    color: #009cff !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:last-child .nav-link, .navbar .nav-item .nav-link {
        color: #009cff;
    }
}
@media (min-width: 992px) {
    .navbar .nav-item .nav-link.active, .navbar .nav-item:hover .nav-link {
        color: #ff6735;
    }
}
.hero-single .hero-content .hero-sub-title {
    color: #ff6735 !important;
    border-bottom: 3px solid #ff6735 !important;
}
@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;
}
.navbar .flag .dropdown-toggle::after {
    display: none !important;
    content: none !important;
}
@media (max-width: 991px) {
    .mobile-menu-right {
        gap: 0px !important;
    }
}
@media (max-width: 991px) {
    .hero-single .hero-content .hero-title {
        font-size: 36px;
        line-height: 40px !important;
    }
}
/* renkler */
.bottom-bar .btn-call {
    color: #009cff;
}

.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 */