@media (max-width: 700px) {
  .about-video video[src*="reels.mp4"] {
    margin-left: 34vw !important;
    margin-right: 0 !important;
    width: 340px !important;
    max-width: 98vw !important;
  }
}
@media (max-width: 700px) {
  .about-video video[src*="tanıtım.mp4"] {
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
    width: 340px !important;
    max-width: 98vw !important;
  }
}
@media (max-width: 700px) {
  .about-video video[src*="tanıtım.mp4"] {
    margin-left: 32vw !important;
    margin-right: 0 !important;
    width: 340px !important;
    max-width: 98vw !important;
  }
  .about-video video[src*="reels.mp4"] {
    margin-right: 22vw !important;
    margin-left: 0 !important;
    width: 340px !important;
    max-width: 98vw !important;
  }
}
/* Tanıtım ve Reels videoları hizalama */
.video-tanitim {
  margin-left: 32px;
  margin-right: 0;
  display: block;
}
.video-reels {
  margin-right: 32px;
  margin-left: 0;
  display: block;
}
@media (max-width: 700px) {
  .video-tanitim {
    margin-left: 22vw !important;
    margin-right: 0 !important;
  }
  .video-reels {
    margin-right: 22vw !important;
    margin-left: 0 !important;
  }
}
@media (max-width: 700px) {
  .about-video, .video, .video-container, .hero-video, .gallery-video {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100vw !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
  }
  video, iframe {
    display: block !important;
    margin: 0 auto !important;
    max-width: 98vw !important;
    height: auto !important;
  }
}
/* Footer Flex Layout Fix */
.footer-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  min-height: 32px;
  position: relative;
}
.footer-left {
  display: flex;
  flex-direction: column;
}
.footer-right {
  display: flex;
  align-items: flex-end;
  padding-right: 20px;
  padding-bottom: 10px;
}
@media (max-width: 600px) {
  .footer-flex {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-right {
    padding-right: 0;
    padding-bottom: 0;
    margin-top: 10px;
  }
}
.about-flex {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 40px;
  flex: 1;
  min-width: 0;
}
.about-video {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
  background: none;
  align-items: center;
  flex: 0 0 340px;
  max-width: 340px;
  min-width: 220px;
  margin-top: 0;
  align-self: flex-start;
  position: relative;
  top: 32px;
  z-index: 3;
  text-align: left;
}

@media (max-width: 900px) {
  .about-flex {
    flex-direction: column;
    gap: 0;
  }
  .about-video {
    margin-top: 24px;
    max-width: 98vw;
    align-self: center;
  }
}

@media (max-width: 600px) {
  .modern-konfor-section {
    max-width: 100vw;
    width: 100vw;
    box-sizing: border-box;
    padding: 16px 8px 0 8px;
    margin: 0;
  }
  .modern-konfor-title {
  display: block;
  text-align: left;
  font-size: 0.85rem;
  margin-bottom: 0.3em;
  margin-top: 0.8em;
  padding-left: 20px;
  padding-right: 0;
  margin-left: 0;
  width: 100%;
  box-sizing: border-box;
  }
  .modern-konfor-section p {
    text-align: left;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    word-break: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    white-space: normal;
    width: 100%;
    box-sizing: border-box;
  }
}

@media (max-width: 600px) {
  .modern-konfor-title {
    display: block;
    text-align: left;
    font-size: 0.85rem;
    margin-bottom: 0.3em;
    margin-top: 0.8em;
  width: 100vw;
  box-sizing: border-box;
  padding-left: 20vw;
  padding-right: 5vw;
  text-align: left;
  }
  .modern-konfor-title .konfor-part1,
  .modern-konfor-title .konfor-part2,
  .modern-konfor-title .konfor-part3 {
    display: block;
    margin-bottom: 0;
    line-height: 1.05;
  }
  .modern-konfor-title .konfor-part1 {
    font-size: 1.08em;
    font-weight: 700;
    margin-bottom: 0;
  }
  .modern-konfor-title .konfor-part2 {
    font-size: 0.92em;
    font-weight: 600;
    color: #0077b6;
    margin-bottom: 0.08em;
  }
  .modern-konfor-title .konfor-part3 {
    font-size: 1em;
    font-weight: 700;
  }
}

@media (max-width: 600px) {
  .modern-konfor-title {
    display: block;
    text-align: center;
    font-size: 1.3rem;
  }
  .modern-konfor-title .konfor-part1::after {
    content: "\A";
    white-space: pre;
    display: block;
  }
  .modern-konfor-title .konfor-part2 {
    display: block;
  }
}

/* Telefon ve mail responsive hizalama */
.contact-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 18px;
}
.contact-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 1rem;
  color: #fff;
}
.contact-item a {
  color: #fff;
  text-decoration: none;
  word-break: break-all;
}

@media (max-width: 600px) {
  .contact-row {
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .contact-item {
    font-size: 0.95rem;
    padding: 2px 0;
  }
}

/* Topbar hoşgeldiniz yazısı beyaz */
.welcome-text {
  color: #fff;
  white-space: nowrap;
}

@media (max-width: 600px) {
  .welcome-text {
    font-size: 1rem;
  }
}

/* Topbar contact row responsive alignment */
.contact-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 18px;
}
.contact-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 1rem;
  color: #fff;
}
.contact-item a {
  color: #fff;
  text-decoration: none;
  word-break: break-all;
}

