/* ===============================
   GENEL STILLER
   =============================== */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    font-family: 'Poppins', sans-serif;
}

/* Hero Section */
.hero-section {
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('/images/hero-bg.jpg');
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.hero-content {
    position: relative;
    padding: 3rem;
    border-left: 4px solid #C69C6D;
}

.hero-content h1 {
    font-weight: 600;
    color: #C69C6D;
}

.hero-content h2 {
    font-weight: 700;
}

.hero-title {
    font-size: 4.5rem;
    font-weight: 800;
    letter-spacing: 2px;
    line-height: 1.2;
    color: #C69C6D;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.hero-subtitle {
    font-size: 2rem;
    font-weight: 300;
    letter-spacing: 8px;
    margin-left: 4px;
}

.hero-text {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 4px;
}

.hero-line {
    width: 80px;
    height: 3px;
    background-color: #C69C6D;
    margin: 20px 0;
}

.btn-outline-light {
    border-width: 2px;
    letter-spacing: 2px;
    padding: 12px 30px;
    transition: all 0.3s ease;
}

.btn-outline-light:hover {
    background-color: #C69C6D;
    border-color: #C69C6D;
    transform: translateY(-2px);
}

.btn-text {
    position: relative;
    display: inline-block;
    font-weight: 600;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

.subtitle {
    font-size: 0.9rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 3rem;
    }
    
    .hero-subtitle {
        font-size: 1.5rem;
        letter-spacing: 4px;
    }
    
    .section-title {
        font-size: 2rem;
    }
}

/* Services Section */
.service-box {
    margin-top: 0;
    transition: transform 0.3s ease;
    border: 1px solid rgba(0,0,0,0.05);
}

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

.services-container .service-card {
    margin-top: 100px;
}

.service-icon {
    position: relative;
    display: inline-block;
    margin-bottom: 1rem;
}

.service-icon i {
    color: #C69C6D;
    position: relative;
    z-index: 2;
    width: 60px;
    height: 60px;
    line-height: 60px;
}

.service-icon .dots {
    position: absolute;
    width: 80px;
    height: 80px;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background-image: radial-gradient(#C69C6D 2px, transparent 2.5px);
    background-size: 10px 10px;
    z-index: 1;
}

.text-primary {
    color: #C69C6D !important;
}

h6 {
    font-weight: 600;
    letter-spacing: 2px;
}

.service-box h4 {
    color: #333;
    font-weight: 600;
    margin-bottom: 1rem;
}

.service-box p {
    color: #666;
    line-height: 1.6;
}

/* Buttons */
.btn-primary {
    background-color: #C69C6D;
    border-color: #C69C6D;
    padding: 0.75rem 2rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-primary:hover {
    background-color: #B38B5E;
    border-color: #B38B5E;
}

/* Navigation */
.navbar {
    background-color: transparent !important;
    position: fixed;
    width: 100%;
    z-index: 1000;
    padding: 1rem 0;
    transition: all 0.3s ease;
}

.navbar.scrolled {
    background-color: #1a1a1a !important;
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.navbar-brand {
    font-size: 1.5rem;
    font-weight: 700;
    color: white !important;
}
f
.nav-link {
    color: #fff !important;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 1rem;
}

.nav-link:hover {
    color: #C69C6D !important;
}

/* Sadece ana sayfada şeffaf navbar */
.home-page .navbar {
    background-color: transparent !important;
}

.home-page .navbar.scrolled {
    background-color: rgba(26, 26, 26, 0.95) !important;
}

/* Ana sayfa dışındaki sayfalarda beyaz navbar */
body:not(.home-page) .navbar {
    background-color: #c69c6d !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

body:not(.home-page) .navbar .nav-link {
    color: #ffffff !important;
}

body:not(.home-page) .navbar .nav-link:hover {
    color: #000000 !important;
}

/* Ana sayfada beyaz linkler */
.home-page .navbar .nav-link {
    color: #fff !important;
}

.home-page .navbar .nav-link:hover {
    color: #C69C6D !important;
}

/* About Section */
.about-content {
    position: relative;
}

.about-content h6 {
    font-weight: 600;
    letter-spacing: 2px;
    color: #C69C6D;
}

.about-content h2 {
    font-weight: 700;
    line-height: 1.2;
}

.about-content .lead {
    font-size: 1.1rem;
    line-height: 1.8;
}

.about-content img.signature {
    max-height: 60px;
    width: auto;
}

.bg-light {
    background-color: #f8f9fa !important;
}

/* Responsive düzenlemeler */
@media (max-width: 991.98px) {
    .about-content {
        margin-top: 2rem;
        padding-left: 0 !important;
    }
}

/* Service Cards */
.service-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.service-card .card-img-top {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.service-card .card-body {
    padding: 1.5rem;
}

.service-card .card-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #333;
}

.service-card .card-text {
    color: #666;
    font-size: 0.9rem;
    line-height: 1.5;
}

.service-card .price {
    font-weight: 600;
    color: #C69C6D;
}

.service-card .btn {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* Responsive düzenlemeler */
@media (max-width: 991.98px) {
    .service-card {
        margin-bottom: 2rem;
    }
}

/* Footer */
.footer {
    background-color: #1a1a1a;
    color: #999;
}

.footer p {
    margin-bottom: 0.5rem;
}

.footer h4 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.footer-info p {
    opacity: 0.8;
}

.social-links a {
    color: #C69C6D;
    font-size: 1.2rem;
    transition: color 0.3s ease;
}

.social-links a:hover {
    color: #fff;
}

.footer-contact p {
    display: flex;
    align-items: center;
}

.footer-contact i {
    color: #C69C6D;
    width: 20px;
}

.footer-hours span {
    color: #fff;
    opacity: 0.8;
}

.footer hr {
    border-color: rgba(255,255,255,0.1);
}

.footer .copyright {
    color: #666;
}

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

.footer a:hover {
    color: #C69C6D !important;
}

@media (max-width: 767.98px) {
    .footer [class*="col-"] {
        margin-bottom: 2rem;
    }
    
    .footer .text-md-end {
        text-align: left !important;
        margin-top: 1rem;
    }
}

/* Hizmet kartları için hover efekti */
.hover-scale {
    transition: transform 0.3s ease;
}

.hover-scale:hover {
    transform: translateY(-5px);
}

/* Kartlar için gölge efekti */
.card {
    border: none;
    transition: box-shadow 0.3s ease;
}

.card:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* Fiyat etiketi */
.text-primary {
    color: #C69C6D !important;
}

.bg-primary {
    background-color: #C69C6D !important;
}

.btn-outline-primary {
    color: #C69C6D;
    border-color: #C69C6D;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #C69C6D;
    border-color: #C69C6D;
}

/* Randevu Modal Stilleri */
.modal-content {
    border: none;
    border-radius: 15px;
    overflow: hidden;
}

.modal-body {
    min-height: 500px;
}

.bg-primary {
    background-color: #C69C6D !important;
}

.form-control, .form-select {
    padding: 0.75rem 1rem;
    font-size: 0.9rem;
}

.form-control:focus, .form-select:focus {
    border-color: #C69C6D;
    box-shadow: 0 0 0 0.25rem rgba(198, 156, 109, 0.25);
}

.available-slots .btn {
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.available-slots .btn:hover {
    transform: translateY(-2px);
}



#timeSlots .btn {
    width: 100%;
    text-align: center;
    padding: 0.5rem;
    border: 1px solid #C69C6D;
    color: #C69C6D;
    background: transparent;
    border-radius: 5px;
    transition: all 0.3s ease;
}

#timeSlots .btn:hover,
#timeSlots .btn.active {
    background: #C69C6D;
    color: white;
}

/* Randevu Tablosu Container */
.table-responsive {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    padding: 20px;
    margin: 0;
    height: auto;
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}

/* Randevu Tablosu */
.time-slots-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 3px;
    background: white;
}

/* Tablo Başlıkları */
.time-header {
    background: #C69C6D !important;
    color: white;
    padding: 15px !important;
    font-weight: 500;
}

.date-header {
    background: #C69C6D !important;
    color: white;
    padding: 10px !important;
}

.date-text {
    font-size: 15px;
    font-weight: 500;
}

.day-text {
    font-size: 13px;
    opacity: 0.9;
}

/* Tablo Hücreleri */
.time-slots-table th,
.time-slots-table td {
    text-align: center;
    padding: 0;
    background: white;
    border-radius: 4px;
}

/* Saat Hücresi */
.time-cell {
    width: 160px;
    padding: 10px !important;
    font-size: 14px;
    color: #666;
    background: #f8f9fa !important;
}

/* Randevu Butonları */
.slot-button {
    width: 100%;
    height: 45px;
    border: 1px solid #C69C6D;
    background: white;
    color: #C69C6D;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 4px;
    font-size: 0.95rem;
}

.slot-button:hover:not(:disabled) {
    background: #C69C6D;
    color: white;
    border-color: #C69C6D;
}

.slot-button.selected {
    background: #C69C6D;
    color: white;
    border-color: #C69C6D;
}

.slot-button:disabled,
.slot-button.past {
    background: #f5f5f5;
    color: #ccc;
    cursor: not-allowed;
    border-color: #e5e7eb;
}

/* Form Stilleri */
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label {
    color: #C69C6D;
}

.form-floating > .form-control:focus,
.form-floating > .form-select:focus {
    border-color: #C69C6D;
    box-shadow: 0 0 0 0.25rem rgba(198, 156, 109, 0.25);
}

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

.btn-primary:hover {
    background-color: #b58b5d;
    border-color: #b58b5d;
}

/* Responsive Tasarım */
@media (max-width: 768px) {
    .time-slots-table th,
    .time-slots-table td {
        padding: 5px !important;
    }

    .time-cell {
        width: 120px;
    }

    .slot-button {
        height: 40px;
        font-size: 0.9rem;
    }
}

/* Randevu Sayfası */
.appointment-page {
    padding-top: 100px;
    background-color: #f8f9fa;
    min-height: 100vh;
}

.appointment-page .card {
    border: none;
    border-radius: 15px;
}

.appointment-page .form-control,
.appointment-page .form-select {
    padding: 0.75rem 1rem;
    border-radius: 8px;
}

.appointment-page .btn-primary {
    padding: 0.75rem;
    font-weight: 600;
}

/* Tablo container stilini güncelle */
.table-responsive {
    overflow-x: auto;
    margin: 0;
    padding: 0;
}

.table-wrapper {
    min-width: 900px;
}

@media (max-width: 991.98px) {
    .table-responsive {
        margin: 0 -1rem;
        width: calc(100% + 2rem);
    }
}

/* Hizmetler sayfası için genel container padding */
.services-container {
    padding-top: 100px;
    min-height: 100vh;
    background-color: #f8f9fa;
}

/* Randevu Sayfası Stilleri */
.appointment-container {
    background-color: #f8f9fa;
    min-height: calc(100vh - 76px);
    padding-top: 76px;
}

.time-slots-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 3px;
    background: white;
}

.time-slots-table th,
.time-slots-table td {
    text-align: center;
    padding: 0;
    background: white;
    border-radius: 4px;
}

.time-header {
    background: #C69C6D !important;
    color: white;
    padding: 15px !important;
    font-weight: 500;
}

.date-header {
    background: #C69C6D !important;
    color: white;
    padding: 10px !important;
}

.date-text {
    font-size: 15px;
    font-weight: 500;
}

.day-text {
    font-size: 13px;
    opacity: 0.9;
}

.time-cell {
    width: 160px;
    padding: 10px !important;
    font-size: 14px;
    color: #666;
    background: #f8f9fa !important;
}

.slot-button {
    width: 100%;
    height: 45px;
    border: 1px solid #C69C6D;
    background: white;
    color: #C69C6D;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 4px;
    font-size: 0.95rem;
}

.slot-button:hover:not(:disabled) {
    background: #C69C6D;
    color: white;
    border-color: #C69C6D;
}

.slot-button.selected {
    background: #C69C6D;
    color: white;
    border-color: #C69C6D;
}

.slot-button:disabled,
.slot-button.past {
    background: #f5f5f5;
    color: #ccc;
    cursor: not-allowed;
    border-color: #e5e7eb;
}

/* Form Stilleri */
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label {
    color: #C69C6D;
}

.form-floating > .form-control:focus,
.form-floating > .form-select:focus {
    border-color: #C69C6D;
    box-shadow: 0 0 0 0.25rem rgba(198, 156, 109, 0.25);
}

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

.btn-primary:hover {
    background-color: #b58b5d;
    border-color: #b58b5d;
}

@media (max-width: 768px) {
    .time-slots-table th,
    .time-slots-table td {
        padding: 5px !important;
    }

    .time-cell {
        width: 120px;
    }

    .slot-button {
        height: 40px;
        font-size: 0.9rem;
    }
}

/* Randevu Takvimi Stilleri */
.date-navigator {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

.current-week {
    font-size: 1.1rem;
    font-weight: 500;
    color: #333;
}

.time-slots-wrapper {
    position: relative;
    overflow: auto;
    max-height: 600px;
}

.time-slots-container {
    display: flex;
    min-width: 100%;
}

.time-column {
    position: sticky;
    left: 0;
    z-index: 2;
    background: white;
    border-right: 2px solid #f0f0f0;
    width: 160px;
}

.days-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(160px, 1fr));
    gap: 0.5rem;
    flex: 1;
    padding-left: 0.5rem;
}

.time-header, .date-header {
    padding: 1rem;
    text-align: center;
    background: #C69C6D !important;
    color: white;
    font-weight: 500;
    border-radius: 4px;
}

.time-slot {
    padding: 0.75rem;
    text-align: center;
    background: #f8f9fa;
    border-radius: 4px;
    margin: 0.25rem 0;
}

.slot-button {
    width: 100%;
    padding: 1rem;
    border: 1px solid #C69C6D;
    background: white;
    color: #C69C6D;
    border-radius: 4px;
    transition: all 0.3s ease;
    font-size: 1rem;
}

.slot-button:hover:not(:disabled) {
    background: #C69C6D;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 2px 4px rgba(198, 156, 109, 0.25);
}

.slot-button.selected {
    background: #C69C6D;
    color: white;
    border-color: #C69C6D;
}

.slot-button:disabled {
    background: #f5f5f5;
    color: #ccc;
    cursor: not-allowed;
    border-color: #e5e7eb;
}

/* Form Stilleri */
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label {
    color: #C69C6D;
}

.form-floating > .form-control:focus,
.form-floating > .form-select:focus {
    border-color: #C69C6D;
    box-shadow: 0 0 0 0.25rem rgba(198, 156, 109, 0.25);
}

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

.btn-primary:hover {
    background-color: #b58b5d;
    border-color: #b58b5d;
}

@media (max-width: 768px) {
    .time-slots-container {
        min-width: 1120px;
    }
    
    .time-column {
        width: 120px;
    }
    
    .slot-button {
        padding: 0.75rem;
        font-size: 0.95rem;
    }
}

/* İletişim Sayfası Stilleri */
.contact-container {
    padding-top: 76px; /* Navbar yüksekliği kadar padding */
    min-height: calc(100vh - 76px);
    background-color: #f8f9fa;
}

/* Contact sayfası için padding */
.contact-padding {
    padding-top: 9rem;
    padding-bottom: 9rem;
}

/* Loading Indicator Styles */
.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: opacity 0.3s ease-out;
}

.loading-content {
    text-align: center;
}

.loading-spinner {
    width: 50px;
    height: 50px;
    border: 3px solid transparent;
    border-top-color: var(--bs-primary, #0d6efd);
    border-right-color: var(--bs-primary, #0d6efd);
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto 1rem;
}

.loading-text {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: 1px;
    animation: pulse 1.5s ease-in-out infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes pulse {
    0% {
        opacity: 0.6;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.6;
    }
}

/* Ekip Bölümü Stilleri */
#team {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

#team::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(var(--bs-primary-rgb), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(var(--bs-primary-rgb), 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.team-member {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.95) !important;
}

.team-member:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1) !important;
}

.team-member:hover img {
    transform: scale(1.1);
}

.team-member .social-links a {
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.team-member .social-links a:hover {
    transform: translateY(-3px);
    background-color: var(--bs-primary) !important;
}

.team-member .social-links a:hover i {
    color: white !important;
}

.member-img-wrapper::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 110%;
    height: 110%;
    border: 2px dashed var(--bs-primary);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.2;
    animation: rotate 20s linear infinite;
}

.floating-circle {
    animation: float 15s infinite ease-in-out;
}

/* Animasyonlar */
@keyframes rotate {
    from { transform: translate(-50%, -50%) rotate(0deg); }
    to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes float {
    0% { transform: translate(0, 0) rotate(0deg); }
    25% { transform: translate(10px, -10px) rotate(90deg); }
    50% { transform: translate(0, -20px) rotate(180deg); }
    75% { transform: translate(-10px, -10px) rotate(270deg); }
    100% { transform: translate(0, 0) rotate(360deg); }
}

/* Ekip Bölümü Ek Stilleri */
.team-circle-1 {
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(var(--bs-primary-rgb), 0.1) 0%, transparent 70%);
    top: -200px;
    left: -200px;
}

.team-circle-2 {
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(var(--bs-primary-rgb), 0.08) 0%, transparent 70%);
    bottom: -150px;
    right: -150px;
}

