    @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&family=Ubuntu+Condensed:wght@400;500&display=swap');

    /* Genel stil ayarları */
    * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }
    body {
      font-family: 'Arial', sans-serif;
      line-height: 1.6;
      color: #333;
    }
    a {
      color: inherit;
      text-decoration: none;
    }
    img {
      max-width: 100%;
      height: auto;
      display: block;
    }
    .container {
      max-width: 1200px;
      padding-right: 15px;
      padding-left: 15px;
      margin: 0 auto;
    }

    /* Hero Bölümü */
    .hero {
      text-align: center;
      position: relative;
    }
    .hero img {
      width: 100%;
      max-height: 600px;
      object-fit: cover;
      height: auto;
    }

    /* Logo Overlay (Position Fixed) */
    .logo-overlay {
      position: fixed; /* DEĞİŞTİ */
      top: 0;         /* Eklendi */
      left: 0;
      right: 0;
      height: 60px;
      background-color: #33333385;
      text-shadow: 0 2px 5px rgba(0,0,0,.9);
      display: flex;
      align-items: center;
      justify-content: space-between; /* Logo ve Dil Seçici Arası Boşluk */
      padding-left: 352px; /* Soldan Boşluk (Logo ile Aynı) */
      padding-right: 352px; /* Sağdan Boşluk */
      z-index: 9999;
    }
    .logo-header-top {
      margin: 0;
      /*margin-left: 352px;  kaldırıldı, padding ile ayarlandı */
      display: inline-block;
      font-family: 'Ubuntu Condensed', sans-serif;
      font-weight: 500;
      font-size: 2vw;
      line-height: 1;
      color: #fff;
      background: url("https://static11.com-hotel.com/uploads/web-configuration/73691/resource/logo-1577981984.png") no-repeat left center;
      background-size: 45px auto;
      padding-left: 70px; /* Logo padding arttırıldı */
      flex-shrink: 0; /* Küçülmesini engelle */
    }
    .logo-header-top .rating {
      margin-left: 5px;
    }

    /* Dil Seçici Stilleri */
    .logo-overlay .language-selector {
        position: relative; /* Dropdown için */
        display: inline-block;
        color: #fff;
        cursor: pointer;
         /*flex-shrink: 0;  küçülmesini engelle */
    }

    .logo-overlay .language-selector .current-language {
        display: flex;
        align-items: center;
        padding: 5px 10px;
        border-radius: 5px;
    }

    .logo-overlay .language-selector .current-language img {
        margin-right: 5px;
        width: 20px; /* Bayrak boyutu */
        height: auto;
    }

    .logo-overlay .language-selector .dropdown-menu {
      position: absolute;
      top: 100%;
      right: 0; /* Sağdan hizala */
      z-index: 1000;
      display: none; /* Başlangıçta gizli */
      float: none;  /*float:left yerine*/
      min-width: 160px;
      padding: 5px 0;
      margin: 2px 0 0;
      font-size: 14px;
      text-align: left;
      list-style: none;
      background-color: #fff;
      border: 1px solid rgba(0, 0, 0, .15);
      border-radius: 4px;
      box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
      background-clip: padding-box;
    }

    .logo-overlay .language-selector .dropdown-menu.show {
      display: block; /* JavaScript ile aç/kapa */
    }

    .logo-overlay .language-selector .dropdown-menu li {
        display: block; /* Alt alta sırala */
    }

    .logo-overlay .language-selector .dropdown-menu li a {
      display: flex; /* Bayrak ve yazı yan yana */
      align-items: center;
      padding: 3px 20px;
      clear: both;
      font-weight: 400;
      line-height: 1.42857143;
      color: #333;
      white-space: nowrap;
      text-decoration: none;
    }
    .logo-overlay .language-selector .dropdown-menu li a img {
      margin-right: 8px;
      width: 20px; /* Bayrak boyutu */
      height: auto;
    }

    .logo-overlay .language-selector .dropdown-menu > li.disabled > a,
    .logo-overlay .language-selector .dropdown-menu > li.disabled > a:hover,
    .logo-overlay .language-selector .dropdown-menu > li.disabled > a:focus {
      color: #777;
    }

    /* Mobil Uyumlu Dil Seçici */
    @media (max-width: 767px) {
        .logo-overlay {
            padding-left: 15px; /* Mobilde padding ayarı */
            padding-right: 15px;
            height: 60px;
            flex-direction: row;
            align-items: center;
            justify-content: space-between;
            padding-top: 0;
            padding-bottom: 0;
        }
        .logo-header-top {
          font-size: 4vw;
          padding-left: 60px; /* Logo padding arttırıldı */
          background-size: 35px auto;
          flex-grow: 1;
          text-align: left;
		  display: contents;
        }
        .logo-header-top .rating {
          display: none;
        }
        .logo-overlay .language-selector {
            margin-top: 0;
            flex-shrink: 0;
        }
        .logo-overlay .language-selector .current-language span {
            display: none;
        }
    }

    /* SEO Title */
    .seo-title {
      position: absolute;
      bottom: 30px;
      left: 352px;
      right: 352px;
      height: 105px;
      border-top: 1px solid;
      border-bottom: 1px solid;
      border-color: #a51616;
      margin-top: 20px;
      margin-bottom: 10px;
      padding: 10px 20px;
      box-sizing: border-box;
      font-family: 'Open Sans', sans-serif;
      font-size: 30px;
      line-height: 33px;
      text-align: center;
      letter-spacing: normal;
      font-weight: 700;
      color: #fff;
      background-color: #33333385;
      text-shadow: 0 2px 5px rgba(0,0,0,.9);
    }
    .seo-title .address {
      margin-top: 5px;
      font-family: 'Ubuntu Condensed', sans-serif;
      font-size: 14px;
      line-height: 20px;
      text-align: center;
      letter-spacing: normal;
      color: #fff;
      font-weight: 400;
    }

    /* Rooms ve Explanation Alanı */
    .rooms-explanation-area {
      display: flex;
      gap: 20px;
      margin-top: 20px; /* Hero altı boşluk */
    }
    /* Rooms Alanı */
    .rooms-area {
      width: 307px;
      flex-shrink: 0;
    }
    .rooms-area h2 {
      color: #a51616;
      margin-bottom: 15px; /* Normal başlık gibi boşluk bıraksın */
      display: none; /* Başlığı gizle, butonlar başlık gibi duracak */
    }
    .rooms-area .menu-btn {
      display: block;
      width: 100%;
      padding: 10px;
      margin-bottom: 5px; /* Butonlar arası boşluk */
      border: 1px solid #ccc; /* Buton kenarlığı */
      border-radius: 0; /* Köşeleri düz yap */
      text-align: center;
      cursor: pointer;
      font-size: 16px;
      background-color: #555; /* Varsayılan gri renk */
      color: #fff; /* Varsayılan beyaz yazı rengi */
    }
    .rooms-area .menu-btn:hover {
      background-color: #666; /* Hover efekti için daha açık gri */
    }
    .rooms-area .menu-btn.details {
      background-color: #fff; /* DETAILS butonu beyaz */
      color: #333; /* DETAILS butonu siyah yazı */
      border: 1px solid #ccc; /* DETAILS butonu kenarlığı */
    }
    .rooms-area .menu-btn.details:hover {
      background-color: #f2f2f2; /* DETAILS hover için hafif gri */
    }

    /* Explanation Area */
    .explanation-area {
      width: 893px; /* rooms-area + gap = 307 + 20 = 327. 1200 - 327 = 873. biraz daha geniş verelim ki tam otursun */
      background: #ffffff;
      padding: 10px;
    }
    .explanation-area h1 {
      font-family: "Open Sans", sans-serif;
      font-size: 14px;
      line-height: 20px;
      text-align: start;
      letter-spacing: normal;
      color: #282828;
      margin-bottom: 15px;
      background: #ffffff;
    }
    .explanation-area p {
      font-family: "Open Sans", sans-serif;
      font-size: 14px;
      line-height: 20px;
      text-align: start;
      letter-spacing: normal;
      color: #282828;
      margin-bottom: 15px;
      background: #ffffff;
    }

    /* Review ve Gallery Alanı */
    .review-gallery-area {
      display: flex;
      gap: 20px;
      margin-top: 20px; /* rooms-explanation-area altı boşluk */
    }

    /* Review Alanı */
    .review-area {
      width: 307px;
      flex-shrink: 0;
    }
    .review-score {
      background: #f2f2f2;
      border-radius: 4px;
      padding: 15px;
      margin-top: 0; /* rooms-area ile aynı hizada başlaması için */
      font-family: "Open Sans", sans-serif;
    }
    .review-score h3 {
      margin-bottom: 5px;
      font-size: 16px;
      color: #333;
    }
    .review-score p {
      margin-bottom: 10px;
      font-size: 14px;
      color: #666;
    }
    .review-item {
      display: flex;
      align-items: center;
      margin-bottom: 8px;
    }
    .review-item label {
      flex: 1;
      font-size: 14px;
      color: #333;
    }
    .review-bar {
      background: #ccc;
      width: 100px;
      height: 8px;
      border-radius: 4px;
      margin: 0 10px;
      position: relative;
      overflow: hidden;
    }
    .review-fill {
      background: #444;
      height: 8px;
      position: absolute;
      left: 0;
      top: 0;
    }
    .score {
      width: 30px;
      text-align: right;
      font-size: 14px;
      color: #333;
    }

    /* Galeri Bölümü => Genişlik 893px */
    .hotel-images {
      width: 893px;
      margin-bottom: 40px;
    }

    /* -------- GALERİ DÜZELTMESİ BAŞLANGIÇ -------- */
    .gallery {
      display: flex;
      flex-wrap: wrap;
      gap: 10px; /* Resimler arası boşluk */
      margin-bottom: 40px;
    }

    /* Schema için eklenen div'i (resim sarmalayıcı) hedefler */
    .gallery div[itemprop='image'] {
      flex: 1 1 calc(33.333% - 10px); /* 3 sütunlu yapı için genişlik ayarı (gap dahil) */
      box-sizing: border-box;
      max-width: calc(33.333% - 10px); /* Genişliğin %33.3'ü geçmemesini sağlar */
    }

    /* Sarmalayıcı içindeki asıl resim etiketi */
    .gallery div[itemprop='image'] img {
      width: 100%; /* Resmin sarmalayıcıyı doldurmasını sağlar */
      height: 200px; /* Sabit yükseklik */
      object-fit: cover; /* Resmin orantısını koruyarak alanı kaplamasını sağlar */
      display: block; /* Altında oluşabilecek boşlukları engeller */
    }
    /* -------- GALERİ DÜZELTMESİ SON -------- */


    /* Services Bölümü */
    .services {
      margin-bottom: 40px;
    }
    .services h2 {
      color: #a51616;
      margin-bottom: 15px;
    }
    .services .service-list {
      margin-bottom: 40px; /* Alt boşluk eklendi */
    }
    .services .service-item {
      background: #fff; /* beyaz arka plan */
      padding: 10px 0; /* üst ve alt padding */
      border-bottom: 1px solid #ddd; /* alt çizgi */
      display: grid; /* Flex'ten Grid'e değiştirildi */
      grid-template-columns: 200px 1fr; /* İki sütun tanımlandı */
      align-items: flex-start; /* içeriği üstten hizala */
    }
    .services .service-item:last-child {
      border-bottom: none; /* son item'da alt çizgi yok */
    }
    .services .service-item strong {
      /* flex-basis: 200px; kaldırıldı */
      /* margin-right: 10px; kaldırıldı */
      font-weight: bold; /* Kalın yazı */
      color: #333; /* Label rengi */
      font-size: 14px; /* Label font boyutu */
      grid-column: 1; /* İlk sütuna yerleştir */
      padding-right: 10px; /* Sağ boşluk eklendi */
    }
    .services .service-item div {
      /* flex-grow: 1; kaldırıldı */
      color: #666; /* İçerik rengi */
      font-size: 14px; /* İçerik font boyutu */
      grid-column: 2; /* İkinci sütuna yerleştir */
    }

    /* Conditions & Nearby */
    .conditions {
      margin-bottom: 40px;
    }
    .conditions h2 {
      color: #a51616;
      margin-bottom: 15px;
    }
    .conditions ul {
      list-style: none;
      padding: 0;
      margin-bottom: 40px;
    }
    .conditions li {
      background: #fff; /* beyaz arka plan */
      padding: 10px 0; /* üst ve alt padding */
      border-bottom: 1px solid #ddd; /* alt çizgi */
      display: grid; /* Flex'ten Grid'e değiştirildi */
      grid-template-columns: 200px 1fr; /* İki sütun tanımlandı */
      align-items: flex-start; /* içeriği üstten hizala */
    }
    .conditions li:last-child {
      border-bottom: none; /* son item'da alt çizgi yok */
    }
    .conditions li strong {
      /* flex-basis: 200px; kaldırıldı */
      /* margin-right: 10px; kaldırıldı */
      font-weight: bold; /* Kalın yazı */
      color: #333; /* Label rengi */
      font-size: 14px; /* Label font boyutu */
      grid-column: 1; /* İlk sütuna yerleştir */
      padding-right: 10px; /* Sağ boşluk eklendi */
    }
    .conditions li div {
      /* flex-grow: 1; kaldırıldı */
      color: #666; /* İçerik rengi */
      font-size: 14px; /* İçerik font boyutu */
      grid-column: 2; /* İkinci sütuna yerleştir */
    }

    /* FAQ Bölümü */
    .faq {
      margin-bottom: 40px;
      margin-top: 40px; /* gallery bölümü ile arasına boşluk eklendi */
    }
    .faq h2 {
      color: #a51616;
      margin-bottom: 15px;
      display: flex; /* Dropdown ve başlığı yan yana hizala */
      align-items: center; /* Dikeyde ortala */
    }
    .faq h2 span.dropdown-arrow {
      display: inline-block;
      margin-left: 5px; /* Başlık ve ok arası boşluk */
      width: 0;
      height: 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 5px solid #a51616; /* Ok rengi başlık rengiyle aynı */
    }
    .faq .faq-item {
      margin-bottom: 15px;
      padding-bottom: 10px;
      border-bottom: 1px solid #ddd; /* Çizgi rengi */
      display: grid;
      grid-template-columns: 1fr 1fr; /* İki sütun */
      gap: 20px; /* Sütunlar arası boşluk */
    }
    .faq .faq-item h3 {
      margin-bottom: 0; /* Soru başlığının alt boşluğunu kaldır */
      color: #333; /* Soru başlığı rengi */
      font-size: 14px; /* Soru başlığı boyutu */
      font-weight: bold; /* Soru başlığı kalın */
    }
    .faq .faq-item p {
      margin-bottom: 0; /* Cevap paragrafının alt boşluğunu kaldır */
      color: #666; /* Cevap rengi */
      font-size: 14px; /* Cevap boyutu */
    }
    .faq .faq-item > div:first-child { /* Soru bölümü */
      padding-right: 10px; /* Soru bölümüne sağ padding */
    }
    .faq .faq-item > div:last-child { /* Cevap bölümü */
      padding-left: 10px; /* Cevap bölümüne sol padding */
      border-left: 1px solid #ddd; /* Soru ve cevap arası çizgi */
    }

    /* Nearby Bölümü */
    .nearby {
      margin-bottom: 40px;
      margin-top: 40px; /* gallery bölümü ile arasına boşluk eklendi */
    }
    .nearby h2 {
      color: #a51616;
      margin-bottom: 20px;
    }
    .nearby .nearby-sections {
      display: flex;
      gap: 20px;
    }
    .nearby .nearby-section {
      flex: 1; /* Eşit genişlikte sütunlar */
    }
    .nearby .nearby-section h3 {
      margin-bottom: 10px;
      color: #333;
      font-size: 16px;
      display: flex;
      align-items: center; /* İkon ve yazıyı dikey ortala */
    }
    .nearby .nearby-section h3 img {
      width: 16px; /* İkon boyutu */
      height: 16px;
      margin-right: 5px; /* İkon ve yazı arası boşluk */
    }
    .nearby .nearby-section ul {
      list-style: none;
      padding: 0;
    }
    .nearby .nearby-section li {
      margin-bottom: 5px;
      color: #666;
      font-size: 14px;
      display: flex; /* Checkbox ve yazıyı yan yana hizala */
      align-items: center; /* Dikeyde ortala */
    }
    .nearby .nearby-section li::before {
      content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" class="feather feather-check"><path d="M20 6L9 17l-5-5"/></svg>');
      display: inline-block;
      width: 16px; /* Checkbox boyutu */
      height: 16px;
      margin-right: 5px; /* Checkbox ve yazı arası boşluk */
    }
    .nearby .nearby-section li span.distance {
      color: #999; /* Mesafe rengi */
      margin-left: 5px;
    }

    /* Reviews Section */
    .reviews-section {
      margin-bottom: 40px;
      margin-top: 40px;
    }
    .reviews-section h2 {
      color: #a51616;
      margin-bottom: 20px;
    }
    .review-card {
      background-color: #f9f9f9;
      border-radius: 5px;
      margin-bottom: 15px;
      padding: 15px;
    }
    .review-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 10px;
    }
    .review-country-name {
      display: flex;
      align-items: center;
    }
    .review-country {
      margin-left: 5px;
      font-weight: bold;
    }
    .review-score-box {
      background-color: #ddd;
      padding: 5px 10px;
      border-radius: 5px;
      text-align: center;
      font-weight: bold;
    }
    .review-question {
      font-weight: bold;
      margin-bottom: 5px;
    }
    .review-description {
      color: #555;
    }
    .more-reviews-btn {
      display: block;
      margin: 20px auto 0;
      padding: 10px 20px;
      border: 1px solid #ccc;
      border-radius: 5px;
      background-color: #eee;
      color: #333;
      cursor: pointer;
    }
    .more-reviews-btn:hover {
      background-color: #ddd;
    }
    .review-card.hidden {
      display: none;
    }

    /* Footer */
    footer {
      background: #a51616;
      color: #fff;
      text-align: center;
      padding: 10px 15px;
      margin-top: 40px;
    }

    /* Diğer Başlıklar */
    h2, h3 {
      color: #a51616;
      margin-bottom: 15px;
    }

    /*-----------------------------------------------*/
    /* YENİ EKLENEN KISIM: ROOMS ALANI ve MODALLAR  */
    /*-----------------------------------------------*/
    .rooms-section {
      width: 100%;
      margin-bottom: 40px;
    }
    .rooms-section h3 { /* Target h3 specifically */
      color: #a51616;
      margin-bottom: 20px;
      font-size: 20px;
      text-align: left; /* Align left */
      font-family: 'Open Sans', sans-serif;
      font-weight: bold;
    }
    .rooms-container {
      display: flex;
      gap: 20px;
      /* justify-content: center; Removed, default is flex-start */
      flex-wrap: wrap;
    }

    .room-card {
      background-color: #f9f9f9;
      border: 1px solid #ddd;
      border-radius: 5px;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      box-sizing: border-box;
       /* Width is handled by media queries */
    }
    .room-card img {
      width: 100%;
      object-fit: cover;
      height: 220px; /* Adjusted height */
      display: block;
    }
    .room-card .room-info {
      padding: 15px; /* Increased padding */
      display: flex;
      flex-direction: column;
      flex-grow: 1;
      text-align: center;
    }
    .room-card .room-info h4 { /* Target h4 for room title */
      font-size: 18px;
      margin-top: 0;
      margin-bottom: 15px;
      color: #333;
      font-weight: bold;
      font-family: 'Open Sans', sans-serif; /* Ensure font */
    }
    .room-card .room-info button {
      margin-top: auto;
      align-self: center;
      padding: 10px 20px; /* Increased padding */
      background-color: #a51616;
      color: #fff;
      border: none;
      cursor: pointer;
      border-radius: 3px;
      font-size: 14px;
    }
    .room-card .room-info button:hover {
      background-color: #c51b1b;
    }


    /* Modal stili */
    .modal {
      display: none;
      position: fixed;
      z-index: 9999;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: auto;
      background-color: rgba(0, 0, 0, 0.5);
    }
    .modal-content {
      background-color: #fff;
      margin: 50px auto;
      padding: 20px;
      border: 1px solid #888;
      width: 80%;
      max-width: 1000px;
      position: relative;
      box-sizing: border-box;
    }
    .close {
      color: #aaa;
      font-size: 28px;
      font-weight: bold;
      position: absolute;
      right: 20px;
      top: 10px;
      cursor: pointer;
    }
    .close:hover,
    .close:focus {
      color: black;
      text-decoration: none;
      cursor: pointer;
    }

    /* YENİ EKLENEN SLIDER STİLİ */
    .slider-container {
      position: relative;
      text-align: center;
      margin-bottom: 20px;
    }
    .slider-image {
      width: 100%;
      max-height: 600px;
      object-fit: cover;
    }
    .prev, .next {
      cursor: pointer;
      position: absolute;
      top: 50%;
      width: auto;
      margin-top: -25px;
      padding: 10px;
      color: #333;
      font-weight: bold;
      font-size: 18px;
      background-color: #f2f2f2;
      border-radius: 3px;
      user-select: none;
    }
    .prev:hover, .next:hover {
      background-color: #ddd;
    }
    .prev {
      left: 0;
    }
    .next {
      right: 0;
    }

    .modal-text {
      font-size: 14px;
      line-height: 20px;
      color: #333;
      margin-top: 20px;
    }

    /* Scroll to top button style */
    .scroll-to-top {
      display: none; /* Başlangıçta gizli */
      position: fixed; /* Sabit pozisyon */
      bottom: 20px; /* Alt kenara 20px uzaklık */
      right: 20px; /* Sağ kenara 20px uzaklık */
      z-index: 99; /* Diğer içeriklerin üstünde olsun */
      border: none; /* Kenarlık yok */
      outline: none; /* Odaklanma çizgisi yok */
      background-color: rgba(0, 0, 0, 0.5); /* Arkaplan rengi (yarı saydam siyah) */
      color: white; /* Yazı rengi */
      cursor: pointer; /* İmleç */
      padding: 15px; /* İç boşluk */
      border-radius: 50%; /* Yuvarlaklık */
      font-size: 20px; /* Yazı boyutu */
    }

    .scroll-to-top:hover {
      background-color: rgba(0, 0, 0, 0.7); /* Hoverda arkaplan rengi */
    }

    /* Responsive Styles */
    @media (max-width: 767px) {
      .logo-overlay {
        padding-left: 15px;
        padding-right: 15px;
        height: 60px;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding-top: 0;
        padding-bottom: 0;
      }
      .logo-header-top {
        font-size: 4vw;
        padding-left: 60px; /* Logo padding arttırıldı */
        background-size: 35px auto;
        flex-grow: 1;
        text-align: left;
      }
      .logo-header-top .rating {
        display: none;
      }
      .logo-overlay .language-selector {
        margin-top: 0;
        flex-shrink: 0;
      }
      .logo-overlay .language-selector .current-language span {
        display: none;
      }
      .seo-title {
        left: 15px;
        right: 15px;
        bottom: 20px;
        font-size: 24px;
        line-height: 28px;
        height: auto;
        padding: 15px;
      }
      .rooms-explanation-area {
        flex-direction: column;
      }
      .rooms-area {
        width: 100%;
        margin-bottom: 20px;
      }
      .explanation-area {
        width: 100%;
      }
      .review-gallery-area {
        flex-direction: column;
      }
      .review-area {
        width: 100%;
        margin-bottom: 20px;
      }
      .hotel-images {
        width: 100%;
      }

      /* -------- GALERİ RESPONSIVE DÜZELTME -------- */
      .gallery div[itemprop='image'] {
        flex-basis: calc(50% - 5px); /* Orta ekranlarda 2 sütun (gap dahil) */
        max-width: calc(50% - 5px);
      }
      /* -------- GALERİ RESPONSIVE DÜZELTME SON -------- */

      .services .service-list {
        /* grid-template-columns: 1fr; Bu kural zaten vardı, tekrar eklemeye gerek yok */
      }
      .services .service-item {
         grid-template-columns: 1fr; /* Mobilde tek sütun */
      }
      .services .service-item strong {
          grid-column: 1; /* Başlık tek sütuna */
          margin-bottom: 5px; /* Başlık altına boşluk */
      }
      .services .service-item div {
          grid-column: 1; /* İçerik tek sütuna */
      }

      .conditions li {
         grid-template-columns: 1fr; /* Mobilde tek sütun */
      }
       .conditions li strong {
          grid-column: 1; /* Başlık tek sütuna */
          margin-bottom: 5px; /* Başlık altına boşluk */
      }
      .conditions li div {
          grid-column: 1; /* İçerik tek sütuna */
      }

      .faq .faq-item {
          grid-template-columns: 1fr; /* Mobilde tek sütun */
          gap: 10px;
      }
       .faq .faq-item > div:first-child {
          padding-right: 0;
      }
      .faq .faq-item > div:last-child {
          padding-left: 0;
          border-left: none; /* Aradaki çizgiyi kaldır */
          padding-top: 10px;
          border-top: 1px solid #ddd; /* Üstüne çizgi ekle */
      }


      .nearby-sections {
        flex-direction: column;
      }
      .nearby-section {
        width: 100%;
      }
      .room-card {
        width: 100%; /* room card width 100% olarak değiştirildi */
      }
      .rooms-container {
        flex-direction: column; /* rooms container flex direction column yapıldı */
        padding-left: 15px; /* container padding eklendi */
        padding-right: 15px; /* container padding eklendi */
      }
      /* WEB için düzenleme - oda kartlarının yan yana gelmesi için */
      @media (min-width: 768px) {
        .rooms-container {
          flex-direction: row; /* Webde yan yana sıralama */
        }
        .room-card {
          width: calc(33.333% - 13.333px); /* 3 odayı yan yana sığdır, boşlukları ayarla */
          margin-bottom: 0; /* Webde kartlar arası alt boşluğu kaldır */
        }
      }
    }
    @media (max-width: 480px) {
        /* -------- GALERİ RESPONSIVE DÜZELTME -------- */
        .gallery div[itemprop='image'] {
            flex-basis: 100%; /* Küçük ekranlarda tek sütun */
            max-width: 100%;
        }
        /* -------- GALERİ RESPONSIVE DÜZELTME SON -------- */

        .seo-title {
          font-size: 20px;
          line-height: 24px;
          padding: 10px;
        }
         .logo-header-top {
          padding-left: 10px; /* Logo padding ayarı */
        }
    }
