body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  background: #2d2c2a;
  /* overflow: hidden; */
}

.container {
  display: flex;
  min-height: 100vh;
  flex-wrap: wrap;
  height: 100vh;
  background: #2d2c2a;
}

.left {
  flex: 1;
  background: #2d2c2a;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 48px 0 0 0;
}

.map-area {
  position: relative;
  width: 90%;
  height: 480px;
  min-width: 320px;
  min-height: 320px;
  background: #5c6168;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 32px;
  margin-top: 0;
  box-shadow: 0 2px 16px rgba(0,0,0,0.10);
}

.map-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
}

.map-marker {
  position: absolute;
  top: 22%;
  left: 22%;
  width: 38px;
  height: 48px;
  background: white;
  border-radius: 50% 50% 50% 50% / 60% 60% 100% 100%;
  border: 8px solid #5c6168;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  z-index: 2;
}

.address-box {
  position: absolute;
  left: 10%;
  bottom: 10%;
  background: #fff;
  border-radius: 8px;
  padding: 6px 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  width: 500px;
  z-index: 3;
}

.adres-baslik {
  color: #888;
  font-size: 11px;
}

.socials {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  gap: 28px;
}

.socials a {
  background: #f5f1e3;
  border-radius: 50%;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, transform 0.2s;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.socials a:hover {
  background: #e1bb6a;
  transform: scale(1.10);
}

.socials img {
  width: 32px;
  height: 32px;
  filter: grayscale(100%) contrast(1.2);
}

.right {
  flex: 1;
  background: #e1bb6a;
  padding: 48px 40px 0 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.right h1 {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.desc {
  font-size: 1.1rem;
  margin-bottom: 28px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.row {
  display: flex;
  gap: 18px;
}

.form-group {
  display: flex;
  flex-direction: column;
  flex: 1;
}

label {
  font-weight: 600;
  color: #d32f2f;
  margin-bottom: 6px;
  font-size: 1rem;
}

input, textarea {
  border: none;
  border-radius: 7px;
  padding: 13px 14px;
  font-size: 1rem;
  font-family: inherit;
  background: #fff;
  margin-bottom: 0;
  resize: none;
}

textarea {
  min-height: 80px;
}

button[type="submit"] {
  margin-top: 10px;
  background: #2d2c2a;
  color: #fff;
  border: 2px solid #2d2c2a;
  border-radius: 20px;
  padding: 10px 32px;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 1px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

button[type="submit"]:hover {
  background: #fff;
  color: #2d2c2a;
}

.adres-icerik {
  display: flex;
  align-items: flex-start;
  gap: 0;
}

.adres-konum-ikon {
  margin-left: 16px;
  display: flex;
  align-items: flex-start;
  margin-top: 0;
}

.adres-konum-ikon svg {
  width: 56px !important;
  height: 56px !important;
}

.anasayfa-don-btn {
  display: inline-block;
  margin-top: 18px;
  background: #2d2c2a;
  color: #fff;
  border: 2px solid #2d2c2a;
  border-radius: 20px;
  padding: 10px 28px;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.anasayfa-don-btn:hover {
  background: #e1bb6a;
  color: #2d2c2a;
}

.anasayfa-sol-ust {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 10;
  background: #e1bb6a !important;
  color: #2d2c2a !important;
  border-color: #e1bb6a !important;
}

.anasayfa-sol-ust:hover {
  background: #2d2c2a !important;
  color: #e1bb6a !important;
  border-color: #2d2c2a !important;
}

.sari-daire-yazi, .sari-daire-yazi .thin-text {
  font-family: 'Montserrat', Arial, sans-serif !important;
  font-weight: 300 !important;
}
.sari-daire-yazi b {
  font-weight: 900 !important;
  font-family: 'Montserrat', Arial, sans-serif !important;
}

.sari-daire-yazi {
  /* background: #f9d376; */
  color: #222;
  width: 90%;
  max-width: 600px;
  height: auto;
  max-height: none;
  margin: 40px auto;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
  padding: 40px;
}

.sari-daire-yazi p {
  font-size: 2.3rem;
  line-height: 1.25;
  margin: 0 0 38px 0;
  font-weight: 400;
}

.sari-daire-yazi b {
  font-weight: 900 !important;
  font-family: 'Montserrat', Arial, sans-serif !important;
}

.sari-daire-yazi b.imeraspro {
  font-weight: 1000;
}

.sari-daire-yazi .thin-text {
  font-weight: 300;
}

.map-iframe {
  width: 100%;
  height: 100%;
  min-height: 400px;
  min-width: 100%;
  background: #e7e3d2;
}

@media (max-width: 700px) {
  .sari-daire-yazi {
    width: 99vw;
    height: 99vw;
    padding: 20px;
  }
  .sari-daire-yazi p {
    font-size: 1.15rem;
  }
} 