/* Google Fonts - Inter */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

/* --- BÖLÜM ANA SARMALAYICI VE ARKA PLAN --- */
.served-hotels-section {
    position: relative;
    padding: 7rem 0 5rem 0;
    font-family: 'Inter', sans-serif;
    /* Arka plan resmi ve üzerine hem okunabilirlik hem görsel şölen katan zarif beyaz degrade katman */
    background: 
        
        url('../uploads/spaspor/otellerlogo/arkaplan.png') center center / cover no-repeat fixed;
    overflow: hidden;
    z-index: 1;
}

.served-hotels-container {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 2;
}

/* --- BAŞLIK ALANI TASARIMI --- */
.served-hotels-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 4rem auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.served-hotels-header .header-icon {
    font-size: 2.2rem;
    color: #e58810;
    margin-bottom: 0.3rem;
    line-height: 1;
}

.served-hotels-header .header-subtitle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 1rem;
}

.served-hotels-header .header-subtitle span {
    font-size: 0.85rem;
    font-weight: 700;
    color: #e58810;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 0 1.5rem;
    position: relative;
    white-space: nowrap;
}

.served-hotels-header .header-subtitle span::before,
.served-hotels-header .header-subtitle span::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 60px;
    height: 1px;
    background-color: rgba(229, 136, 16, 0.4);
}

.served-hotels-header .header-subtitle span::before { right: 100%; }
.served-hotels-header .header-subtitle span::after { left: 100%; }

.served-hotels-header h2 {
    font-size: 2.5rem;
    font-weight: 300;
    color: #1f2937;
    margin: 0 0 1rem 0;
    line-height: 1.3;
    letter-spacing: -0.5px;
}

.served-hotels-header h2 span {
    font-weight: 700;
    color: #e58810; /* Başlığın alt kısım vurgusu turuncu yapıldı */
}

.served-hotels-header p {
    font-size: 1.05rem;
    color: #4b5563;
    margin: 0;
    line-height: 1.6;
}

/* --- SLIDER VE OK ALANLARI --- */
.served-hotels-slider-wrapper {
    position: relative;
    padding: 0 3.5rem;
    margin-bottom: 4.5rem;
}

/* --- LOGO KARTI (GÖRSELDEKİ YILDIZLI VE YANSIMALI TASARIM) --- */
.hotel-logo-card {
    background: #ffffff;
    border-radius: 16px;
    height: 190px; /* Yıldızlar ve yazı için kart boyutu uzatıldı */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 1rem 1.2rem 1rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(229, 136, 16, 0.15); /* Hafif turuncu zarif çerçeve */
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    cursor: pointer;
    position: relative;
}

/* Kartın Altına Düşen Zemin Yansıması (Görseldeki Efsane Efekt!) */
.hotel-logo-card::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 10%;
    width: 80%;
    height: 15px;
    background: radial-gradient(ellipse at center, rgba(0,0,0,0.08) 0%, rgba(0,0,0,0) 80%);
    transition: opacity 0.3s ease;
}

.hotel-logo-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(229, 136, 16, 0.18);
    border-color: #e58810;
}

/* Logo Resim Kutu Alanı */
.logo-img-box {
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.logo-img-box img {
    max-width: 90%;
    max-height: 85px;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: transform 0.4s ease;
}

.hotel-logo-card:hover .logo-img-box img {
    transform: scale(1.06);
}

/* Yıldızlar */
.card-stars {
    display: flex;
    gap: 3px;
    color: #e58810;
    font-size: 0.9rem;
    margin: 0.8rem 0 0.3rem 0;
}

/* Spa & Wellness Etiketi */
.card-tag {
    font-size: 0.85rem;
    font-weight: 600;
    color: #374151;
    letter-spacing: 0.5px;
}

/* --- ÖZEL NAVİGASYON OKLARI --- */
.hotel-button-prev,
.hotel-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    background-color: #ffffff;
    border: 1px solid #e58810;
    color: #e58810;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    z-index: 10;
}

.hotel-button-prev { left: 0; }
.hotel-button-next { right: 0; }

.hotel-button-prev:hover,
.hotel-button-next:hover {
    background-color: #e58810;
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(229, 136, 16, 0.35);
    transform: translateY(-50%) scale(1.08);
}

/* --- YENİ EKLENEN İSTATİSTİK / TECRÜBE ALANI --- */
.hotel-stats-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3.5rem;
    max-width: 900px;
    margin: 0 auto 4rem auto;
    padding: 2rem 3rem;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    border-radius: 60px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 1.2rem;
}

.stat-icon {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 1px solid rgba(229, 136, 16, 0.3);
    color: #e58810;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    box-shadow: 0 4px 12px rgba(229, 136, 16, 0.1);
}

.stat-text h4 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1f2937;
    margin: 0;
    line-height: 1;
}

.stat-text span {
    font-size: 0.8rem;
    font-weight: 700;
    color: #4b5563;
    letter-spacing: 1px;
    margin-top: 0.3rem;
    display: block;
}

/* Dikey Ayraç Çizgisi */
.stat-divider {
    width: 1px;
    height: 45px;
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(229,136,16,0.3), rgba(0,0,0,0));
}

/* --- EN ALT SLOGAN ALANI --- */
.hotel-bottom-slogan {
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.8rem;
}

.hotel-bottom-slogan span {
    font-size: 0.95rem;
    font-weight: 700;
    color: #374151;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.slogan-line {
    width: 120px;
    height: 2px;
    background: linear-gradient(to right, rgba(229,136,16,0), #e58810, rgba(229,136,16,0));
}

/* --- MOBİL UYUMLULUK --- */
@media (max-width: 1024px) {
    .hotel-stats-wrapper { gap: 2rem; padding: 1.5rem 2rem; }
    .stat-text h4 { font-size: 1.5rem; }
}

@media (max-width: 768px) {
    .served-hotels-section { padding: 4rem 0 3rem 0; }
    .served-hotels-header h2 { font-size: 1.8rem; }
    .served-hotels-slider-wrapper { padding: 0 1.5rem; margin-bottom: 3rem; }
    
    .hotel-button-prev, .hotel-button-next { width: 38px; height: 38px; font-size: 1.1rem; }
    .hotel-button-prev { left: -5px; }
    .hotel-button-next { right: -5px; }
    
    /* Mobilde istatistikler alt alta şık bir şekilde listelensin */
    .hotel-stats-wrapper {
        flex-direction: column;
        gap: 1.5rem;
        border-radius: 24px;
        padding: 2rem 1.5rem;
        width: 90%;
    }
    
    .stat-divider {
        width: 60%;
        height: 1px;
        background: linear-gradient(to right, rgba(0,0,0,0), rgba(229,136,16,0.3), rgba(0,0,0,0));
    }
    
    .stat-item { width: 100%; justify-content: flex-start; padding-left: 10%; }
}