﻿/*PAGE HEADER*/
.nb-page-hero {
    padding: 20px 0;
    background-color: #ffffff;
    text-align: center;
    box-shadow: -1px 1px 20px 16px rgb(0 0 0 / 20%) !important;
    margin-bottom: 50px;
}

.nb-page-container {
    max-width: 1140px !important;
    margin: 0 auto !important;
    padding: 0 15px;
    padding-bottom: 30px;
}

.nb-page-hero h1 {
    font-weight: 800;
    font-size: 2.8rem;
    color: #000;
    line-height: 1.2;
    margin: 0;
}

    .nb-page-hero h1 span {
        color: #b41d1b;
    }








/* Footer */
.footer-custom {
    background-color: #ffffff !important; /* Yumuşak ve açık gri arka plan */
    color: #495057 !important; /* Koyu gri, okunaklı metin */
    /* padding: 80px 0 !important;*/
    /* font-family: 'Inter', sans-serif !important;*/
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.08) !important; /* Daha yumuşak bir gölge */
}

.footer-main {
    border-bottom: 1px solid #e9ecef !important; /* Açık gri bir ayırıcı çizgi */
    /*padding-bottom: 50px !important;*/
}

    .footer-main .row {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

.footer-title {
    font-size: 1.6rem !important;
    font-weight: 800 !important;
    color: #343a40 !important; /* Başlık için daha koyu bir ton */
    margin-bottom: 25px !important;
    border-left: 4px solid #b41d1b !important; /* Marka rengi vurgusu */
    padding-left: 20px !important;
}

.footer-custom small,
.footer-custom a {
    font-size: 1rem !important;
    color: #000000 !important; /* Metin için yumuşak gri ton */
    text-decoration: none !important;
    transition: color 0.3s ease, transform 0.3s ease !important;
    line-height: 1.8 !important;
}

    .footer-custom a:hover {
        color: #b41d1b !important;
        /*transform: translateX(5px) !important;*/
    }

.footer-custom address a {
    /* display: flex !important;*/
    align-items: center !important;
    margin-bottom: 10px !important;
}

.footer-custom i {
    color: #b41d1b !important;
    margin-right: 15px !important;
    font-size: 1.2rem !important;
}

/* Sosyal medya ikonları */
.footer-custom nav ul li a i {
    transition: color 0.3s ease !important;
}

.footer-custom nav ul li a:hover i {
    color: #343a40 !important;
}

/* Telif hakkı ve tasarım alanı */
.footer-bottom {
    /* padding-top: 40px !important;*/
    border-top: 1px solid #e9ecef !important;
    /* margin-top: 40px !important;*/
    text-align: center !important;
}

    .footer-bottom .text-muted {
        color: #888 !important;
    }

    .footer-bottom a {
        color: #b41d1b !important;
    }

/* Responsive düzenlemeler */
@media (max-width: 767px) {
    .footer-custom {
        padding-top: 50px !important;
    }

    .footer-title {
        font-size: 1.4rem !important;
    }
}

























/*DÜZENLENECEK*/
/*.box {
    height: 70px;
    background: #1a2a38;
    width: 100%;
    padding: 2px;
    display: flex;
    align-items: center;*/ /* Dikeyde ortalama için eklendi */
/*}



.page_container__title {
    font-size: 4rem;
    font-weight: bold;
    padding-right: 30px;
    text-align: left;
    display: flex;
    align-items: center;*/ /* Dikeyde ortalama */
/*}

    .page_container__title h1 {
        margin: 0;
        color: #ffffff;
        font-weight: 600;
        padding-left: 20px;
        font-size: 27px;
    }

.page_container__content {
    border-left: 3px solid #f2d71e !important;
    border-radius: 0;
    background: #ffffff;
    padding: 20px;
    border-top: 1px solid #e4e4e4 !important;
    border-right: 1px solid #e4e4e4 !important;
    border-bottom: 1px solid #e4e4e4 !important;
    line-height: 1.6;
    margin-top: 4px;
}

@media (max-width: 767px) {



    .page_container__title {
        padding-right: 0;
        display: block;
        width: 100%;
    }

    .page_container__content {
        border-left: none;
        display: block;
        width: 100%;
    }
}*/


