/*=====================================================================
    BOSCH STYLE OVERRIDE - Beyaz/Gri Temiz Tasarım
    Bu dosyayı style.css ve responsive.css'den SONRA yükleyin
=====================================================================*/
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@300;400;500;600;700&display=swap');

:root {
    --bosch-white: #ffffff;
    --bosch-light-gray: #f5f5f5;
    --bosch-mid-gray: #e0e0e0;
    --bosch-text: #555555;
    --bosch-dark: #333333;
    --bosch-black: #1a1a1a;
    --bosch-red: #ea0016;
    --bosch-font: 'Source Sans 3', 'Poppins', Arial, sans-serif;
}

/* === BODY === */
body {
    font-family: var(--bosch-font) !important;
    color: var(--bosch-text);
    background: var(--bosch-white);
    padding-top: 8px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--bosch-font) !important;
    color: var(--bosch-black);
}

p {
    color: var(--bosch-text);
    font-size: 15px;
    line-height: 26px;
}

/* === SUPERGRAPHIC BAR === */
.boschgerekli {
    display: block;
    width: 100%;
    height: 8px;
    object-fit: cover;
    object-position: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    margin: 0;
    padding: 0;
}

/* === ÜST BAR - Açık gri === */
.head_top {
    background: var(--bosch-light-gray) !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    border-bottom: 1px solid var(--bosch-mid-gray);
}

ul.sociel_link li a {
    color: #888 !important;
    width: 36px !important;
    height: 36px !important;
    line-height: 36px !important;
    font-size: 14px !important;
}

    ul.sociel_link li a:hover {
        color: var(--bosch-red) !important;
    }

ul.iletisim {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    margin: 0;
    padding: 0;
    list-style: none;
}

    ul.iletisim li {
        color: #666 !important;
        font-size: 12px !important;
        white-space: nowrap;
        margin-left: 20px;
        line-height: 40px !important;
        padding: 0 !important;
    }

        ul.iletisim li i {
            color: #888 !important;
            margin-right: 5px;
        }

/* === HEADER - Beyaz, temiz === */
.header {
    background: var(--bosch-white) !important;
    padding-bottom: 0 !important;
    border-bottom: 1px solid var(--bosch-mid-gray) !important;
    box-shadow: none !important;
}

/* Menü arka planını zorla beyaz yap */
.col-xl-9.col-lg-9.col-md-9.col-sm-9 {
    background: transparent !important;
}

.menu-area {
    background: transparent !important;
}

/* === NAVİGASYON === */
.main-menu ul > li a {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: var(--bosch-dark) !important;
    letter-spacing: 0.6px;
    top: 0 !important;
    right: 0 !important;
    position: relative !important;
    padding: 22px 18px !important;
}

    .main-menu ul > li a:hover,
    .menu-area-main li:hover a,
    .menu-area-main li:focus a,
    .menu-area-main li.active a {
        color: var(--bosch-red) !important;
    }

/* === SLIDER === */
#main_slider .carousel-control-prev,
#main_slider .carousel-control-next {
    width: 44px !important;
    height: 44px !important;
    background: rgba(255,255,255,0.85) !important;
    color: var(--bosch-dark) !important;
    border-radius: 50% !important;
    font-size: 20px !important;
}

    #main_slider .carousel-control-prev:hover,
    #main_slider .carousel-control-next:hover {
        background: var(--bosch-white) !important;
        color: var(--bosch-red) !important;
    }

/* === SECTION TITLES === */
.title h2 {
    font-size: 26px !important;
    color: var(--bosch-black) !important;
    font-weight: 600 !important;
}

    .title h2:after {
        width: 50px !important;
        height: 3px !important;
        background: var(--bosch-red) !important;
    }

.titlepage h3 {
    font-size: 24px !important;
    font-weight: 600 !important;
    color: var(--bosch-black) !important;
    position: relative;
    display: inline-block;
    padding-bottom: 14px;
}

    .titlepage h3:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 50px;
        height: 3px;
        background: var(--bosch-red);
    }

/* === BLOG KARTLARI === */
.Lastestnews {
    padding: 60px 0 !important;
    background: var(--bosch-white) !important;
}

    .Lastestnews .news-box {
        background: var(--bosch-white) !important;
        box-shadow: 0 1px 3px rgba(0,0,0,0.05) !important;
        border: 1px solid var(--bosch-mid-gray);
        border-radius: 2px;
        overflow: hidden;
        transition: box-shadow 0.3s, transform 0.3s;
    }

        .Lastestnews .news-box:hover {
            box-shadow: 0 4px 14px rgba(0,0,0,0.1) !important;
            transform: translateY(-3px);
        }

        .Lastestnews .news-box h3 {
            font-size: 17px !important;
            color: var(--bosch-black) !important;
            font-weight: 600 !important;
        }

        .Lastestnews .news-box p {
            color: var(--bosch-text) !important;
            font-size: 14px !important;
        }

/* === SERVİS BÖLÜMÜ === */
.service {
    background: var(--bosch-light-gray) !important;
    padding: 60px 0 !important;
}

    .service .service-box {
        box-shadow: none !important;
        background: var(--bosch-white) !important;
        border: 1px solid var(--bosch-mid-gray);
        border-radius: 2px;
        transition: all 0.3s;
    }

        .service .service-box:hover {
            box-shadow: 0 4px 14px rgba(0,0,0,0.08) !important;
            border-color: var(--bosch-red);
            transform: translateY(-3px);
        }

        .service .service-box h3 {
            font-size: 16px !important;
            color: var(--bosch-black) !important;
            font-weight: 600 !important;
        }

        .service .service-box p {
            color: var(--bosch-text) !important;
            font-size: 14px !important;
        }

/* === FOOTER === */
.footer {
    background: #2a2a2a !important;
}

.copyright {
    background-color: #1a1a1a !important;
    padding: 14px 0 !important;
    margin-top: 0 !important;
}

    .copyright p {
        color: #999 !important;
        font-size: 13px !important;
    }

    .copyright a {
        color: #ccc !important;
    }

        .copyright a:hover {
            color: var(--bosch-red) !important;
        }

/* === FORM === */
.form-control {
    border: 1px solid #d0d0d0 !important;
    border-radius: 2px !important;
}

    .form-control:focus {
        border-color: var(--bosch-dark) !important;
        box-shadow: none !important;
    }

.send {
    background: var(--bosch-red) !important;
    border-radius: 2px !important;
}

    .send:hover {
        background: var(--bosch-black) !important;
    }

/* === BRAND COLOR SECTIONS === */
.brand_color {
    background-color: var(--bosch-light-gray) !important;
}

.about-bg, .Currency-bg, .Request-bg, .Team-bg {
    background-color: var(--bosch-dark) !important;
}

/* === BUTON === */
.buy {
    background: var(--bosch-red) !important;
    color: #fff !important;
    border-radius: 2px !important;
}

    .buy:hover {
        background: var(--bosch-black) !important;
    }

/* === WHATSAPP === */
a.whatsapp-button {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9998;
}

    a.whatsapp-button img {
        width: 56px;
        height: 56px;
        border-radius: 50%;
        box-shadow: 0 3px 10px rgba(0,0,0,0.2);
    }

/* === RESPONSIVE === */
@media (max-width: 767px) {
    .head_top {
        display: none;
    }

    body {
        padding-top: 6px;
    }

    .boschgerekli {
        height: 6px;
    }
}
