/*
Theme Name: Alara Restaurant
Author: Okan
Version: 2.2
*/

/* RESET */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
  background: #fff;
  color: #111;
  text-align: center;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

#main-content {
  flex: 1;
  padding: 50px 0 100px;
}

/* ===== WELCOME TEXT ===== */
.welcome-section {
  width: 100%;
  max-width: 1000px;
  margin: 40px auto;
  padding: 0 20px;
}

.welcome-text {
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-weight: 600;
  font-size: 32px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-style: italic;
  color: #2a2a2a;
  margin: 0 auto 2.2rem;
  max-width: 900px;
  text-align: center;
}

/* ===== PHOTO — eski haline döndürüldü ===== */
.location-photo img {
  width: 100%;
  max-width: 1000px;    /* eski premium genişlik */
  margin: 40px auto 20px;
  display: block;
  border-radius: 6px;
}

/* ===== MAP — FULL WIDTH ===== */
.location-map {
  width: 100% !important;
  margin: 0;
  padding: 0;
}

.location-map iframe {
  width: 100% !important;
  height: 420px;
  display: block;
  border: 0;
}

/* ===== FOOTER ===== */
#site-footer {
  background: #fff;
  color: #111;
  border-top: 1px solid #ddd;
  text-align: center;
  width: 100%;
  padding: 4px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
}

.alara-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

.alara-footer-logo {
  width: 150px;
}

.alara-footer-text {
  font-size: 12.5px;
  color: #222;
}
