* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', sans-serif;
  }
  
  body {
    line-height: 1.6;
    color: #23272f;
    background: #f8f9fb;
    transition: opacity 0.7s cubic-bezier(.4,1.4,.6,1);
    opacity: 1;
  }
  body.page-transition {
    opacity: 0;
    pointer-events: none;
  }
  
  .main-navbar {
    position: sticky;
    top: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 16px #0001;
    z-index: 100;
  }
  
  .container.nav-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0.7rem 2rem;
  }
  
  .nav-logo {
    font-size: 1.4rem;
    font-weight: 700;
    color: #6d7e7c;
    letter-spacing: 1.5px;
  }
  
  .nav-menu {
    list-style: none;
    display: flex;
    gap: 1.5rem;
    margin: 0;
    padding: 0;
  }
  
  .nav-menu li a {
    color: #23272f;
    text-decoration: none;
    font-size: 1.08rem;
    font-weight: 500;
    padding: 0.4rem 1.1rem;
    border-radius: 6px;
    transition: background 0.18s, color 0.18s;
  }
  
  .nav-menu li a:hover, .nav-menu .nav-reserve {
    background: #6d7e7c;
    color: #fff;
  }
  
  .nav-reserve {
    background: #f7b32b !important;
    color: #fff !important;
    font-weight: 600;
    margin-left: 0.7rem;
    border-radius: 6px;
    box-shadow: 0 2px 12px #f7b32b33;
  }
  
  .hero-full {
    position: relative;
    min-height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('resimler/genel-resimler/IMG-20250618-WA0038.jpg') center center/cover no-repeat;
  }
  
  .hero-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(34,34,34,0.55);
    z-index: 1;
  }
  
  .hero-inner {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    padding: 2.5rem 1rem;
    animation: heroFadeIn 1.2s cubic-bezier(.4,1.4,.6,1);
  }
  
  @keyframes heroFadeIn {
    from { opacity: 0; transform: translateY(60px) scale(0.97); }
    to { opacity: 1; transform: translateY(0) scale(1); }
  }
  
  .hero-inner h1 {
    font-size: 2.7rem;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 1.2rem;
    text-shadow: 0 4px 32px #0008;
  }
  
  .hero-slogan {
    font-size: 1.3rem;
    font-weight: 500;
    margin-bottom: 2.2rem;
    color: #fff;
    text-shadow: 0 2px 12px #0007;
  }
  
  .hero-btns {
    display: flex;
    gap: 1.2rem;
    justify-content: center;
    flex-wrap: wrap;
  }
  
  .hero-btn {
    display: inline-block;
    padding: 0.7rem 1.7rem;
    border-radius: 7px;
    font-weight: 600;
    font-size: 1.1rem;
    background: #6d7e7c;
    color: #fff;
    border: none;
    transition: background 0.18s, color 0.18s, box-shadow 0.18s;
    box-shadow: 0 2px 16px #6d7e7c33;
    text-decoration: none;
  }
  
  .hero-btn:hover {
    background: #23272f;
    color: #fff;
    box-shadow: 0 4px 24px #23272f55;
  }
  
  .hero-btn.whatsapp {
    background: #25d366;
    color: #fff;
  }
  
  .hero-btn.whatsapp:hover {
    background: #128c7e;
  }
  
  @media (max-width: 900px) {
    .container.nav-flex {
      padding: 0.7rem 1rem;
    }
    .hero-inner h1 {
      font-size: 2rem;
    }
    .hero-slogan {
      font-size: 1.05rem;
    }
  }
  
  @media (max-width: 700px) {
    .nav-menu {
      gap: 0.7rem;
    }
    .hero-inner {
      padding: 1.2rem 0.2rem;
    }
    .hero-inner h1 {
      font-size: 1.3rem;
    }
  }
  
  .section {
    padding: 3.5rem 1.2rem 2.5rem 1.2rem;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #ececec;
    box-shadow: 0 2px 24px #0001;
    margin-bottom: 2rem;
    border-radius: 18px;
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .section h2 {
    font-size: 2rem;
    color: #6a0dad;
    margin-bottom: 1.2rem;
    letter-spacing: 1px;
    font-weight: 700;
    text-shadow: 0 2px 12px #6a0dad11;
  }
  
  .section p {
    color: #444;
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
  }
  
  .features {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    align-items: flex-start;
    justify-content: center;
    margin: 2rem 0 0 0;
  }
  
  .feature {
    background: #faf7fd;
    border-radius: 10px;
    padding: 1.2rem 1.5rem;
    min-width: 180px;
    box-shadow: 0 2px 16px #6a0dad11;
    border: 1.5px solid #ececec;
    font-size: 1.08rem;
    transition: transform 0.18s, box-shadow 0.18s;
  }
  
  .feature:hover {
    transform: translateY(-6px) scale(1.04);
    box-shadow: 0 8px 32px #6a0dad22;
  }
  
  .feature h3 {
    margin-bottom: 0.5rem;
    font-size: 1.15rem;
    color: #6a0dad;
  }
  
  .footer {
    background: #fafbfc;
    color: #888;
    text-align: center;
    padding: 1.2rem 0 0.7rem 0;
    font-size: 1rem;
    border-top: 1px solid #e5e7eb;
    margin-top: 2rem;
  }
  
  #about {
    position: relative;
    background: url('resimler/genel-resimler/IMG-20250618-WA0038.jpg') center center/cover no-repeat;
    min-height: 520px;
    padding: 0;
    z-index: 1;
  }
  #about::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(34,34,34,0.55);
    z-index: 1;
    pointer-events: none;
  }
  #about .about-panel {
    position: relative;
    z-index: 2;
    max-width: 700px;
    margin: 0 auto;
    margin-top: 3.5rem;
    margin-bottom: 2.5rem;
    background: rgba(255,255,255,0.82);
    border-radius: 22px;
    box-shadow: 0 8px 48px #0004;
    padding: 2.5rem 2rem 1.5rem 2rem;
    backdrop-filter: blur(6px);
    text-align: center;
    animation: aboutPanelFade 1.2s cubic-bezier(.4,1.4,.6,1);
  }
  @keyframes aboutPanelFade {
    from { opacity: 0; transform: translateY(60px) scale(0.97); }
    to { opacity: 1; transform: translateY(0) scale(1); }
  }
  #about .about-panel .lang-btn {
    margin-bottom: 1.2rem;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    font-size: 1.08rem;
    border-radius: 8px;
    padding: 0.5rem 1.3rem;
  }
  #about .about-panel .active-lang {
    background: #f7b32b;
    color: #fff;
    border-color: #f7b32b;
  }
  #about .about-panel p {
    color: #23272f;
    font-size: 1.13rem;
    margin-bottom: 1.1rem;
    text-align: center;
  }
  #about .about-panel p b {
    color: #6a0dad;
  }
  #about .about-panel hr {
    border: none;
    border-top: 1.5px dashed #f7b32b;
    margin: 2rem 0;
    opacity: 0.4;
  }
  #about .about-gallery {
    display: flex;
    gap: 1.2rem;
    justify-content: center;
    align-items: center;
    margin: 2.2rem auto 0 auto;
    z-index: 2;
    position: relative;
  }
  #about .about-gallery img {
    width: 110px;
    height: 80px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 2px 16px #0002;
    border: 2.5px solid #fff;
    transition: transform 0.18s, box-shadow 0.18s;
  }
  #about .about-gallery img:hover {
    transform: scale(1.08);
    box-shadow: 0 8px 32px #6a0dad33;
  }
  @media (max-width: 800px) {
    #about .about-panel {
      padding: 1.2rem 0.5rem 1rem 0.5rem;
      border-radius: 12px;
    }
    #about .about-gallery img {
      width: 80px;
      height: 60px;
      border-radius: 8px;
    }
  }
  
  /* Hakkımızda */
  .about-section {
    background: #f8f9fb;
    padding: 4rem 0 2.5rem 0;
  }
  .about-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    max-width: 1100px;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  .about-text {
    flex: 1 1 320px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 32px #0001;
    padding: 2.2rem 2rem;
    min-width: 300px;
  }
  .about-text h2 {
    color: #6d7e7c;
    font-size: 2rem;
    margin-bottom: 1.2rem;
  }
  .about-list {
    margin-top: 1.2rem;
    padding-left: 1.2rem;
  }
  .about-list li {
    margin-bottom: 0.5rem;
    color: #23272f;
    font-size: 1.08rem;
  }
  .about-img {
    flex: 1 1 320px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .about-img img {
    width: 340px;
    max-width: 100%;
    border-radius: 18px;
    box-shadow: 0 4px 32px #0002;
  }
  /* Odalar */
  .rooms-section {
    background: linear-gradient(135deg, #f8f9fb 60%, #e6e8ec 100%);
    padding: 4rem 0 2.5rem 0;
  }
  .section-title h2 {
    color: #6d7e7c;
    font-size: 2rem;
    margin-bottom: 2.2rem;
    text-align: center;
  }
  .rooms-grid {
    display: flex;
    flex-wrap: nowrap;
    gap: 2.5rem;
    overflow-x: auto;
    padding-bottom: 1.2rem;
    scroll-snap-type: x mandatory;
    max-width: 1100px;
    margin: 0 auto;
  }
  .room-card {
    background: #fff;
    border-radius: 22px;
    box-shadow: 0 8px 32px #6d7e7c18, 0 1.5px 0 #f7b32b11;
    padding: 1.7rem 1.3rem 1.3rem 1.3rem;
    min-width: 260px;
    max-width: 320px;
    flex: 0 0 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.22s, box-shadow 0.22s, background 0.22s;
    opacity: 0;
    transform: translateY(40px) scale(0.97);
    animation: roomFadeIn 0.8s cubic-bezier(.4,1.4,.6,1) forwards;
    scroll-snap-align: start;
  }
  @keyframes roomFadeIn {
    to { opacity: 1; transform: translateY(0) scale(1); }
  }
  .room-card:nth-child(1) { animation-delay: 0.1s; }
  .room-card:nth-child(2) { animation-delay: 0.3s; }
  .room-card:nth-child(3) { animation-delay: 0.5s; }
  .room-card:hover {
    transform: translateY(-12px) scale(1.04);
    box-shadow: 0 16px 48px #f7b32b33, 0 2px 0 #6d7e7c22;
    background: linear-gradient(120deg, #fff 80%, #f7b32b11 100%);
  }
  .room-card img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    border-radius: 14px;
    margin-bottom: 1.1rem;
    box-shadow: 0 2px 12px #0001;
  }
  .room-card h3 {
    color: #6d7e7c;
    font-size: 1.25rem;
    margin-bottom: 0.7rem;
    font-weight: 700;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  .room-card[data-room-id="1-1"] h3::before { content: '🏠'; }
  .room-card[data-room-id="2-1"] h3::before { content: '🏡'; }
  .room-card[data-room-id="cift"] h3::before { content: '🛏️'; }
  .room-features {
    list-style: none;
    padding: 0;
    margin: 0 0 1.1rem 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    justify-content: center;
  }
  .room-features li {
    background: #e6e8ec;
    color: #23272f;
    border-radius: 7px;
    padding: 0.3rem 0.8rem;
    font-size: 0.98rem;
    display: flex;
    align-items: center;
    gap: 0.3rem;
  }
  .room-features li::before {
    content: '•';
    color: #f7b32b;
    font-size: 1.1em;
    margin-right: 0.2em;
  }
  .room-detail-btn {
    display: block;
    width: 100%;
    background: #f7b32b;
    color: #23408e;
    border-radius: 10px;
    padding: 0.7rem 0;
    text-align: center;
    font-weight: 700;
    font-size: 1.08rem;
    margin: 0.7rem 0 0.2rem 0;
    text-decoration: none;
    box-shadow: 0 2px 12px #f7b32b22;
    border: none;
    transition: background 0.18s, color 0.18s, box-shadow 0.18s, transform 0.18s;
    cursor: pointer;
    letter-spacing: 0.5px;
  }
  .room-detail-btn:hover, .room-detail-btn:focus {
    background: #23408e;
    color: #fff;
    box-shadow: 0 4px 24px #23408e33;
    transform: translateY(-2px) scale(1.03);
  }
  @media (max-width: 900px) {
    .rooms-grid {
      gap: 1.2rem;
    }
    .room-card {
      flex: 0 0 85vw;
      min-width: 260px;
      max-width: 95vw;
    }
  }
  /* Yorumlar */
  .reviews-section {
    background: #f8f9fb;
    padding: 4rem 0 2.5rem 0;
  }
  .reviews-grid {
    display: flex;
    flex-wrap: nowrap;
    gap: 2rem;
    overflow-x: auto;
    padding-bottom: 1.2rem;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #f7b32b #e6e8ec;
    width: 100vw;
  }
  .reviews-grid::-webkit-scrollbar {
    height: 8px;
    background: #e6e8ec;
    border-radius: 6px;
  }
  .reviews-grid::-webkit-scrollbar-thumb {
    background: #f7b32b;
    border-radius: 6px;
  }
  .review-card {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 4px 24px #0001;
    padding: 1.3rem 1.2rem;
    min-width: 240px;
    max-width: 320px;
    flex: 0 0 320px;
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    scroll-snap-align: start;
  }
  .review-profile {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #e6e8ec url('https://ui-avatars.com/api/?name=User&background=6d7e7c&color=fff') center/cover no-repeat;
    flex-shrink: 0;
  }
  .review-content {
    flex: 1;
  }
  .review-header {
    display: flex;
    gap: 0.7rem;
    align-items: center;
    margin-bottom: 0.2rem;
  }
  .review-name {
    font-weight: 600;
    color: #6d7e7c;
  }
  .review-date {
    color: #888;
    font-size: 0.95rem;
  }
  .review-stars {
    color: #f7b32b;
    font-size: 1.1rem;
    margin-bottom: 0.3rem;
  }
  @media (max-width: 900px) {
    .reviews-grid {
      gap: 1rem;
      padding-bottom: 1.2rem;
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
      overflow-x: auto;
      width: 100vw;
    }
    .review-card {
      flex: 0 0 85vw;
      min-width: 260px;
      max-width: 95vw;
      scroll-snap-align: start;
    }
  }
  @media (max-width: 600px) {
    .reviews-grid {
      gap: 0.5rem;
      padding-bottom: 1rem;
      width: 100vw;
    }
    .review-card {
      flex: 0 0 95vw;
      min-width: 180px;
      max-width: 99vw;
      scroll-snap-align: start;
    }
  }
  /* Galeri */
  .gallery-section {
    background: #fff;
    padding: 4rem 0 2.5rem 0;
  }
  .gallery-grid {
    display: flex;
    gap: 1.2rem;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1100px;
    margin: 0 auto;
  }
  .gallery-grid img {
    width: 180px;
    height: 300px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 2px 12px #0001;
    transition: transform 0.18s, box-shadow 0.18s;
    cursor: pointer;
  }
  .gallery-grid img:hover {
    transform: scale(1.08);
    box-shadow: 0 8px 32px #6d7e7c22;
  }
  /* İletişim */
  .contact-section {
    background: #f8f9fb;
    padding: 4rem 0 2.5rem 0;
  }
  .contact-container {
    display: flex;
    gap: 3rem;
    max-width: 1100px;
    margin: 0 auto;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
  }
  .contact-info {
    flex: 1 1 320px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 4px 24px #0001;
    padding: 2rem 1.5rem;
    min-width: 260px;
  }
  .contact-info h2 {
    color: #6d7e7c;
    font-size: 1.3rem;
    margin-bottom: 1.1rem;
  }
  .contact-info a {
    color: #6d7e7c;
    text-decoration: none;
  }
  .contact-form {
    flex: 1 1 320px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 4px 24px #0001;
    padding: 2rem 1.5rem;
    min-width: 260px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .contact-form input, .contact-form textarea {
    padding: 0.7rem;
    border-radius: 7px;
    border: 1.5px solid #e6e8ec;
    font-size: 1rem;
  }
  .contact-form button {
    background: #6d7e7c;
    color: #fff;
    border: none;
    border-radius: 7px;
    padding: 0.7rem 1.2rem;
    font-size: 1.05rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.18s;
  }
  .contact-form button:hover {
    background: #23272f;
  }
  .contact-map {
    max-width: 1100px;
    margin: 0 auto;
  }
  /* Footer */
  .footer-dark {
    background: #23272f;
    color: #fff;
    padding: 2.2rem 0 1rem 0;
    text-align: center;
  }
  .footer-container {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
    align-items: flex-start;
    justify-content: space-between;
  }
  .footer-logo {
    font-size: 1.3rem;
    font-weight: 700;
    color: #f7b32b;
    margin-bottom: 1rem;
  }
  .footer-info {
    color: #fff;
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  .footer-info a {
    color: #f7b32b;
    text-decoration: none;
  }
  .footer-copy {
    color: #bbb;
    font-size: 0.98rem;
    margin-top: 1.2rem;
  }
  @media (max-width: 900px) {
    .about-container, .rooms-grid, .reviews-grid, .gallery-grid, .contact-container, .footer-container {
      flex-direction: column;
      gap: 1.5rem;
      align-items: center;
    }
    .about-img img {
      width: 100%;
      max-width: 320px;
    }
  }
  
  .room-modal {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(34,34,34,0.85);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: modalFadeIn 0.3s;
  }
  @keyframes modalFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
  }
  .room-modal-bg {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: transparent;
  }
  .room-modal-content {
    position: relative;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 8px 48px #0008;
    padding: 2rem 2rem 1.5rem 2rem;
    max-width: 700px;
    max-height: 90vh;
    overflow-y: auto;
    z-index: 2;
    text-align: center;
    animation: modalContentFade 0.4s;
  }
  @keyframes modalContentFade {
    from { transform: scale(0.95); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
  }
  .room-modal-close {
    position: absolute;
    top: 1.1rem;
    right: 1.3rem;
    font-size: 2.2rem;
    color: #6d7e7c;
    cursor: pointer;
    font-weight: bold;
    z-index: 3;
    transition: color 0.18s;
  }
  .room-modal-close:hover {
    color: #f7b32b;
  }
  .room-modal-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem;
    justify-content: center;
    margin-top: 1.2rem;
  }
  .room-modal-gallery img {
    width: 180px;
    height: 120px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 2px 12px #0001;
    transition: transform 0.18s, box-shadow 0.18s;
    cursor: pointer;
  }
  .room-modal-gallery img:hover {
    transform: scale(1.08);
    box-shadow: 0 8px 32px #6d7e7c22;
  }
  @media (max-width: 700px) {
    .room-modal-content {
      padding: 1rem 0.2rem 0.7rem 0.2rem;
      max-width: 98vw;
    }
    .room-modal-gallery img {
      width: 100px;
      height: 70px;
    }
  }
  
  .modal-room-features {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    justify-content: center;
    margin: 1.5rem 0 0 0;
    padding: 0;
    list-style: none;
  }
  .modal-room-features li {
    background: #e6e8ec;
    color: #23272f;
    border-radius: 7px;
    padding: 0.4rem 1rem;
    font-size: 1.05rem;
    font-weight: 500;
    margin: 0;
  }
  
  .about-gallery-row {
    display: flex;
    gap: 1.2rem;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  .about-gallery-row img {
    width: 160px;
    height: 120px;
    object-fit: cover;
    border-radius: 14px;
    box-shadow: 0 2px 16px #0002;
    background: #fff;
    border: 2px solid #e6e8ec;
    transition: transform 0.18s, box-shadow 0.18s;
  }
  .about-gallery-row img:hover {
    transform: scale(1.07);
    box-shadow: 0 8px 32px #6d7e7c22;
  }
  @media (max-width: 700px) {
    .about-gallery-row {
      gap: 0.5rem;
    }
    .about-gallery-row img {
      width: 95vw;
      max-width: 320px;
      height: 110px;
    }
  }
  
  .gallery-slider {
    position: relative;
    max-width: 100vw;
    margin: 0;
    padding: 0;
    height: 92vh;
    min-height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .gallery-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: rgba(255,255,255,0.85);
    border: none;
    border-radius: 50%;
    width: 54px;
    height: 54px;
    font-size: 2.2rem;
    color: #6d7e7c;
    box-shadow: 0 2px 12px #0002;
    cursor: pointer;
    transition: background 0.18s, color 0.18s, box-shadow 0.18s;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
  }
  .gallery-arrow-left { left: 2vw; }
  .gallery-arrow-right { right: 2vw; }
  .gallery-main {
    width: 100vw;
    max-width: 100vw;
    height: 92vh;
    min-height: 520px;
    padding: 0;
    border-radius: 18px;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #gallery-main-img {
    width: 100vw;
    max-width: 100vw;
    height: 92vh;
    min-height: 520px;
    object-fit: cover;
    border-radius: 18px;
    box-shadow: 0 4px 32px #0002;
    background: #e6e8ec;
    transition: box-shadow 0.18s, transform 0.18s;
    display: block;
  }
  .gallery-thumbs {
    display: flex;
    gap: 1.2rem;
    margin-top: 2rem;
    justify-content: center;
    max-width: 100vw;
    flex-wrap: wrap;
  }
  .gallery-thumb {
    width: 140px;
    height: 95px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 2px 12px #0001;
    border: 2.5px solid transparent;
    cursor: pointer;
    opacity: 0.7;
    transition: border 0.18s, opacity 0.18s, transform 0.18s;
  }
  .gallery-thumb.active, .gallery-thumb:hover {
    border: 2.5px solid #f7b32b;
    opacity: 1;
    transform: scale(1.08);
  }
  @media (max-width: 900px) {
    .gallery-slider, .gallery-main, #gallery-main-img {
      height: 55vh;
      min-height: 220px;
    }
    .gallery-arrow {
      width: 38px;
      height: 38px;
      font-size: 1.3rem;
    }
    .gallery-thumb {
      width: 80px;
      height: 55px;
      border-radius: 8px;
    }
  }
  @media (max-width: 600px) {
    .gallery-slider, .gallery-main, #gallery-main-img {
      height: 32vh;
      min-height: 120px;
    }
    .gallery-thumb {
      width: 32px;
      height: 22px;
      border-radius: 3px;
    }
  }
  
  /* Yazılar Bölümü */
  .yazilar-section {
    background: linear-gradient(135deg, #f8f9fb 60%, #e6e8ec 100%);
    padding: 4rem 1rem 3.5rem 1rem;
  }
  
  .yazilar-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2.5rem;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .yazi-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0,0,0,0.07);
    transition: transform 0.3s, box-shadow 0.3s;
    display: flex;
    flex-direction: column;
  }
  
  .yazi-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.12);
  }
  
  .yazi-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
  }
  
  .yazi-content {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
  
  .yazi-content h3 {
    font-size: 1.4rem;
    color: #6d7e7c;
    margin-bottom: 0.8rem;
    font-weight: 700;
  }
  
  .yazi-content p {
    color: #4a4a4a;
    font-size: 1rem;
    margin-bottom: 1.2rem;
    flex-grow: 1;
  }
  
  .yazi-link {
    color: #f7b32b;
    text-decoration: none;
    font-weight: 600;
    align-self: flex-start;
    transition: color 0.2s;
  }
  
  .yazi-link:hover {
    color: #6d7e7c;
  }
  
  @media (max-width: 768px) {
    .yazilar-grid {
      grid-template-columns: 1fr;
      gap: 2rem;
    }
  }
  
  /* Hamburger Menü (oda1.html için de geçerli) */
  .nav-hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    background: none;
    border: none;
    cursor: pointer;
    margin-left: 1rem;
    z-index: 120;
  }
  .nav-hamburger span {
    display: block;
    width: 28px;
    height: 3.5px;
    margin: 4px 0;
    background: #6d7e7c;
    border-radius: 2px;
    transition: 0.3s;
  }
  @media (max-width: 900px) {
    .nav-hamburger {
      display: flex;
    }
    #nav-menu-wrapper {
      position: fixed;
      top: 0; right: 0;
      height: 100vh;
      width: 0;
      overflow: hidden;
      background: rgba(255,255,255,0.98);
      box-shadow: -2px 0 24px #0002;
      transition: width 0.3s cubic-bezier(.4,1.4,.6,1);
      z-index: 110;
      display: flex;
      align-items: flex-start;
      flex-direction: column;
      padding-top: 70px;
    }
    #nav-menu-wrapper.open {
      width: 220px;
    }
    .nav-menu {
      flex-direction: column;
      gap: 0.7rem;
      padding: 0 1.2rem;
      margin: 0;
      width: 100%;
    }
    .nav-menu li {
      width: 100%;
    }
    .nav-menu li a {
      display: block;
      width: 100%;
      padding: 0.9rem 0.7rem;
      font-size: 1.08rem;
      border-radius: 7px;
      margin-bottom: 0.2rem;
    }
    .main-navbar {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 200;
    }
    body.menu-open {
      overflow: hidden;
    }
  }
  .nav-hamburger.active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .nav-hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .nav-hamburger.active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
  
  /* Yorumlar ok butonları */
  .reviews-arrows {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 1.2rem;
  }
  .reviews-arrow {
    background: rgba(255,255,255,0.95);
    border: none;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    font-size: 2rem;
    color: #6d7e7c;
    box-shadow: 0 2px 12px #0001;
    cursor: pointer;
    transition: background 0.18s, color 0.18s, box-shadow 0.18s;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .reviews-arrow:hover {
    background: #f7b32b;
    color: #fff;
  }
  @media (max-width: 900px) {
    .reviews-arrow {
      width: 36px;
      height: 36px;
      font-size: 1.3rem;
    }
    .reviews-arrows {
      gap: 0.7rem;
    }
  }
  
  /* Tanıtım bölümü (hero altı) */
  .hotel-intro-section {
    position: relative;
    width: 100%;
    min-height: 420px;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hotel-intro-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(34,34,34,0.45);
    z-index: 1;
  }
  .hotel-intro-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 2.5rem auto;
    background: none;
    border-radius: 22px;
    box-shadow: 0 8px 48px #0003;
    padding: 2.5rem 2.2rem 2.2rem 2.2rem;
    text-align: center;
    color: #23272f;
    animation: aboutPanelFade 1.2s cubic-bezier(.4,1.4,.6,1);
  }
  .hotel-intro-content h2 {
    color: #fff;
    font-size: 2.1rem;
    font-weight: 800;
    letter-spacing: 1.5px;
    margin-bottom: 0.7rem;
    text-shadow: 0 4px 24px #000b, 0 1px 2px #0008;
  }
  .hotel-intro-slogan {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
    letter-spacing: 0.5px;
    text-shadow: 0 2px 12px #000b, 0 1px 2px #0008, 0 0 8px #000a;
    font-family: 'Segoe UI', 'Arial', sans-serif;
  }
  .hotel-intro-content p {
    color: #fff;
    font-size: 1.08rem;
    margin-bottom: 0.7rem;
    text-shadow: 0 2px 12px #000b, 0 1px 2px #0008;
    font-weight: 400;
  }
  .hotel-intro-location {
    background: #f7b32b;
    color: #fff;
    font-size: 1.08rem;
    font-weight: 600;
    border-radius: 12px;
    padding: 1rem 1.2rem;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    box-shadow: 0 2px 16px #0005;
    display: inline-block;
    text-shadow: 0 2px 12px #000a, 0 1px 2px #0008;
  }
  .hotel-intro-content hr {
    border: none;
    border-top: 1.5px dashed #f7b32b;
    margin: 2rem 0;
    opacity: 0.4;
  }
  @media (max-width: 900px) {
    .hotel-intro-content {
      padding: 1.2rem 0.5rem 1rem 0.5rem;
      border-radius: 12px;
    }
    .hotel-intro-section {
      min-height: 220px;
    }
    .hotel-intro-content h2 {
      font-size: 1.3rem;
    }
    .hotel-intro-slogan {
      font-size: 1.01rem;
    }
    .hotel-intro-location {
      font-size: 0.98rem;
      padding: 0.7rem 0.7rem;
    }
  }
  
  /* Tanıtım bölümü dil butonları */
  .hotel-intro-lang-btns {
    display: flex;
    justify-content: center;
    gap: 1.2rem;
    margin-bottom: 2rem;
  }
  .hotel-intro-lang-btns button {
    background: #fff;
    color: #23408e;
    border: 2px solid #23408e;
    border-radius: 10px;
    font-size: 1.08rem;
    font-weight: 600;
    padding: 0.7rem 1.7rem;
    cursor: pointer;
    box-shadow: 0 2px 12px #23408e11;
    transition: background 0.18s, color 0.18s, border 0.18s, box-shadow 0.18s;
    outline: none;
  }
  .hotel-intro-lang-btns button.active,
  .hotel-intro-lang-btns button:focus {
    background: #f7b32b;
    color: #23408e;
    border-color: #f7b32b;
    box-shadow: 0 4px 24px #f7b32b33;
  }
  .hotel-intro-lang-btns button:hover {
    background: #f7b32b;
    color: #23408e;
    border-color: #f7b32b;
  }
  @media (max-width: 900px) {
    .hotel-intro-lang-btns button {
      font-size: 0.98rem;
      padding: 0.5rem 1.1rem;
      border-radius: 7px;
    }
    .hotel-intro-lang-btns {
      gap: 0.5rem;
      margin-bottom: 1.1rem;
    }
  }
  
  /* Oda sayfası kompakt kart tipi tasarım */
  .oda-main {
    max-width: 540px;
    margin: 1.2rem auto;
    padding: 0.7rem 0.5rem;
    background: #f5f6fa;
    border-radius: 12px;
    box-shadow: 0 2px 12px #0001;
  }
  .oda-header h1 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #23408e;
    margin-bottom: 0.2rem;
    letter-spacing: 0.5px;
    text-shadow: none;
    animation: odaFadeIn 1.1s cubic-bezier(.4,1.4,.6,1);
  }
  .oda-slogan {
    color: #888;
    font-size: 0.98rem;
    font-weight: 400;
    margin-bottom: 0.7rem;
    letter-spacing: 0.1px;
    text-shadow: none;
    font-family: 'Segoe UI', 'Arial', sans-serif;
    animation: odaFadeIn 1.2s cubic-bezier(.4,1.4,.6,1);
  }
  .oda-gallery-section {
    margin-bottom: 1.1rem;
  }
  .oda-gallery-main {
    width: 100%;
    max-width: 340px;
    margin: 0 auto 0.7rem auto;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 6px #0001;
  }
  #oda1-main-img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 8px;
    display: block;
    background: #e6e8ec;
  }
  .oda-gallery-thumbs {
    display: flex;
    gap: 0.4rem;
    justify-content: center;
    margin-bottom: 0.5rem;
  }
  .oda1-thumb {
    width: 44px;
    height: 30px;
    object-fit: cover;
    border-radius: 4px;
    box-shadow: 0 1px 4px #0001;
    border: 2px solid transparent;
    cursor: pointer;
    opacity: 0.7;
    transition: border 0.18s, opacity 0.18s, transform 0.18s;
  }
  .oda1-thumb.active, .oda1-thumb:hover {
    border: 2px solid #f7b32b;
    opacity: 1;
    transform: scale(1.05);
  }
  .oda-features-section {
    margin-top: 1.1rem;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 6px #0001;
    padding: 1rem 0.5rem;
    text-align: center;
  }
  .oda-features-section h2 {
    color: #23408e;
    font-size: 1.05rem;
    margin-bottom: 0.7rem;
    font-weight: 700;
  }
  .oda-features-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .oda-features-list li {
    background: #f5f6fa;
    color: #23408e;
    border-radius: 5px;
    padding: 0.3rem 0.7rem;
    font-size: 0.93rem;
    font-weight: 500;
    box-shadow: none;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    transition: transform 0.18s, box-shadow 0.18s;
  }
  .oda-features-list li:hover {
    transform: scale(1.03);
    box-shadow: 0 2px 8px #f7b32b22;
  }
  .oda-feature-icon {
    font-size: 1.1em;
    margin-right: 0.1em;
  }
  @media (max-width: 700px) {
    .oda-main {
      padding: 0.2rem 0.1rem;
      border-radius: 7px;
      max-width: 99vw;
    }
    .oda-header h1 {
      font-size: 1.01rem;
    }
    #oda1-main-img {
      height: 90px;
      border-radius: 4px;
    }
    .oda1-thumb {
      width: 28px;
      height: 18px;
      border-radius: 2px;
    }
    .oda-features-section {
      padding: 0.4rem 0.1rem;
      border-radius: 4px;
    }
    .oda-features-section h2 {
      font-size: 0.93rem;
    }
    .oda-features-list li {
      font-size: 0.81rem;
      padding: 0.2rem 0.4rem;
      border-radius: 2px;
    }
  }
  
  /* Fade-in animasyon */
  .oda-fadein {
    opacity: 0;
    transform: translateY(40px) scale(0.97);
    animation: odaFadeIn 0.9s cubic-bezier(.4,1.4,.6,1) forwards;
  }
  .oda-fadein[style*="animation-delay"] {
    animation-delay: inherit;
  }
  @keyframes odaFadeIn {
    to { opacity: 1; transform: translateY(0) scale(1); }
  }
  
  /* Oda modalı slider */
  .room-slider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 1.1rem;
  }
  .room-slider-main {
    width: 98vw;
    max-width: 1100px;
    height: 80vh;
    max-height: 92vh;
    object-fit: cover;
    border-radius: 18px;
    box-shadow: 0 8px 48px #0003;
    background: #e6e8ec;
    display: block;
  }
  .room-slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.95);
    border: none;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    font-size: 3rem;
    color: #23408e;
    box-shadow: 0 2px 12px #0001;
    cursor: pointer;
    transition: background 0.18s, color 0.18s, box-shadow 0.18s;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
  }
  .room-slider-arrow-left { left: 2vw; }
  .room-slider-arrow-right { right: 2vw; }
  @media (max-width: 900px) {
    .room-slider-main {
      width: 99vw;
      max-width: 99vw;
      height: 55vh;
      max-height: 70vh;
      border-radius: 10px;
    }
    .room-slider-arrow {
      width: 54px;
      height: 54px;
      font-size: 2rem;
    }
  }
  @media (max-width: 600px) {
    .room-slider-main {
      height: 38vh;
      max-height: 55vh;
    }
    .room-slider-arrow {
      width: 38px;
      height: 38px;
      font-size: 1.3rem;
    }
  }
  
  /* Oda kartı detaylar bölümü */
  .room-card-details {
    margin-top: 0.7rem;
    background: #f8f9fb;
    border-radius: 10px;
    box-shadow: 0 2px 12px #0001;
    padding: 0.7rem 0.5rem 0.5rem 0.5rem;
    text-align: center;
  }
  .room-card-details-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    color: #23408e;
    font-size: 1.13rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
    letter-spacing: 0.3px;
    position: relative;
    cursor: pointer;
  }
  .room-card-details-title::before {
    content: '🛈';
    font-size: 1.2em;
    margin-right: 0.2em;
  }
  .room-card-details-title::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: -0.18em;
    transform: translateX(-50%);
    width: 38px;
    height: 2.5px;
    background: linear-gradient(90deg, #f7b32b 60%, #fff 100%);
    border-radius: 2px;
    opacity: 0.7;
  }
  .room-card-details-imgs {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    flex-wrap: wrap;
  }
  .room-card-details-imgs img {
    width: 64px;
    height: 44px;
    object-fit: cover;
    border-radius: 6px;
    box-shadow: 0 1px 6px #0001;
    background: #e6e8ec;
    transition: transform 0.18s, box-shadow 0.18s;
    cursor: pointer;
  }
  .room-card-details-imgs img:hover {
    transform: scale(1.08);
    box-shadow: 0 4px 16px #f7b32b33;
  }
  @media (max-width: 700px) {
    .room-card-details-imgs img {
      width: 38px;
      height: 28px;
      border-radius: 3px;
    }
  }
  
  .room-card-details-slider {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
  }
  .room-card-details-main {
    width: 120px;
    height: 80px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 2px 12px #f7b32b22;
    margin-bottom: 0.3rem;
    background: #e6e8ec;
    transition: box-shadow 0.18s, transform 0.18s;
  }
  .room-card-details-thumbs {
    display: flex;
    gap: 0.3rem;
    justify-content: center;
  }
  .room-card-details-thumbs img {
    width: 38px;
    height: 26px;
    object-fit: cover;
    border-radius: 4px;
    box-shadow: 0 1px 6px #0001;
    background: #e6e8ec;
    opacity: 0.7;
    border: 2px solid transparent;
    cursor: pointer;
    transition: border 0.18s, opacity 0.18s, transform 0.18s;
  }
  .room-card-details-thumbs img.active, .room-card-details-thumbs img:hover {
    border: 2px solid #f7b32b;
    opacity: 1;
    transform: scale(1.08);
  }
  @media (max-width: 700px) {
    .room-card-details-main {
      width: 70px;
      height: 44px;
      border-radius: 5px;
    }
    .room-card-details-thumbs img {
      width: 22px;
      height: 14px;
      border-radius: 2px;
    }
  }
  
  .restaurant-section {
    background: #fff;
    padding: 0;
  }
  .restaurant-section .section-title h2,
  .restaurant-section .restaurant-desc p {
    color: #23408e;
    text-shadow: none;
  }
  .restaurant-desc {
    max-width: 700px;
    margin: 0 auto 2rem auto;
    text-align: center;
    font-size: 1.13rem;
    font-weight: 500;
  }
  .restaurant-overlay { display: none; }
  
  .restaurant-intro-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    background: rgba(15, 23, 42, 0.25);
    color: #fff;
    padding: 2rem 2.5rem;
    border-radius: 18px;
    max-width: 700px;
    text-align: center;
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 32px rgba(0,0,0,0.25);
    transition: opacity 0.4s ease-in-out;
  }
  .restaurant-intro-box h2 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 0.8rem;
    text-shadow: 0 2px 8px rgba(0,0,0,0.7);
  }
  .restaurant-intro-box p {
    font-size: 1.1rem;
    font-weight: 500;
    text-shadow: 0 1px 6px rgba(0,0,0,0.8);
    opacity: 0.95;
  }

  @media(max-width: 768px) {
    .restaurant-intro-box {
      width: 90vw;
      padding: 1.5rem 1rem;
    }
    .restaurant-intro-box h2 {
      font-size: 1.8rem;
    }
    .restaurant-intro-box p {
      font-size: 1rem;
    }
  }

  /* WhatsApp float button */
  .whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.3);
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s;
  }
  .whatsapp-float:hover {
    transform: scale(1.1);
  }
  .whatsapp-float svg {
    width: 32px;
    height: 32px;
    fill: #fff;
  }
  
  .instagram-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 110px;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.3);
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s;
  }
  .instagram-float:hover {
    transform: scale(1.1);
  }
  .instagram-float svg {
    width: 32px;
    height: 32px;
    fill: #fff;
  }
  
  /* Fullscreen Image Modal for Mobile */
  .fullscreen-modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.95);
    align-items: center;
    justify-content: center;
    animation: modalFadeIn 0.2s;
  }
  .fullscreen-content {
    margin: auto;
    display: block;
    width: auto;
    height: auto;
    max-width: 95%;
    max-height: 95%;
    object-fit: contain;
  }
  .fullscreen-close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    cursor: pointer;
  }
  .fullscreen-close:hover,
  .fullscreen-close:focus {
    color: #bbb;
  }
  
  .cafe-slider {
    position: relative;
    width: 100vw;
    height: 90vh;
    margin: 0;
    padding: 0;
  }
  .cafe-main {
    width: 100%;
    height: 100%;
    border-radius: 0;
    overflow: hidden;
    box-shadow: none;
  }
  #cafe-main-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.4s ease-in-out;
  }
  .cafe-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 55px;
    height: 55px;
    font-size: 2rem;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    cursor: pointer;
    z-index: 15;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(4px);
    transition: background 0.2s, transform 0.2s;
  }

  .cafe-arrow:hover {
    background: rgba(0, 0, 0, 0.6);
    transform: translateY(-50%) scale(1.05);
  }

  .cafe-arrow-left { left: 40px; }
  .cafe-arrow-right { right: 40px; }