@media (max-width: 600px) {
  .contact-row {
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .contact-item {
    font-size: 0.95rem;
    padding: 2px 0;
  }
}

@media (max-width: 700px) {
  .nav-links.open a[href="mersin-gezilecek-yerler.html"] {
    color: #0093d1 !important;
    font-weight: 500 !important;
  }
  .nav-links.open a[href="restoranrehberi.html"] {
    color: #27ae60 !important;
    font-weight: 500 !important;
  }
}

@media (max-width: 700px) {
  .places-list {
    grid-template-columns: 1fr !important;
    justify-items: center !important;
    margin: 0 auto !important;
    padding: 0 12px !important;
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .place-card {
    margin: 0 auto 18px auto !important;
    align-items: center !important;
    max-width: 340px !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .gallery-img img {
    width: 100vw !important;
    max-width: 98vw !important;
    height: 180px !important;
    object-fit: cover !important;
    border-radius: 12px !important;
    margin: 0 auto 12px auto !important;
    display: block !important;
  }
  .about-follow-text {
    font-size: 1.15rem !important;
    color: #fff !important;
    background: #0093d1 !important;
    padding: 8px 18px !important;
    border-radius: 14px !important;
    display: inline-block !important;
    margin-bottom: 12px !important;
    text-align: center !important;
    letter-spacing: 0.5px !important;
    font-weight: 700 !important;
  }
}
/* Google yorum kartı animasyonları */
.google-review-card {
  opacity: 1;
  transition: opacity 0.6s;
}
.google-review-card.fade-out {
  opacity: 0;
}
.google-review-card.fade-in {
  opacity: 0;
  animation: fadeInReview 0.6s forwards;
}
@keyframes fadeInReview {
  to { opacity: 1; }
}
/* Google yorum kartı */
.google-review-card {
  background: #fff;
  border: 1.5px solid #e0e7ef;
  border-radius: 14px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
  padding: 18px 22px;
  margin-bottom: 18px;
  transition: box-shadow 0.2s;
}
.google-review-card:hover {
  box-shadow: 0 4px 18px rgba(0,0,0,0.13);
  border-color: #0093d1;
}
/* Google Maps ve Google yazısı yan yana */
.google-flex-row {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 18px 0 32px 0;
  margin-bottom: 12px;
}
/* Ailenizin Oteli animasyonlu yazı stili */
.comfort-banner-text {
  color: #0093d1;
  font-size: 2.2rem;
  color: #0093d1;
  font-weight: 700;
  margin: -18px 0 8px 0;
  position: relative;
  top: -10px;
  text-align: center;
  display: block;
  margin: 0 auto 8px auto;
}
.gallery-manual-right {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border: none;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: #0077b6;
  box-shadow: 0 2px 8px rgba(0,0,0,0.10);
  cursor: pointer;
  z-index: 2;
  transition: background 0.2s, color 0.2s;
}
.gallery-manual-right:hover {
  background: #0077b6;
  color: #fff;
}

body {
  font-family: 'Montserrat', Arial, sans-serif;
  background: #FFFDF6; /* Açık sarımsı bir arka plan */
  color: #1a2a36;
  font-size: 1.08rem;
  line-height: 1.7;
  margin: 0;
  padding: 0;
}

.container {
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 8px;
}

.navbar {
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  position: sticky;
  top: 0;
  z-index: 100;
  font-family: 'Open Sans', Arial, sans-serif;
}

.navbar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
}

.logo img { height:300px;
            margin-top: 15px; 
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 25px;
}

.nav-links a {
  color: var(--primary-color);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
  font-size: 1rem;
  font-family: 'Open Sans', Arial, sans-serif;
}

.nav-links a.active, .nav-links a:hover {
    color: var(--secondary-color);
}

.language-switcher {
    display: flex;
    gap: 28px;
    margin: 8px 0 24px 0;
}

.language-btn {
    padding: 5px 10px;
    border: 1px solid var(--primary-color);
    border-radius: 5px;
    background: transparent;
    color: var(--primary-color);
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
}

.language-btn.active,
.language-btn:hover {
    background: var(--primary-color);
    color: white;
}

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 4px;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background: var(--primary-color);
    border-radius: 2px;
    display: block;
}

.kaizen-title {
  font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif;
  font-size: 3rem;
  font-weight: 800;
  letter-spacing: 2px;
  color: #fff;
  text-shadow: 0 4px 24px rgba(0,0,0,0.25);
  margin-bottom: 18px;
}

/* ...existing code... */
@media (max-width: 900px) {
  .hamburger {
    display: flex !important;
    position: absolute;
    right: 24px;
    top: 24px;
    z-index: 1002;
    flex-direction: column;
    gap: 6px;
    cursor: pointer;
    background: none;
    border: none;
    margin-left: auto;
  }
  .hamburger span {
    width: 28px;
    height: 3px;
    background: #1a2a36;
    border-radius: 2px;
    display: block;
  }
  .nav-links {
    position: absolute;
    top: 56px;
    left: 0;
    width: 100vw;
    background: #fff;
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 0 12px 18px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.07);
    display: none;
    transition: all 0.3s;
    z-index: 1001;
    max-height: 60vh;
    overflow-y: auto;
  }
  .nav-links.open {
    display: flex !important;
  }
  .nav-links a {
    margin: 8px 0;
    font-size: 0.98rem;
    color: var(--primary-color) !important;
    font-weight: 500 !important;
    font-family: 'Open Sans', Arial, sans-serif !important;
    letter-spacing: 0.2px;
    transition: color 0.2s;
    line-height: 1.3;
  }
  .nav-links a.active, .nav-links a:hover {
    color: var(--secondary-color) !important;
    font-weight: 600 !important;
  }
}
@media (max-width: 600px) {
  .hamburger {
    right: 16px;
    top: 16px;
    width: 28px;
    height: 28px;
  }
  .nav-links {
    top: 56px;
    padding-left: 18px;
  }
  .nav-links a {
    font-size: 1.08rem;
  }
}
.kaizen-title {
  font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif;
  font-size: 3rem;
  font-weight: 800;
  letter-spacing: 2px;
  color: #fff;
  text-shadow: 0 4px 24px rgba(0,0,0,0.25);
  margin-bottom: 18px;
}
.slider {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}
.slide {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0; top: 0;
}
.slide.active {
  display: block;
  animation: fadeIn 1s;
}
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
.slide img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  filter: brightness(0.7);
}
.slider-caption {
  position: absolute;
  left: 0; right: 0; top: 50%; transform: translateY(-50%);
  text-align: center;
  color: #fff;
  z-index: 2;
  padding: 0 20px;
}
.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: var(--primary-color, #1a237e);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 1.2rem;
  cursor: pointer;
  z-index: 3;
  opacity: 0.8;
  transition: background 0.2s;
}
.slider-btn:hover {
  background: var(--secondary-color, #fbc02d);
  color: var(--primary-color, #1a237e);
}
.prev-btn { left: 20px; }
.next-btn { right: 20px; }
.slider-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 3;
}
.slider-dots span {
  display: block;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  opacity: 0.5;
  cursor: pointer;
  transition: opacity 0.2s;
}
.slider-dots span.active {
  opacity: 1;
  background: var(--secondary-color, #fbc02d);
}

@media (max-width: 700px) {
  .slider, .slide img { height: 220px; }
  .kaizen-title { font-size: 1.5rem; }
}
.hero-content {
  position: relative;
  z-index: 2;
  background: transparent;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 100vw;
  margin: 0;
  text-align: center;
}
.hero-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100vw;         /* Tüm ekran genişliği */
  max-width: 1400px;    /* Daha geniş alan */
  margin: 32px auto 0 auto;
  padding: 0 8vw;       /* Kenarlardan daha fazla boşluk */
  box-sizing: border-box;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.hero-buttons .btn {
  flex: 1 1 0;
  min-width: 180px;
  max-width: 540px;
  width: 100%;
  margin: 0 auto;
  padding: 32px 24px;
  box-sizing: border-box;
  line-height: 1.7;
}
@media (max-width: 600px) {
  .modern-konfor-section {
    padding-left: 16px;
    padding-right: 16px;
  }
  .modern-konfor-section h2 {
    font-size: 1.3rem;
    text-align: center;
    justify-content: center;
  padding-left: 8vw;
  padding-right: 2vw;
  text-align: left;
  }
  .modern-konfor-section p {
    font-size: 1rem;
    text-align: left;
  }
}

/* Add the following block for the intended selector, e.g., .hero-buttons .btn */
.hero-buttons .btn {
  padding: 16px 0;
  border-radius: 24px;
  font-size: 1.15rem;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, border 0.2s, box-shadow 0.2s;
}

.reservation-btn {
  background: #fbc02d;
  color: #222;
  border: none;
  font-weight: 600;
  padding: 12px 32px;
  border-radius: 24px;
  transition: background 0.2s, color 0.2s;
  
  .btn i {
  font-size: 1.3em;
}
}
.reservation-btn:hover {
  background: #ffd700;
  color: #0077b6;
}

/* Uygun Odaları Göster butonu için */
.btn.primary {
  background: #0077b6;
  color: #fff;
  border: none;
  font-weight: 600;
  padding: 8px 12px;      /* Daha küçük padding */
  border-radius: 12px;    /* Daha küçük radius */
  cursor: pointer;
  transition: background 0.2s;
  font-size: 1rem;        /* Standart font boyutu */
}
.btn.primary:hover {
  background: #023e8a;
  color: #fff;
}
.btn.secondary {
    background: transparent;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    padding: 12px 28px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.2s;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn.secondary:hover {
    background: var(--primary-color);
    color: #fff;
}

.hero-features {
    display: flex;
    gap: 48px;
    margin: 24px 0 32px 0;
    margin-top: 20px;
}

.feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    font-size: 1.1rem;
}

.feature i {
    font-size: 1.7rem;
    margin-bottom: 8px;
    color: var(--secondary-color);
}

.quick-access {
    background: #fff;
    padding: 50px 0;
}

.quick-access-grid {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
}

.quick-access-item {
    background: var(--bg-color);
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(26,35,126,0.06);
    padding: 32px 24px;
    text-align: center;
    flex: 1 1 250px;
    max-width: 540px;
    width: 100%;
    margin: 0 auto;
    padding: 32px 24px;
    box-sizing: border-box;
    line-height: 1.7;
  }
  @media (max-width: 600px) {
    .modern-konfor-section {
      max-width: 100vw;
      width: 100vw;
      box-sizing: border-box;
      padding-left: 20px;
      padding-right: 8px;
      margin: 0;
    }
  }
  .quick-access-item {
    margin-bottom: 12px;
  }

.btn-text {
    color: var(--primary-color);
    text-decoration: underline;
    font-weight: 600;
    margin-top: 12px;
    display: inline-block;
    transition: color 0.2s;
}

.btn-text:hover {
    color: var(--secondary-color);
}

.footer {
    background: var(--primary-color);
    color: white;
    padding: 40px 0 20px 0;
}

.footer-content {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-section {
    flex: 1 1 200px;
    min-width: 200px;
    margin-bottom: 24px;
}

.footer-section h3 {
    font-size: 1.1rem;
    margin-bottom: 15px;
    color: var(--secondary-color);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section ul li a {
    color: #fff;
    text-decoration: none;
    opacity: 0.85;
    transition: opacity 0.2s, color 0.2s;
}

.footer-section ul li a:hover {
    opacity: 1;
    color: var(--secondary-color);
}

.footer-contact-info {
  margin-top: 16px;
  color: #1a2a36;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  white-space: nowrap;
  color: #1a2a36;
}
.contact-item span, .contact-item a, .contact-item .contact-text {
  color: #1a2a36 !important;
  font-weight: 600;
  letter-spacing: 0.2px;
}

.social-icons {
    display: flex;
    gap: 16px;
    margin-top: 10px;
}

.social-icons a {
    color: #fff;
    background: var(--secondary-color);
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    transition: background 0.2s, color 0.2s;
}

.social-icons a:hover {
    background: #fff;
    color: var(--primary-color);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 16px;
    margin-top: 24px;
    flex-wrap: wrap;
}

.footer-links a {
    color: #fff;
    margin-left: 18px;
    text-decoration: none;
    opacity: 0.8;
    font-size: 0.95rem;
    transition: color 0.2s, opacity 0.2s;
}

.footer-links a:hover {
    color: var(--secondary-color);
    opacity: 1;
}

@media (max-width: 900px) {
    .footer-content {
        flex-direction: column;
        gap: 0;
    }
    .footer-section {
        margin-bottom: 32px;
    }
    .quick-access-grid {
        flex-direction: column;
        gap: 24px;
        align-items: center;
    }
}

@media (max-width: 768px) {
    .navbar .container {
        flex-direction: column;
        height: auto;
        padding: 12px 10px;
    }
    .nav-links {
        flex-direction: column;
        gap: 12px;
        background: #fff;
        position: absolute;
        top: 70px;
        left: -100%;
        width: 100%;
        padding: 24px 0;
        transition: left 0.3s;
        z-index: 99;
    }
    .nav-links.open {
        left: 0;
    }
    .hamburger {
        display: flex;
        margin-left: auto;
    }
}

@media (max-width: 600px) {
  .hero-buttons {
    flex-direction: column !important;
    gap: 12px !important;
    align-items: stretch !important;
    width: 100% !important;
    max-width: 98vw !important;
    padding: 0 2vw !important;
  }
  .hero-buttons .btn {
    min-width: 160px !important;
    max-width: 80vw !important;
    width: 80vw !important;
    font-size: 0.98rem !important;
    padding: 10px 0 !important;
    margin: 0 auto 0 auto !important;
    border-radius: 14px !important;
    box-sizing: border-box !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 6px !important;
    word-break: break-word !important;
  }
  .hero-buttons .btn i {
    font-size: 1.1rem !important;
    margin-right: 6px !important;
  }
}
.topbar a {
  color: #fff !important;
  text-decoration: none;
  transition: color 0.2s;
}
.topbar a:hover {
  color: #e0f7fa;
}
.topbar i {
  margin-right: 6px;
  color: #fff !important;
  color: #1a2a36 !important;
}

@media (max-width: 700px) {
  .topbar .container {
    flex-direction: column;
    gap: 6px;
    align-items: flex-start;
  }
  .topbar {
    background: #0077b6;
    color: #fff;
  }
}
/* Sanal Tur Butonu */
.hero-buttons .btn,
.reservation-btn,
.virtual-tour-btn {
  flex: 1 1 0;
  min-width: 180px;
  max-width: 220px;
  height: 64px;           /* Eşit yükseklik */
  padding: 0 32px;        /* Yatay padding, dikey padding sıfır */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  border-radius: 24px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
  font-weight: 600;
  text-decoration: none;
  gap: 10px;
  border: 2px solid #0077b6;
  background: rgba(255,255,255,0.85);
  color: #0077b6;
  transition: background 0.2s, color 0.2s, border 0.2s, box-shadow 0.2s;
}

.hero-buttons .btn i,
.reservation-btn i,
.virtual-tour-btn i {
  font-size: 1.3em;
}

.hero-buttons .btn:hover,
.reservation-btn:hover,
.virtual-tour-btn:hover {
  background: #0077b6;
  color: #fff;
  border-color: #0077b6;
  box-shadow: 0 4px 24px rgba(0,119,182,0.13);
}
.virtual-tour-btn:hover {
  background: #023e8a;
  color: #fff;
  transform: scale(1.05);
}
.btn:hover {
  background: #0077b6;
  color: #fff;
  border-color: #0077b6;
  box-shadow: 0 4px 24px rgba(0,119,182,0.13);
}

@media (max-width: 700px) {
  .virtual-tour-btn {
    right: 12px;
    bottom: 12px;
    padding: 12px 18px;
    font-size: 1rem;
  }
}
.hero-image {
  width: 100%;
  max-width: 480px;
  height: auto;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}
.hero-overlay {
  display: none;
}

.hero-animated-text {
  position: relative;
  z-index: 3;
  text-align: center;
  width: auto;
  max-width: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: visible;
}

/* ...existing code... */
.guest-types {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 12px;
}
.guest-types label {
  font-size: 1rem;
  color: #222;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.guest-types input[type="number"] {
  width: 60px;
  padding: 6px;
  border-radius: 6px;
  border: 1px solid #ccc;
}
.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 32px;
  right: 32px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 2.5rem;
  z-index: 999;
  box-shadow: 0 4px 16px rgba(0,0,0,0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  text-decoration: none;
}
.whatsapp-float:hover {
  background: #128c7e;
  color: #fff;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', Arial, sans-serif;
  color: #0077b6;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 0.7em;
}

h1 { font-size: 2.5rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.4rem; }
h4 { font-size: 1.15rem; }

a {
  color: #0077b6;
  text-decoration: none;
  transition: color 0.2s;
  font-weight: 600;
}
a:hover {
  color: #023e8a;
  text-decoration: underline;
}

strong {
  color: #1a2a36;
  font-weight: 700;
}

input, button, select, textarea {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 1rem;
}
.welcome-img {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
}

.welcome-image {
  width: 100%;
  max-width: 320px;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
  object-fit: cover;
  margin: 0 auto;
  display: block;
}
.about-img {
  display: flex;
  align-items: center;
  justify-content: center;
  /* Hakkımızda kısmı */
}

.about-image {
  width: 100%;
  max-width: 340px;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
  object-fit: cover;
  display: block;
  margin: 0 auto;
}
/* ...existing code... */

.welcome-title {
  font-size: 2.8rem;
  font-family: 'Montserrat', 'Open Sans', Arial, sans-serif;
  font-weight: 800;
  letter-spacing: 0.5px;
  color: #ffd700;
  text-shadow: 0 2px 12px #ffe066, 0 1px 0 #fff;
  margin-bottom: 18px;
  background: none;
  border: none;
  animation: softGlow 2.2s infinite ease-in-out alternate;
}

@keyframes softGlow {
  0% {
    text-shadow: 0 2px 12px #ffe066, 0 1px 0 #fff;
  }
  100% {
    text-shadow: 0 6px 36px #ffd700, 0 1px 0 #fff;
  }
}

@keyframes welcome-glow {
  0% {
    text-shadow: 0 4px 24px rgba(255, 195, 0, 0.18), 0 1px 0 #fff;
  }
  100% {
    text-shadow: 0 4px 32px rgba(255, 195, 0, 0.38), 0 1px 0 #fff, 0 0 16px #FFC300;
  }
}
/* Sadece hareketli yazı (hero-typing) için profesyonel ve sade business stil */
.hero-typing {
  width: auto; /* En uzun yazıya göre ayarla, örn: 220px veya 240px */
  display: block;
  white-space: nowrap;
  overflow: visible;
  font-family: 'Inter', 'Montserrat', Arial, sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0,0,0,0.12);
  margin-bottom: 12px;
  min-height: 2.4rem;
}
@media (max-width: 600px) {
  .hero-typing { font-size: 1.2rem; }
}
.hero-typing .highlight {
  color: #ffb000;
  background: none;
  font-weight: 700;
  font-size: 2.2rem;
  letter-spacing: 1.2px;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  animation: none;
}
@keyframes popIn {
  0% { opacity: 0; transform: scale(0.7); }
  80% { opacity: 1; transform: scale(1.08); }
  100% { opacity: 1; transform: scale(1); }
}
@keyframes glow {
  0% { box-shadow: 0 0 12px #ffd700, 0 4px 24px rgba(255,176,0,0.18); }
  100% { box-shadow: 0 0 32px #ffb000, 0 4px 32px rgba(255,176,0,0.28); }
}
.btn .btn.secondary {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
  padding: 12px 28px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.2s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.gallery-title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 24px;
} 
/* Modern ve sade üst seviye otel sitesi stilleri */
body { font-family: 'Open Sans', Arial, sans-serif; margin:0; background:#f8f9fa; color:#1a2a36; }
    .container { max-width:1200px; margin:0 auto; padding:0 20px; }
    .navbar { background:#fff; box-shadow:0 2px 12px rgba(0,0,0,0.04); }
    .navbar .container { display:flex; align-items:center; justify-content:space-between; }
    .logo img { height:70px; }
    .nav-links { display:flex; align-items:center; gap:24px; }
    .nav-links a { color:#1a2a36; text-decoration:none; font-weight:600; padding:8px 0; position:relative; transition:.2s; }
    .nav-links a.active, .nav-links a:hover { color:#0077b6; }
    .language-switcher { margin-left:16px; }
    .language-btn { background:none; border:none; font-weight:600; color:#1a2a36; cursor:pointer; margin:0 2px; }
    .language-btn.active { color:#0077b6; }
    .dropdown { position:relative; }
    .dropbtn { cursor:pointer; }
    .dropdown-content { display:none; position:absolute; background:#fff; min-width:180px; box-shadow:0 8px 24px rgba(0,0,0,0.08); z-index:100; }
    .dropdown-content a { color:#1a2a36; padding:12px 16px; text-decoration:none; display:block; font-size:1rem; }
    .dropdown-content a:hover { background:#f0f0f0; }
    .dropdown:hover .dropdown-content { display:block; }
    .hamburger { display:none; flex-direction:column; gap:4px; cursor:pointer; }
    .hamburger span { width:28px; height:3px; background:#1a2a36; border-radius:2px; }
    @media (max-width:900px) {
      .nav-links { display:none; position:absolute; top:70px; left:0; right:0; background:#fff; flex-direction:column; gap:0; box-shadow:0 8px 24px rgba(0,0,0,0.08); }
      .nav-links.open { display:flex; }
      .hamburger { display:flex; }
    }
    /* Hero */
   .hero {
  position: relative;
  min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(34,34,34,0.65) 0%, rgba(0,119,182,0.45) 100%);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 1;
  transition: opacity 0.7s;
  background: url('assets/images/ikinciarkaplan.jpg') center -10% / cover no-repeat;
  background-size: cover;
  background-position: center 50%;
}
.hero.fade-out::before { opacity: 0; }
.hero.fade-in::before { opacity: 1; }
.hero-content, .hero-animated-text { position: relative; z-index: 1; }
    .hero-content h1 { font-size:2.8rem; font-family:'Montserrat',sans-serif; margin-bottom:18px; letter-spacing:1px; }
    .hero-content p { font-size:1.2rem; margin-bottom:32px; }
    .btn {
  background: rgba(255,255,255,0.85); /* Beyaz ve hafif şeffaf */
  color: #0077b6;
  border: 2px solid #0077b6;
  font-weight: 600;
  padding: 14px 32px;
  border-radius: 24px;
  font-size: 1.15rem;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, border 0.2s, box-shadow 0.2s;
  min-width: 180px;
  justify-content: center;
}
    /* Welcome Section */
    .welcome-section { background:#fff; padding:60px 0; }
    .welcome-flex { display: grid;
                    grid-template-columns: 1fr 2fr; /* Sol 1, sağ 2 oranında genişlik */
                    gap: 48px;
                    align-items: flex-start;
}
    .welcome-img { flex:1; min-width:280px; max-width:480px; }
    .welcome-img img { width:100%; border-radius:16px; box-shadow:0 4px 24px rgba(0,0,0,0.08); }
    .welcome-text {  width: 100%;
                     max-width: none;
                     flex: 1 1 0;
                     padding-right: 16px;
                    }
    .welcome-text h2 { font-size:2.2rem; margin-bottom:18px; color:#0077b6; }
    .welcome-text p { font-size:1.1rem; line-height:1.7; color:#444; }
    /* About */
    .about { background:#f8f9fa; padding:60px 0; }
    .about-flex { display:flex; flex-wrap:wrap; align-items:center; gap:40px; }
    .about-text { flex:1; min-width:280px; max-width:480px; }
    .about-img { flex:1; min-width:280px; max-width:480px; }
    .about-img img { width:100%; border-radius:16px; box-shadow:0 4px 24px rgba(0,0,0,0.08); }
    /* Rezervasyon */
    .reservation-box { background:#0077b6; padding:40px 0; }
    .reservation-form { display:flex; flex-wrap:wrap; gap:16px; justify-content:center; }
    .reservation-form input, .reservation-form button { padding:12px 16px; border-radius:8px; border:none; font-size:1rem; }
    .reservation-form input { min-width:140px; }
    .reservation-form button { background:#fff; color:#0077b6; font-weight:700; cursor:pointer; transition:.2s; }
    .reservation-form button:hover { background:#023e8a; color:#fff; }
    /* Galeri */
    .gallery { background:#fff; padding:60px 0; }
    .gallery-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(180px,1fr)); gap:18px; }
    .gallery-grid img { width:100%; border-radius:10px; transition:.2s; box-shadow:0 2px 12px rgba(0,0,0,0.06); }
    .gallery-grid img:hover { transform:scale(1.04); }
    /* Footer */
    .footer-logo { width:250px; }
    .footer-adress { font-size:1rem; color:#fff; margin-bottom:12px; }
    .footer { background:#1a2a36; color:#fff; padding:48px 0 0 0; }
    .footer-content { display:flex; flex-wrap:wrap; gap:40px; justify-content:space-between; }
    .footer-section { flex:1; min-width:220px; }
    .footer-section h3 { color:#90e0ef; margin-bottom:18px; }
    .footer-section ul { list-style:none; padding:0; }
    .footer-section ul li { margin-bottom:8px; }
    .footer-section ul li a { color:#fff; text-decoration:none; }
    .footer-section ul li a:hover { color:#90e0ef; }
    .footer-contact-info { margin-bottom:18px; }
    .contact-item { margin-bottom:8px; }
    .contact-item i { margin-right:8px; color:#90e0ef; }
    .social-icons a { color:#fff; margin-right:12px; font-size:1.3rem; transition:.2s; }
    .social-icons a:hover { color:#90e0ef; }
    .footer-bottom { border-top:1px solid #334; margin-top:32px; padding:18px 0; text-align:center; color:#90e0ef; font-size:.95rem; }
    @media (max-width:900px) {
      .about-flex, .welcome-flex, .footer-content { flex-direction:column; gap:24px; }
      .navbar .container { flex-direction:row; }
    }
    .btn.secondary {
      background: transparent;
      color: var(--primary-color);
      border: 2px solid var(--primary-color);
      padding: 12px 28px;
      border-radius: 25px;
      font-weight: 600;
      font-size: 1rem;
      transition: all 0.2s;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap: 8px;
    }
 /* style.css'a ekle */
.welcome-flex {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
.welcome-reviews {
   width: 100%;
  max-width: none;
  flex: 1 1 0;
}
@media (max-width: 900px) {
  .hero-flex { flex-direction: column; gap: 24px; }
  .hero-reviews { margin-right: 0; margin-bottom: 24px; }
  .hero-content { width: 100%; }
  .hero-image { max-width: 100%; }
}
@media (max-width: 600px) {
    .hero-buttons .btn {
      min-width: 160px !important;
      max-width: 80vw !important;
      width: 80vw !important;
      font-size: 0.98rem !important;
      padding: 10px 0 !important;
      margin: 0 auto 0 auto !important;
      border-radius: 18px !important;
      box-sizing: border-box !important;
      display: flex !important;
      justify-content: center !important;
      align-items: center !important;
      gap: 6px !important;
      word-break: break-word !important;
    }
    .hero-buttons .btn i {
      font-size: 1.2rem !important;
      margin-right: 8px !important;
    }
  }
/* style.css'a ekle */
.modern-konfor-section p {
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}

@media (max-width: 600px) {
  .modern-konfor-section {
    max-width: 100vw;
    width: 100vw;
    box-sizing: border-box;
    padding-left: 8px;
    padding-right: 8px;
    margin: 0;
  }
  .modern-konfor-section p {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.hero-flex {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}

.hero-reviews {
  flex: 0 0 340px;
  max-width: 340px;
  min-width: 220px;
  margin-right: 0;
  background: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  color: #fff;
  position: relative;
  z-index: 3;
  text-align: left;
}
.google-reviews-slider {
  position: relative;
  height: 320px;
  overflow: hidden;
  background: #fff;
  border-radius: 14px;
  border: 2px solid #0077b6;
  background: rgba(255,255,255,0.85);
  color: #0077b6;
  transition: background 0.2s, color 0.2s, border 0.2s, box-shadow 0.2s;
  padding: 18px 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.review-slide {
  opacity: 0;
  transform: translateY(40px);
  position: absolute;
  left: 0; right: 0; top: 0;
  transition: opacity 0.7s cubic-bezier(.77,0,.18,1), transform 0.7s cubic-bezier(.77,0,.18,1);
  pointer-events: none;
}
.review-slide.active {
  opacity: 1;
  transform: translateY(0);
  position: relative;
  pointer-events: auto;
}
.google-reviews-flow {
  display: flex;
  flex-direction: column;
  gap: 18px;
  background: none;
  position: static;
  pointer-events: auto;
  
}

.review-flow-item {
  font-size: 1.08rem;
  color: #222;
  font-style: italic;
  font-weight: 400;
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.7s, transform 0.7s;
  margin-bottom: 12px;
}
.review-flow-item.active {
  opacity: 1;
  transform: translateX(0);
}
.review-flow-item.active {
  opacity: 1;
  transform: translateX(0);
}
.review-source {
  font-weight: bold;
  font-size: 1.1rem;
  letter-spacing: 1px;
  display: inline-block;
}
.review-source span.g {
  color: #4285F4;
}
.review-source span.o1 {
  color: #EA4335;
}
.review-source span.o2 {
  color: #FBBC05;
}
.review-source span.g2 {
  color: #34A853;
}
.review-source span.l {
  color: #FBBC05;
}
.review-source span.e {
  color: #EA4335;
}
.modal {
  position: fixed;
  z-index: 9999;
  left: 0; top: 0; width: 100vw; height: 100vh;
  background: rgba(34,34,34,0.55);
  display: flex; align-items: center; justify-content: center;
}
.modal-content {
  background: #fff;
  border-radius: 16px;
  padding: 32px 24px;
  max-width: 400px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.18);
  position: relative;
}
.close-modal {
  position: absolute; right: 18px; top: 12px;
  font-size: 2rem; color: #0077b6; cursor: pointer;
}
.date-range-bar label {
  font-weight: 600;
  color: #0077b6;
  margin-bottom: 6px;
  display: block;
}
.date-range-bar input {
  width: 220px;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #ddd;
  font-size: 1rem;
}
.selection-top, .start-day, .end-day, .selected-days {
  font-size: 1.08rem;
  color: #0077b6;
}
.default-top {
  color: #e63946;
  font-weight: 600;
}
#dateGuestForm {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center; /* Dikeyde hizalama */
  justify-content: center;
}

#dateGuestForm > * {
  margin: 0;
}

#dateGuestForm .btn.primary {
  height: 48px;           /* Inputlarla aynı yükseklik */
  display: flex;
  align-items: center;
  padding: 0 24px;        /* Yatay padding */
  font-size: 1rem;
  border-radius: 12px;
}
/* Oda kartı içeriği dikeyde ortalansın */
.room-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 24px;
  background: #f8f9fa;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  text-align: center;
}

/* Seç butonu için okunabilir renkler */
.btn.secondary {
  background: #0077b6;
  color: #fff;
  border: none;
  padding: 10px 24px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  margin-top: 12px;
  display: inline-block;
}

.btn.secondary:hover {
  background: #023e8a;
  color: #ffffff;
}
#typed-text {
  display: inline-block;
  width: 100%;
}

/* Tam ekran ve yan yana akışlı galeri */
.gallery-full {
  width: 100vw;
  max-width: 100vw;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #fff;
}
.gallery-row {
  position: relative;
  display: flex;
  flex-direction: row;
  overflow-x: hidden; /* Scrollbar gizlendi */
  white-space: nowrap;
}
.gallery-manual-left, .gallery-manual-right {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border: none;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: #0077b6;
  box-shadow: 0 2px 8px rgba(0,0,0,0.10);
  cursor: pointer;
  z-index: 1002;
  transition: background 0.2s, color 0.2s;
}
.gallery-manual-left {
  left: 32px;
}
.gallery-manual-right {
  right: 32px;
}
@media (max-width: 900px) {
  .gallery-manual-left { left: 8px; }
  .gallery-manual-right { right: 8px; }
}
.gallery-img {
  flex: 0 0 25vw;
  max-width: 25vw;
  height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 16px;
  margin-left: 12px;
  margin-right: 12px;
}
.gallery-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  transition: transform 0.4s cubic-bezier(.77,0,.18,1);
}
.gallery-img:hover img {
  transform: scale(1.08);
}
.gallery-title {
  width: 100vw;
  text-align: center;
  margin: 32px 0 0 0;
  font-size: 2.2rem;
  font-weight: 700;
  color: #0077b6;
}

/* Galeri Slider Stilleri */
.gallery-slider {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-track {
  display: flex;
  transition: transform 0.7s cubic-bezier(.77,0,.18,1);
  width: 100%;
  overflow: hidden;
}
.gallery-slide {
  min-width: 100%;
  box-sizing: border-box;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-slide img {
  width: 100%;
  max-width: 600px;
  height: 320px;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.10);
  transition: transform 0.4s cubic-bezier(.77,0,.18,1);
}
.gallery-arrow {
  background: #fff;
  border: none;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: #0077b6;
  box-shadow: 0 2px 8px rgba(0,0,0,0.10);
  cursor: pointer;
  margin: 0 8px;
  transition: background 0.2s, color 0.2s;
  z-index: 2;
}
.gallery-arrow:hover {
  background: #0077b6;
  color: #fff;
}

/* Modern ve hareketli galeri stilleri */
.modern-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
  margin-top: 32px;
}
.gallery-item {
  display: block;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.10);
  transition: transform 0.4s cubic-bezier(.77,0,.18,1), box-shadow 0.3s;
}
.gallery-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(.77,0,.18,1);
}
.gallery-item:hover {
  transform: scale(1.08);
  box-shadow: 0 8px 32px rgba(0,119,182,0.18);
}
.gallery-item:hover img {
  transform: scale(1.12);
}

/* Loading Spinner Styles */
#loading-spinner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(255,255,255,0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.spinner {
  width: 60px;
  height: 60px;
  border: 6px solid #e0e0e0;
  border-top: 6px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Galeri Modalı Stilleri */
.gallery-modal {
  position: fixed;
  top: 0; left: 0; width: 100vw; height: 100vh;
  background: rgba(34,34,34,0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.gallery-modal-img {
  max-width: 80vw;
  max-height: 80vh;
  border-radius: 18px;
  box-shadow: 0 4px 32px rgba(0,0,0,0.25);
  background: #fff;
}
.gallery-modal-close {
  position: absolute;
  top: 32px;
  right: 48px;
  font-size: 2.8rem;
  color: #fff;
  cursor: pointer;
  z-index: 10001;
  font-weight: bold;
}
.gallery-modal-arrow {
  position: absolute;
  top: 50%;
  font-size: 3.2rem;
  color: #fff;
  background: rgba(0,0,0,0.18);
  border-radius: 50%;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
  z-index: 10001;
  transition: background 0.2s;
}
.gallery-modal-arrow-left { left: 48px; transform: translateY(-50%); }
.gallery-modal-arrow-right { right: 48px; transform: translateY(-50%); }
.gallery-modal-arrow:hover { background: #0093d1; color: #fff; }

.gallery-arrows-bottom {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-top: 18px;
}
.gallery-manual-bottom {
  background: #fff;
  border: none;
  border-radius: 50%;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  color: #0077b6;
  box-shadow: 0 2px 8px rgba(0,0,0,0.10);
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.gallery-manual-bottom:hover {
  background: #0093d1;
  color: #fff;
}
.places-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px;
  justify-items: stretch;
  margin: 16px 0 32px 0;
}
.place-card {
  background: rgba(255,255,255,0.7);
  border-radius: 16px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.08);
  padding: 18px 18px 12px 18px;
  max-width: 100%;
  width: 100%;
  margin: 0;
  text-align: center;
  transition: box-shadow 0.2s, transform 0.2s;
}
.place-card:hover {
  box-shadow: 0 6px 24px rgba(0,147,209,0.13);
  transform: translateY(-4px) scale(1.03);
}
.place-img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 12px;
}
.place-card h2 {
  color: #0093d1;
  font-size: 1.18rem;
  margin: 8px 0 6px 0;
}
.place-card p {
  font-size: 1rem;
  color: #222;
  margin-bottom: 0;
}

@media (max-width: 700px) {
  .places-list { grid-template-columns: 1fr; gap: 18px; }
  .place-card { max-width: 98vw; }
  .place-img { height: 120px; }
}

/* Slider görseli ve geçiş efekti için fade-in animasyonunu ekliyorum. */
.slider-img {
  transition: opacity 0.5s;
  opacity: 1;
}
.fade-in {
  opacity: 0;
  animation: fadeInImg 0.7s forwards;
}
@keyframes fadeInImg {
  from { opacity: 0; }
  to { opacity: 1; }
}
.room-slider {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.slider-prev, .slider-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,119,182,0.7);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  font-size: 1.2rem;
  cursor: pointer;
  z-index: 2;
}
.slider-prev { left: 8px; }
.slider-next { right: 8px; }
.room-card-modern {
  border-radius: 20px;
  box-shadow: 0 4px 24px rgba(33,118,174,0.08);
  padding: 24px 18px 20px 18px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 32px;
  min-height: 520px; /* Kart yüksekliğini sabitler, gerekirse ayarlayın */
}
.room-card-imgwrap {
  position: relative;
  width: 100%;
  max-width: 320px;
  margin: 0 auto 18px auto;
}
.room-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.room-card-title {
  font-size: 1.35rem;
  font-weight: 700;
  color: #145da0;
  margin: 0;
}
.room-card-badge {
  background: #2176ae;
  color: #fff;
  border-radius: 12px;
  padding: 6px 16px;
  font-size: 1rem;
  font-weight: 600;
}
.room-card-features {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0 0 18px 0;
}
.room-card-features li {
  background: #f7fafd;
  border-radius: 8px;
  padding: 6px 12px;
  font-size: 1rem;
  color: #2176ae;
  display: flex;
  align-items: center;
  gap: 6px;
}
.feature-icon {
  font-size: 1.2em;
}
.room-card-controls {
  display: flex;
  gap: 18px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.room-card-control-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 120px;
}
.room-card-btn {
  width: 100%;
  background: linear-gradient(90deg,#2176ae 60%,#145da0 100%);
  color: #fff;
  border-radius: 16px;
  font-size: 1.1rem;
  font-weight: 600;
  padding: 12px 0;
  margin-top: auto;
  box-shadow: 0 2px 8px rgba(33,118,174,0.08);
  transition: background 0.2s;
}
.room-card-btn:hover {
  background: linear-gradient(90deg,#145da0 60%,#2176ae 100%);
}