.team-floating-1 {
    width: 100px;
    height: 100px;
    border: 2px dashed var(--bs-primary);
    border-radius: 50%;
    opacity: 0.1;
    top: 20%;
    left: 10%;
}

.team-floating-2 {
    width: 150px;
    height: 150px;
    border: 2px dashed var(--bs-primary);
    border-radius: 50%;
    opacity: 0.1;
    bottom: 30%;
    right: 15%;
}

.team-line-1 {
    width: 200px;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--bs-primary), transparent);
    opacity: 0.1;
    top: 30%;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
}

.team-line-2 {
    width: 200px;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--bs-primary), transparent);
    opacity: 0.1;
    bottom: 20%;
    left: 30%;
    transform: translateX(-50%) rotate(-45deg);
}

.team-dots {
    background-image: radial-gradient(var(--bs-primary) 1px, transparent 1px);
    background-size: 30px 30px;
    opacity: 0.03;
}

.team-title-line {
    width: 150px;
    height: 3px;
    background-color: var(--bs-primary);
    margin-bottom: 1.5rem;
}

.team-title-dot {
    width: 10px;
    height: 10px;
    background-color: var(--bs-primary);
    border-radius: 50%;
}

.team-member-line {
    height: 4px;
    background: linear-gradient(90deg, var(--bs-primary), transparent);
}

