/* ==========================================================================
   1. GENEL AYARLAR VE RENKLER
   ========================================================================== */
:root {
    --brand-color: #b89065; 
    --dark: #1f2326;
    --light-bg: #fdfdfc;
}

body { font-family: 'Jost', sans-serif; background-color: var(--light-bg); color: #444; top: 0 !important; }
h1, h2, h3, h4, h5, .navbar-brand { font-family: 'Cormorant Garamond', serif; }

/* GOOGLE TRANSLATE GİZLEME VE ÖZEL BUTONLAR */
#google_translate_element { position: absolute; top: -10000px; left: -10000px; opacity: 0; z-index: -9999; }
.skiptranslate iframe { display: none !important; }
.custom-select-box { padding: 5px 10px; font-size: 0.85rem; border: 1px solid rgba(255,255,255,0.3); border-radius: 3px; background: transparent; color: #fff; font-family: 'Jost', sans-serif; cursor: pointer; outline: none; margin-left: 8px;}
.custom-select-box option { color: #333; }
.btn-reset-lang { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,0.3); border-radius: 3px; padding: 4px 8px; font-size: 0.85rem; margin-left: 5px; cursor: pointer; transition: 0.3s; }
.btn-reset-lang:hover { background: rgba(255,255,255,0.2); }

/* ==========================================================================
   2. ORTAK ALANLAR (HEADER, NAVBAR, FOOTER, FLOATING BTN)
   ========================================================================== */
.navbar { transition: all 0.4s ease; padding: 15px 0; background-color: transparent; position: absolute; width: 100%; top: 0; z-index: 1030; }
.navbar.scrolled { background-color: rgba(255, 255, 255, 0.98); box-shadow: 0 4px 15px rgba(0,0,0,0.05); padding: 10px 0; position: fixed; }
.navbar.scrolled .custom-select-box, .navbar.scrolled .btn-reset-lang { border-color: #ddd; color: var(--dark); }
.navbar-brand { font-size: 1.8rem; font-weight: 700; letter-spacing: 2px; color: #fff !important; transition: color 0.4s; }
.navbar.scrolled .navbar-brand { color: var(--dark) !important; }
.nav-link { color: rgba(255,255,255,0.9) !important; font-size: 0.95rem; font-weight: 500; margin: 0 12px; letter-spacing: 1px; text-transform: uppercase; text-shadow: 1px 1px 3px rgba(0,0,0,0.5); }
.navbar.scrolled .nav-link { color: var(--dark) !important; text-shadow: none; }
.nav-link:hover { color: var(--brand-color) !important; }

.floating-buttons { position: fixed; bottom: 30px; right: 30px; z-index: 999; display: flex; flex-direction: column; gap: 15px; }
.float-btn { width: 55px; height: 55px; border-radius: 50%; display: flex; justify-content: center; align-items: center; font-size: 26px; color: #fff; text-decoration: none; box-shadow: 0 4px 15px rgba(0,0,0,0.2); transition: all 0.3s; position: relative;}
.float-btn:hover { transform: scale(1.1); color: #fff;}
.btn-whatsapp { background-color: #25d366; }
.btn-phone { background-color: var(--brand-color); }

.footer { background-color: var(--dark); color: #bbb; padding: 80px 0 30px; font-size: 0.95rem; }
.footer-logo { font-size: 2.2rem; color: #fff; text-decoration: none; font-family: 'Cormorant Garamond', serif; font-weight: 700; letter-spacing: 2px; display: block; margin-bottom: 20px;}
.footer h5 { color: #fff; letter-spacing: 1px; margin-bottom: 25px; font-size: 1.3rem;}
.footer-contact i { color: var(--brand-color); width: 25px; font-size: 1.1rem;}
.footer ul li { margin-bottom: 12px; }
.footer ul li a { color: #bbb; text-decoration: none; transition: 0.3s; }
.footer ul li a:hover { color: var(--brand-color); padding-left: 5px;}

/* ==========================================================================
   3. ANA SAYFA (INDEX.PHP) TASARIMLARI (ORİJİNAL SAĞLAM HALİ)
   ========================================================================== */
.hero-section { position: relative; height: 90vh; }
.carousel-item { height: 90vh; background-size: cover; background-position: center; }
.hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.3) 100%); z-index: 1; }
.hero-content { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 2; text-align: center; color: #fff; width: 100%; }
.hero-content h1 { font-size: 4.5rem; text-shadow: 2px 2px 4px rgba(0,0,0,0.5); margin-bottom: 20px;}
.hero-content p { letter-spacing: 3px; font-weight: 300; font-size: 1.2rem; text-transform: uppercase;}
.carousel-control-prev-icon, .carousel-control-next-icon { width: 3rem; height: 3rem; }
.carousel-control-prev, .carousel-control-next { z-index: 5; opacity: 0.7; }

.booking-bar { position: relative; z-index: 10; margin-top: -60px; }
.booking-form { background: #fff; padding: 25px 30px; border-radius: 4px; box-shadow: 0 15px 40px rgba(0,0,0,0.1); }
.booking-form label { font-size: 0.8rem; color: #888; font-weight: 500; margin-bottom: 5px; display: block; text-transform: uppercase; letter-spacing: 1px; }
.booking-form input.form-control, .guest-toggle { border: 1px solid #eaeaea; border-radius: 2px; padding: 12px 15px; font-size: 1rem; color: var(--dark); background: #fff; cursor: pointer; width: 100%; text-align: left; }

.flatpickr-day { height: 50px !important; line-height: 25px !important; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; }
.day-price { display: block; font-size: 10px; color: var(--brand-color); font-weight: 600; line-height: 1; margin-top: 2px; }
.flatpickr-day.selected .day-price, .flatpickr-day.startRange .day-price, .flatpickr-day.endRange .day-price, .flatpickr-day.inRange .day-price { color: #fff; }

.guest-dropdown-menu { width: 340px; padding: 20px; border: none; box-shadow: 0 10px 30px rgba(0,0,0,0.15); border-radius: 4px; max-height: 400px; overflow-y: auto;}
.room-block { border-bottom: 1px solid #eee; padding-bottom: 15px; margin-bottom: 15px; position: relative;}
.room-block:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.room-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; }
.room-header h6 { margin: 0; font-family: 'Jost', sans-serif; font-weight: 600; color: var(--brand-color); }
.btn-remove-room { background: transparent; border: none; color: #dc3545; font-size: 0.8rem; text-decoration: underline; cursor: pointer; padding: 0; }
.guest-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
.qty-btn { width: 32px; height: 32px; border: 1px solid #ddd; background: transparent; color: var(--dark); border-radius: 50%; font-weight: bold; transition: 0.3s; display: flex; align-items: center; justify-content: center;}
.qty-btn:hover { background: var(--brand-color); color: #fff; border-color: var(--brand-color); }
.qty-input { width: 30px; text-align: center; border: none; font-weight: 600; pointer-events: none;}
.btn-add-room { width: 100%; border: 1px dashed var(--brand-color); background: #fdfaf6; color: var(--brand-color); padding: 10px; margin-top: 15px; border-radius: 4px; font-weight: 500; transition: 0.3s;}
.btn-add-room:hover { background: var(--brand-color); color: #fff; }
.btn-brand { background-color: var(--brand-color); color: #fff; padding: 12px 20px; border: none; height: 100%; font-weight: 500; letter-spacing: 1px; text-transform: uppercase; border-radius: 2px; transition: 0.3s;}
.btn-brand:hover { background-color: #9c7853; color: #fff; }

.section-title { font-size: 2.5rem; color: var(--dark); margin-bottom: 15px; }
.section-subtitle { color: var(--brand-color); text-transform: uppercase; letter-spacing: 3px; font-size: 0.85rem; font-weight: 500; display: block; margin-bottom: 10px; }
.about-section { padding: 90px 0 40px; }
.highlight-box { background: #fdfaf6; border-left: 4px solid var(--brand-color); padding: 20px; margin-top: 20px; }

.rooms-section { background-color: #fff; padding: 80px 0 100px; }
.room-card { border: none; border-radius: 0; overflow: hidden; background: #fff; border: 1px solid #f0f0f0; transition: 0.3s;}
.room-card:hover { box-shadow: 0 15px 30px rgba(0,0,0,0.08); transform: translateY(-5px);}
.room-img-wrapper { position: relative; overflow: hidden; }
.room-card img { height: 280px; width: 100%; object-fit: cover; transition: 0.7s; }
.room-card:hover img { transform: scale(1.05); }
.room-badge { position: absolute; bottom: 20px; right: 20px; background: rgba(255,255,255,0.95); padding: 8px 15px; font-weight: 600; color: var(--dark); letter-spacing: 1px; font-size: 0.9rem; z-index: 2;}
.room-card .card-body { padding: 35px 30px; text-align: center;}
.room-card h4 { font-size: 1.8rem; margin-bottom: 5px; }
.room-price { color: var(--brand-color); font-size: 1.2rem; font-weight: 600; margin-bottom: 15px;}
.room-price small { font-size: 0.8rem; color: #888; font-weight: 400;}
.room-amenities { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 20px; padding-top: 20px; border-top: 1px solid #eee; }
.room-amenities span { font-size: 0.8rem; color: #777; }
.room-amenities i { color: var(--brand-color); margin-right: 3px;}
.room-btn { display: inline-block; margin-top: 20px; color: var(--brand-color); text-transform: uppercase; font-size: 0.85rem; font-weight: 600; letter-spacing: 2px; text-decoration: none; border-bottom: 1px solid var(--brand-color); padding-bottom: 3px; transition: 0.3s;}

.blog-section { padding: 100px 0; background-color: #fcfbf9; }
.blog-card { border: none; border-radius: 0; overflow: hidden; box-shadow: 0 5px 15px rgba(0,0,0,0.05); }
.blog-card img { height: 240px; width: 100%; object-fit: cover; transition: 0.5s; }
.blog-card:hover img { transform: scale(1.05); }
.blog-card .card-body { padding: 30px; background: #fff;}
.blog-title { font-size: 1.5rem; color: var(--dark); margin-bottom: 15px; }
.read-more { color: var(--brand-color); text-decoration: none; font-weight: 500; font-size: 0.9rem; text-transform: uppercase; letter-spacing: 1px;}

.reviews-section { padding: 80px 0 100px; background-color: #fff; }
.review-card { padding: 40px 30px; border: 1px solid #eee; background: var(--light-bg); text-align: center; height: 100%;}
.stars { color: #fbbc04; font-size: 1.2rem; margin-bottom: 15px; }
.review-text { font-style: italic; color: #555; margin-bottom: 20px; font-size: 1rem; line-height: 1.7;}
.reviewer-name { font-weight: 600; color: var(--dark); font-size: 0.9rem; text-transform: uppercase; letter-spacing: 1px;}
.google-icon { width: 30px; margin-bottom: 15px; }

/* ==========================================================================
   4. İÇ SAYFALAR (ODALAR.PHP) - ZIRHLI TASARIM
   ========================================================================== */
.inner-hero { position: relative; height: 380px; background-color: #1f2326; background-size: cover; background-position: center; display: flex; align-items: center; justify-content: center; }
.inner-hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.65); z-index: 1; }
.inner-hero-content { position: relative; z-index: 2; width: 100%; text-align: center; margin-top: 80px; }
.inner-hero-content h1 { font-size: 3.5rem; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 0; color: #ffffff !important; text-shadow: 2px 2px 5px rgba(0,0,0,0.6); }
.inner-hero-content p { color: #ffffff !important; opacity: 0.9; letter-spacing: 2px; text-transform: uppercase; font-size: 0.9rem; margin-top: 15px; font-weight: 500; }

.elegant-filters { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-bottom: 3rem; }
.filter-link { padding: 9px 25px; font-size: 0.8rem; font-weight: 600; color: #555; text-transform: uppercase; letter-spacing: 1px; cursor: pointer; border: 1px solid #ddd; border-radius: 50px; background-color: #fff; transition: all 0.3s ease; }
.filter-link:hover, .filter-link.active { color: #fff; background-color: var(--brand-color); border-color: var(--brand-color); box-shadow: 0 5px 15px rgba(184, 144, 101, 0.3); }

.premium-room-row { background-color: #fff; border-radius: 4px; box-shadow: 0 5px 25px rgba(0,0,0,0.06); border: 1px solid #f0f0f0; margin-bottom: 3rem; transition: all 0.4s ease; display: flex; flex-wrap: wrap; overflow: hidden; }
.premium-room-row:hover { box-shadow: 0 10px 35px rgba(0,0,0,0.1); }

.premium-room-row > .col-lg-6 { min-width: 0; max-width: 100%; display: flex; flex-direction: column; }
@media (min-width: 992px) { .premium-room-row > .col-lg-6 { width: 50% !important; max-width: 50% !important; } }

.premium-room-img { width: 100%; height: 350px; position: relative; }
@media (min-width: 992px) { .premium-room-img { height: 100%; min-height: 400px; } }

.premium-room-img .roomSwiper { width: 100%; height: 100%; position: absolute; top: 0; left: 0; }
.premium-room-img .swiper-slide img { width: 100%; height: 100%; object-fit: cover; }
.premium-room-img .swiper-button-next, .premium-room-img .swiper-button-prev { color: #fff; background: rgba(0,0,0,0.4); width: 40px; height: 40px; border-radius: 50%; transition: 0.3s; }
.premium-room-img .swiper-button-next:hover, .premium-room-img .swiper-button-prev:hover { background: var(--brand-color); }
.premium-room-img .swiper-button-next:after, .premium-room-img .swiper-button-prev:after { font-size: 1.2rem; font-weight: bold; }
.premium-room-img .swiper-pagination-bullet { background: rgba(255,255,255,0.5); opacity: 1; }
.premium-room-img .swiper-pagination-bullet-active { background: #fff; transform: scale(1.2); }

.premium-room-content { padding: 2.5rem; background-color: #fff; z-index: 2; display: flex; flex-direction: column; justify-content: center; flex-grow: 1; }
@media (min-width: 992px) { .premium-room-content { padding: 4rem; } }

.room-title { font-size: 2.5rem; color: var(--dark); font-family: 'Cormorant Garamond', serif; margin-bottom: 0; }
.section-subtitle { color: var(--brand-color); text-transform: uppercase; letter-spacing: 2px; font-size: 0.75rem; font-weight: 600; display: block; margin-bottom: 6px; }
.room-features-grid { font-family: 'Jost', sans-serif; margin-top: 1rem; }
.room-features-grid i { color: var(--brand-color); width: 20px; text-align: center; font-size: 1rem;}
.btn-discover { display: inline-block; color: var(--dark); font-weight: 600; text-transform: uppercase; letter-spacing: 2px; font-size: 0.8rem; text-decoration: none; border-bottom: 2px solid #ddd; padding-bottom: 4px; transition: all 0.3s ease; align-self: flex-start; margin-top: 1.5rem; }
.btn-discover:hover { color: var(--brand-color); border-bottom-color: var(--brand-color); padding-right: 10px; }
.room-item { transition: opacity 0.4s ease, transform 0.4s ease; }

/* ==========================================================================
   5. ODA DETAY SAYFASI (ODA-DETAY.PHP)
   ========================================================================== */
.room-detail-hero { height: 40vh; min-height: 250px; background-color: var(--dark); display: flex; align-items: center; justify-content: center; padding-top: 80px; position: relative; }
.room-detail-hero h1 { position: relative; z-index: 2; color: #fff; font-size: 3rem; margin: 0; text-shadow: 2px 2px 4px rgba(0,0,0,0.5); }
.room-detail-gallery { border-radius: 4px; overflow: hidden; margin-bottom: 30px; height: 400px; }
.room-detail-gallery .swiper-slide img { width: 100%; height: 100%; object-fit: cover; }
.room-detail-content h2 { font-size: 2.2rem; color: var(--dark); margin-bottom: 15px; }
.room-detail-price { font-size: 1.8rem; color: var(--brand-color); font-weight: bold; }
.room-detail-price span { font-size: 0.9rem; color: #888; font-weight: 400; text-transform: uppercase; letter-spacing: 1px; }

.amenities-box { background: #fdfaf6; border: 1px solid #f0eae1; border-radius: 4px; padding: 25px; margin-top: 30px; }
.amenity-item { display: flex; align-items: center; margin-bottom: 15px; }
.amenity-item i { color: var(--brand-color); font-size: 1.2rem; width: 30px; }
.amenity-item span { font-weight: 500; color: #555; font-size: 0.95rem; }

.booking-sidebar { position: sticky; top: 100px; background: #fff; padding: 30px; border-radius: 4px; box-shadow: 0 10px 30px rgba(0,0,0,0.08); border: 1px solid #f0f0f0; }
.booking-sidebar h4 { font-size: 1.4rem; border-bottom: 1px solid #eee; padding-bottom: 15px; margin-bottom: 20px; text-align: center; }
.booking-sidebar .form-group { margin-bottom: 15px; }
.booking-sidebar label { font-size: 0.8rem; color: #888; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 5px; display: block; }
.booking-sidebar .form-control { border: 1px solid #ddd; border-radius: 2px; padding: 12px; font-size: 0.95rem; }
.booking-sidebar .form-control:focus { border-color: var(--brand-color); box-shadow: none; }
.btn-book-now { background-color: var(--brand-color); color: #fff; width: 100%; padding: 14px; border: none; font-weight: 600; text-transform: uppercase; letter-spacing: 1.5px; border-radius: 2px; margin-top: 10px; transition: 0.3s; }
.btn-book-now:hover { background-color: #9c7853; color: #fff; }

/* --- BLOG DETAY ÖZEL STİLLERİ --- */
.blog-detail-content { background: #fff; padding: 40px; border-radius: 4px; box-shadow: 0 5px 25px rgba(0,0,0,0.04); border: 1px solid #f9f9f9; }
.blog-detail-meta { font-size: 0.85rem; color: #888; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 20px; font-weight: 500; display: flex; gap: 15px; }
.blog-detail-title { font-size: 2.5rem; color: var(--dark); font-family: 'Cormorant Garamond', serif; margin-bottom: 25px; line-height: 1.2; }
.blog-detail-text { font-size: 1.05rem; line-height: 1.8; color: #555; }
.blog-detail-text p { margin-bottom: 20px; }

/* Sidebar Widgetlar */
.sidebar-widget { background: #fff; padding: 30px; border-radius: 4px; border: 1px solid #f0f0f0; margin-bottom: 30px; box-shadow: 0 5px 20px rgba(0,0,0,0.03); }
.sidebar-title { font-size: 1.1rem; color: var(--dark); font-weight: 600; text-transform: uppercase; margin-bottom: 20px; padding-bottom: 10px; border-bottom: 2px solid var(--brand-color); display: inline-block; }

.recent-post-item { display: flex; align-items: center; margin-bottom: 15px; gap: 12px; }
.recent-post-img { width: 65px; height: 65px; border-radius: 4px; object-fit: cover; }
.recent-post-info h6 { font-size: 0.9rem; margin: 0; font-weight: 600; }
.recent-post-info h6 a { color: #333; text-decoration: none; transition: 0.3s; }
.recent-post-info h6 a:hover { color: var(--brand-color); }

.tag-cloud { display: flex; flex-wrap: wrap; gap: 8px; }
.tag-item { padding: 5px 15px; background: #f8f9fa; border: 1px solid #eee; color: #666; font-size: 0.8rem; border-radius: 50px; text-decoration: none; transition: 0.3s; }
.tag-item:hover { background: var(--brand-color); color: #fff; }