body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: linear-gradient(to bottom, #f8f9fa, #e9ecef);
    color: #333;
}

.hero {
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('https://pulitukiye.b-cdn.net/puli1.jpeg') center/cover no-repeat;
    height: 80vh;
    min-height: 500px;
}

.section-title {
    font-size: 2.8rem;
    font-weight: 800;
    color: #212529;
}

.accordion-button {
    font-size: 1.25rem;
    background: #fff;
}

.gallery-img {
    height: 300px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.gallery-img:hover {
    transform: scale(1.08);
}

.btn-primary {
    background-color: #495057;
    border: none;
}

.btn-primary:hover {
    background-color: #343a40;
}

.card {
    transition: transform 0.3s;
}

.card:hover {
    transform: translateY(-10px);
}

@media (max-width: 768px) {
    .hero {
        height: 60vh;
    }
    .section-title {
        font-size: 2.2rem;
    }
}

/* Lightbox2 iyileştirmeleri - Yeni navigation toolbar üstte */
.lb-outerContainer {
    position: relative;
}

.lb-nav {
    display: none !important; /* Yan okları tamamen kaldır */
}

.lb-dataContainer {
    position: relative;
    padding-top: 60px; /* Üstte toolbar için yer */
}

.lb-data {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.lb-data .lb-details {
    width: auto;
    order: 2;
    text-align: center;
    flex-grow: 1;
}

.lb-data .lb-close {
    order: 3;
    width: 60px;
    height: 60px;
    background: none;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 30px;
    color: white;
    text-shadow: 0 0 10px rgba(0,0,0,0.8);
}

.lb-data .lb-close::before {
    content: "\f00d"; /* times */
}

/* Yeni üst navigation okları */
.lb-data::before,
.lb-data::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 40px;
    color: white;
    text-shadow: 0 0 10px rgba(0,0,0,0.8);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
}

.lb-data::before {
    content: "\f053"; /* chevron-left */
    left: 20px;
}

.lb-data::after {
    content: "\f054"; /* chevron-right */
    right: 20px;
}

/* Loader iyileştirme */
.lb-loader {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 100 100"><circle cx="50" cy="50" r="40" stroke="white" stroke-width="10" fill="none" stroke-dasharray="164 60" transform="rotate(-90 50 50)"><animateTransform attributeName="transform" type="rotate" from="0 50 50" to="360 50 50" dur="1s" repeatCount="indefinite"/></circle></svg>') no-repeat center center !important;
}
