.elementor-3894 .elementor-element.elementor-element-2dd0a63{--display:flex;--padding-top:5%;--padding-bottom:5%;--padding-left:0%;--padding-right:0%;}@media(min-width:768px){.elementor-3894 .elementor-element.elementor-element-2dd0a63{--content-width:90%;}}@media(max-width:1024px) and (min-width:768px){.elementor-3894 .elementor-element.elementor-element-2dd0a63{--content-width:100%;}}@media(max-width:1024px){.elementor-3894 .elementor-element.elementor-element-2dd0a63{--padding-top:12%;--padding-bottom:12%;--padding-left:0%;--padding-right:0%;}}@media(max-width:767px){.elementor-3894 .elementor-element.elementor-element-2dd0a63{--padding-top:22%;--padding-bottom:12%;--padding-left:0%;--padding-right:0%;}}/* Start custom CSS for shortcode, class: .elementor-element-189a253 *//* Google Font */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');

body, .boo-form-container {
  font-family: 'Poppins', sans-serif !important;
}

/* Dış form kutusu */
.boo-form-container {
  
  margin: 10px auto;
  padding: 40px;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  border: 1px solid #eee;
}

/* Başlık kısmı */
.boo-form-header {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}

.boo-form-header h2 {
  margin-bottom: 2px;
  color: #1e321f;
  font-size: 3em;
  font-weight: 700;
}

.boo-form-header p {
  color: #444;
  font-size: 1.3em;
  font-weight: 400;
  margin-bottom: 20px;
}

/* Başlık altı çizgi */
.boo-form-header::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #1e321f;
  margin: 0 auto;
  border-radius: 3px;
  margin-top: 10px;
}

/* Grid sistemi */
.boo-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 25px;
}

.boo-col {
  flex: 1 1 45%;
  min-width: 280px;
}

.boo-col-full {
  flex: 1 1 100%;
}

/* Label ve inputlar */
.boo-form-container label {
  display: block;
  font-weight: 500;
  color: #1e321f;
  margin-bottom: 6px;
}

.boo-form-container input[type="text"],
.boo-form-container input[type="email"],
.boo-form-container input[type="tel"],
.boo-form-container textarea {
  width: 100%;
  border: none;
  border-bottom: 2px solid #ccc;
  background: transparent;
  padding: 10px 4px;
  font-size: 15px;
  transition: 0.3s border-color ease;
  color: #333;
  resize: none;
}

.boo-form-container input:focus,
.boo-form-container textarea:focus {
  border-bottom: 2px solid #1e321f;
  outline: none;
}

/* Buton sağ altta */
.boo-submit-wrap {
  text-align: right;
  margin-top: 30px;
}

.wpcf7-submit {
  background-color: #1e321f;
  color: #fff;
  padding: 12px 36px;
  border: none;
  font-size: 16px;
  border-radius: 30px;
  cursor: pointer;
  transition: 0.3s background-color;
}

.wpcf7-submit:hover {
  background-color: #2f5130;
}

/* Tablet görünüm (769px - 1024px arası) */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .boo-form-container {
    max-width: 95%;
    padding: 30px;
  }

  .boo-col {
    flex: 1 1 48%;
    min-width: unset;
  }

  .boo-form-header h2 {
    font-size: 2em;
  }

  .boo-form-header p {
    font-size: 1em;
  }

  .wpcf7-submit {
    padding: 10px 30px;
    font-size: 15px;
  }
}

/* Mobil görünüm (768px ve altı) */
@media screen and (max-width: 768px) {
  .boo-form-container {
    max-width: 98%;
    margin: 0px auto;
    padding: 10px;
  }

  .boo-col {
    flex: 1 1 100%;
  }

  .boo-submit-wrap {
    text-align: right;
  }

  .boo-form-header h2 {
    font-size: 25px;
  }

  .boo-form-header p {
    font-size: 0.8em;
  }

  .wpcf7-submit {
    padding: 10px 25px;
    font-size: 14px;
  }
}


}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b8af661 *//* Poppins fontu */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');

/* Genel font */
body,
#form-overlay,
.form-overlay-inner,
.form-overlay-inner h3,
.form-overlay-inner p {
  font-family: 'Poppins', sans-serif;
}
.overlay-btn {
  display: inline-block;
  margin-top: 25px;
  background-color: #CAA472;
  color: #154734;
  padding: 10px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: transform 0.2s ease;
}

.overlay-btn:hover {
  transform: translateY(-2px);
  text-decoration: none;
  color: #154734;
  background-color: #CAA472;
}


/* Overlay kutu */
#form-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background: transparent;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: all;
}

/* İçerik kutusu */
.form-overlay-inner {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  background: #1d3728;
  padding: 60px 40px;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
  animation: popIn 0.5s ease-out;
  z-index: 10000;
}

/* Tik işareti */
.form-tik {
  margin-bottom: 30px;
  animation: tickDrop 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes tickDrop {
  0% { transform: scale(0.3); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}

@keyframes popIn {
  from { transform: scale(0.9); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}
@media (max-width: 768px) {
  .form-overlay-inner {
    width: calc(100% - 40px);
  }
}

/* Form görünmese bile yer tutsun */
.wpcf7 {
  min-height: 500px;
}/* End custom CSS */