/*
Theme Name: GeneratePress Child
Template: generatepress
Version: 1.0
*/
/* =========================
   CHILL BASE STYLES – GIOVE
   ========================= */

/* Genel yazı ve zemin */
body {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #222;
  background-color: #ffffff;
  line-height: 1.7;
}

/* Başlıklar – sakin ama premium */
h1, h2, h3, h4, h5 {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  letter-spacing: -0.01em;
  margin-bottom: 0.6em;
}

/* Paragraflar */
p {
  margin-bottom: 1.4em;
  max-width: 760px;
}

/* Linkler */
a {
  color: #1f3c2b;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

/* Header sadeleştirme */
.site-header {
  padding-top: 12px;
  padding-bottom: 12px;
}

/* Ana içerik nefes alsın */
.site-content {
  padding-top: 60px;
  padding-bottom: 80px;
}

/* Butonlar – bağırmayan */
.button,
.wp-block-button__link {
  background-color: #1f3c2b;
  color: #fff;
  border-radius: 4px;
  padding: 12px 26px;
  font-size: 14px;
  letter-spacing: 0.04em;
}
.button:hover,
.wp-block-button__link:hover {
  opacity: 0.9;
}

/* Görseller yumuşak */
img {
  border-radius: 4px;
}
/* =========================
   GIOVE COLOR SYSTEM
   ========================= */

/* Linkler */
a {
  color: #1F3C2B;
}
a:hover {
  color: #C9A24D;
}

/* Ana butonlar */
.button,
.wp-block-button__link {
  background-color: #1F3C2B;
  color: #ffffff;
}
.button:hover,
.wp-block-button__link:hover {
  background-color: #C9A24D;
  color: #ffffff;
}

/* Menü hover – ince altın dokunuş */
.main-navigation .main-nav ul li a:hover {
  color: #1F3C2B;
}

/* Header altına çok ince altın çizgi */
.site-header {
  border-bottom: 0.5px solid rgba(201, 162, 77, 0.35);
}

/* Footer */
.site-footer {
  background-color: #ffffff;
  color: #666666;
}
.site-footer a {
  color: #1F3C2B;
}
.site-footer a:hover {
  color: #C9A24D;
}
/* FORCE COLORS (override) */
a, a:visited { color: #1F3C2B !important; }
a:hover, a:focus { color: #C9A24D !important; }

.button,
.wp-block-button__link,
input[type="submit"],
button {
  background: #1F3C2B !important;
  color: #fff !important;
  border-color: #1F3C2B !important;
}

.button:hover,
.wp-block-button__link:hover,
input[type="submit"]:hover,
button:hover {
  background: #C9A24D !important;
  border-color: #C9A24D !important;
  color: #fff !important;
}

.site-header { border-bottom: 0.5px solid rgba(201,162,77,.35) !important; }
body {
  font-family: Inter, sans-serif !important;
}

h1, h2, h3 {
  font-family: "DM Serif Display", serif !important;
}
/* Hide GeneratePress credit text only */
.site-info {
  font-size: 0;
}

.site-info span,
.site-info a {
  display: none !important;
}

.site-info p,
.site-info div {
  font-size: 14px;
  display: block;
}
/* İLETİŞİM FORMU GÖRSEL STİLİ */

.contact-form {
  max-width: 500px;
  margin: 0 auto;
  padding: 20px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  margin-bottom: 15px;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  box-sizing: border-box;
}

.contact-form textarea {
  min-height: 150px;
  resize: vertical;
}

.contact-form button {
  background-color: #1e2e26;
  color: white;
  padding: 12px 24px;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-family: 'Inter', sans-serif;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.contact-form button:hover {
  background-color: #2f453a;
}
/* Contact Page Rötuşları */
.contact-form {
  max-width: 500px;
  margin: 0 auto;
  padding: 20px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  margin-bottom: 18px;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
  box-sizing: border-box;
}

.contact-form button {
  background-color: #1e2e26;
  color: white;
  padding: 12px 24px;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  transition: background-color 0.3s ease;
}

.contact-form button:hover {
  background-color: #2f453a;
}

.contact-location {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
}

.footer-logo {
  margin-top: 40px;
  text-align: center;
}