.member-img-wrapper {
    width: 200px;
    height: 200px;
}

.team-img-container {
    width: 100%;
    height: 100%;
}

.team-img {
    object-fit: cover;
    transition: transform 0.3s ease;
}

.team-img-ring {
    transform: scale(1.1);
    opacity: 0.1;
}

.team-social-btn {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Lightbox Özelleştirmeleri */
.lb-data .lb-caption {
    font-size: 1.1rem;
    font-weight: 600;
    color: #fff;
}

.lb-data .lb-details {
    width: 100%;
    text-align: center;
    padding: 1rem;
}

.lb-closeContainer {
    position: absolute;
    top: 20px;
    right: 20px;
}

.lb-nav a.lb-prev,
.lb-nav a.lb-next {
    opacity: 0.8;
}

.lb-nav a.lb-prev:hover,
.lb-nav a.lb-next:hover {
    opacity: 1;
}

.lb-outerContainer {
    border-radius: 8px 8px 0 0;
}

.lb-dataContainer {
    border-radius: 0 0 8px 8px;
    background: rgba(0, 0, 0, 0.8);
}

/* Galeri Hover Efektleri */
.gallery-item {
    margin-bottom: 30px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    background-color: #fff;
}

.gallery-link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.image-wrapper {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
    border-radius: 8px;
}

.lazy-image {
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    opacity: 1 !important;
    transition: transform 0.3s ease;
}

.gallery-item:hover .lazy-image {
    transform: scale(1.05);
}

.gallery-overlay {
    background: rgba(198, 156, 109, 0.8);
    opacity: 0;
    transition: all 0.3s ease;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

/* Mobil Optimizasyonları */
@media (max-width: 768px) {
    .gallery-item {
        transform: none;
    }

    .image-wrapper {
        height: 250px;
    }

    .gallery-overlay {
        background: rgba(198, 156, 109, 0.9);
    }
}

/* Touch Cihaz Optimizasyonları */
@media (hover: none) {
    .gallery-overlay {
        opacity: 1;
        background: linear-gradient(
            to bottom,
            rgba(198, 156, 109, 0.5) 0%,
            rgba(198, 156, 109, 0.8) 100%
        );
    }
}