@media(max-width: 768px) {
  .cafe-slider {
      height: 60vh;
  }
  .cafe-main {
      height: 100%;
  }

   .cafe-arrow {
       width: 45px;
       height: 45px;
   }
   .cafe-arrow-left { left: 15px; }
   .cafe-arrow-right { right: 15px; }

    .gallery-arrow {
        width: 45px;
        height: 45px;
    }
    .gallery-arrow-left { left: 15px; }
    .gallery-arrow-right { right: 15px; }
}

@media (max-width: 700px) {
  .nav-menu {
    gap: 0.5rem;
  }
  .nav-menu li a {
    font-size: 1rem;
    padding: 0.8rem 0.5rem;
  }
  .hero-inner {
    padding: 1.5rem 1rem;
  }
  .hero-inner h1 {
    font-size: 2rem;
    letter-spacing: 1px;
  }
  .hero-slogan {
    font-size: 1.1rem;
  }
  .section-title h2 {
    font-size: 1.8rem;
  }

  .rooms-grid {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    overflow-x: hidden;
    padding: 0 1rem;
  }
  .room-card {
    flex: 0 0 auto;
    width: 100%;
    max-width: 400px;
  }

  .reviews-grid {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .review-card {
    flex: 0 0 90vw;
    max-width: 90vw;
  }

  .footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1.5rem;
  }
  .footer-info, .footer-logo {
    margin-bottom: 0;
  }

  .whatsapp-float {
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 20px;
  }
  .whatsapp-float svg {
    width: 28px;
    height: 28px;
  }
  .instagram-float {
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 80px;
  }
  .instagram-float svg {
    width: 28px;
    height: 28px;
  }

  .cafe-arrow {
    width: 45px;
    height: 45px;
  }
  .cafe-arrow-left { left: 15px; }
  .cafe-arrow-right { right: 15px; }
}
  
  .fullscreen-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(40, 40, 40, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 2rem;
    color: #fff;
    cursor: pointer;
    z-index: 10001;
    transition: background 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(5px);
  }

  .fullscreen-arrow:hover {
    background: rgba(40, 40, 40, 0.7);
  }

  .fullscreen-arrow-left { left: 15px; }
  .fullscreen-arrow-right { right: 15px; }
  