/* Global Stiller */
body {
    font-family: 'Source Sans Pro', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #fff;
    color: #000 !important;
}

/* Butonlar */
.btn-custom {
    background-color: #fff;
    color: #000;
    padding: 10px 30px;
    border-radius: 0px;
    border-color: black;
    transition: background-color 0.3s ease;
}

.btn-custom:hover {
    background-color: #000;
    color: #fff;
    border-radius: 0px;
    border-color: black;
}

/* Navbar Alt Gölge */
.navbar {
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2) !important;
    background-color: white !important;
    z-index: 1000 !important;
    transition: all 0.3s ease;
}

/* Menü Listeleri Arasındaki Boşluk */
.navbar-nav .nav-item {
    margin-right: 20px !important;
}

.navbar-nav .nav-item:last-child {
    margin-right: 0px !important;
}

.navbar .nav-link {
    font-size: 16px !important;
    color: #000 !important;
    font-weight: 500;
    padding: 0.5rem 1rem !important;
    transition: all 0.3s ease;
}

/*title section, üst başlık kısmı her sayfada olacak*/
.title-section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 215px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: white;
    text-align: center; 
    position: relative;
}

.title-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(
        circle, 
        rgba(0, 0, 0, 0.7) 0%,
        rgba(0, 0, 0, 0.3) 50%,
        rgba(0, 0, 0, 0) 100%
    );
    z-index: 1;
}

.title-section .container {
    position: relative;
    z-index: 2;
}

.title-section .page-title {
    font-size: 2.5rem;
    font-weight: bold;
    letter-spacing: 1px;
}

/* Hakkında Sayfası */
.profile-photo-hak {
    width: 300px; 
    height: 300px; 
    max-width: 350px;
    max-height: 350px;
}

.justify-tr {
    text-align: justify !important;
}

.btn-custom-hak {
    margin-top: 50px !important;
}

/* Sayfalama Butonları */
.pagination .page-item .page-link {
    padding: 10px 15px;
    border: 1px solid #000;
    text-align: center;
    background-color: transparent;
    color: #000;
    transition: background-color 0.3s, color 0.3s;
}

.pagination .page-item.active .page-link {
    background-color: #000;
    color: #fff;
    border-color: #000;
}

.pagination .page-item .page-link:hover {
    background-color: #333;
    color: #fff;
}

.pagination .page-item.disabled .page-link {
    color: #ccc;
    pointer-events: none;
    background-color: transparent;
}

.pagination-container {
    margin-bottom: 100px !important;
}

.pagination {
    --bs-pagination-border-radius: 0 !important;
}

/* Footer */
footer {
    font-family: 'Source Sans Pro', sans-serif;
    width: 100%;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
}

/* Footer menü responsive ayarı */
@media (max-width: 768px) {
    footer .list-inline-item {
        display: block;
        margin-bottom: 15px !important;
    }
    footer .list-inline-item:last-child {
        margin-bottom: 0 !important;
    }
}

footer h1 {
    font-size: 2.5rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

footer ul li {
    display: inline-block;
    margin: 0 15px;
}

footer a {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s;
}

footer a:hover {
    color: #90ff54;
}

footer .social-icons i {
    font-size: 1.5rem;
    transition: color 0.3s;
}

footer .social-icons i:hover {
    color: #555;
}

footer p {
    font-size: 0.9rem;
    margin: 0;
}

.footer {
    background-color: #fff;
    margin-top: 100px !important;
}

.footer-alt {
    background-color: #000 !important;
    margin: 0;
    overflow-x: hidden;
}

.artnora {
    color: #fff;
    font-weight: 600;
}

/* İletişim Sayfası */
.container.custom-container {
    max-width: 800px;
    margin: 0 auto;
}

.form-control {
    border-radius: 0;
}

.form-control:focus {
    box-shadow: none;
}

.contact-card {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.contact-card p {
    margin-bottom: 0;
    color: #666;
}

.social-icons-i a {
    color: #333;
    font-size: 24px;
    margin-right: 15px;
    transition: color 0.3s;
}

.social-icons-i a:hover {
    color: #000;
}

.btn-custom-i {
    background-color: #000;
    color: #fff;
}

.btn-custom-i:hover {
    background-color: #fff;
    color: #000;
}

/* Header ve Footer Global Stilleri */

/* Footer Stilleri */
.footer-main {
    transition: all 0.3s ease;
}

.footer-main a:not(.footer-alt *) {
    transition: all 0.3s ease;
}

.footer-main a:not(.footer-alt *):hover {
    opacity: 0.8;
}

/* Footer alt kısmı için özel stil */
.footer-alt {
    background: #000 !important;
    color: #fff !important;
}

.footer-alt * {
    color: #fff !important;
}

/* Sosyal Medya İkonları */
.social-icons a {
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

.social-icons a:hover {
    opacity: 0.8;
}

/* Footer Menü */
.footer-main .list-inline-item a {
    font-weight: 700;
    transition: all 0.3s ease;
}

.footer-main .list-inline-item a:hover {
    opacity: 0.8;
}

@media screen and (max-width: 768px) {
    .contact-form-wrapper {
        padding: 25px !important;
    }

    .artwork-details-panel {
        padding: 12px !important;
    }

    .sidebar {
        padding-left: 0 !important;
    }

    .news-detail .title-section {
        display: none !important;
    }

    /* Navbar toggle button rengi için */
    .navbar-toggler-icon {
        background-image: none !important;
        position: relative;
    }
    
    .navbar-toggler-icon::before {
        content: '\f0c9';
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: var(--menu-text-color, #000);
    }

    .navbar-toggler {
        border-color: var(--menu-text-color, #000) !important;
    }
}

