.elementor-36 .elementor-element.elementor-element-1781764{--display:flex;--min-height:650px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:120px;--padding-right:120px;}.elementor-36 .elementor-element.elementor-element-1781764:not(.elementor-motion-effects-element-type-background), .elementor-36 .elementor-element.elementor-element-1781764 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-b17eaf1 );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );font-style:var( --e-global-typography-primary-font-style );text-decoration:var( --e-global-typography-primary-text-decoration );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );word-spacing:var( --e-global-typography-primary-word-spacing );color:var( --e-global-color-primary );}.elementor-36 .elementor-element.elementor-element-19edd3e{margin:100px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;}.elementor-36 .elementor-element.elementor-element-19edd3e .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:70px;font-weight:600;text-transform:none;font-style:normal;text-decoration:none;line-height:1em;letter-spacing:0px;word-spacing:0px;}.elementor-36 .elementor-element.elementor-element-6c04cf6.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-36 .elementor-element.elementor-element-2262cd4{--display:flex;}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );word-spacing:var( --e-global-typography-primary-word-spacing );}.elementor-36 .elementor-element.elementor-element-19edd3e .elementor-heading-title{font-size:54px;letter-spacing:-2px;}}@media(max-width:767px){.elementor-36 .elementor-element.elementor-element-1781764{--content-width:94%;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );word-spacing:var( --e-global-typography-primary-word-spacing );}.elementor-36 .elementor-element.elementor-element-19edd3e .elementor-heading-title{font-size:30px;letter-spacing:0px;}.elementor-36 .elementor-element.elementor-element-6c04cf6{width:var( --container-widget-width, 346px );max-width:346px;--container-widget-width:346px;--container-widget-flex-grow:0;}}/* Start custom CSS for shortcode, class: .elementor-element-6c04cf6 *//* === İLETİŞİM FORMU GENEL KART YAPISI === */
div.wpcf7 {
  max-width: 780px;
  margin: 40px auto 80px;
  padding: 32px 40px 40px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(4px);
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI",
    system-ui, sans-serif;
  color: #5b3b42; /* başlık ve metin rengi */
}

/* Paragraflar arası boşluk */
div.wpcf7 p {
  margin: 0 0 18px;
}

/* Label’lar */
div.wpcf7 label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
  margin-bottom: 6px;
  color: #5b3b42;
}

/* === INPUT & TEXTAREA === */
div.wpcf7 input[type="text"],
div.wpcf7 input[type="email"],
div.wpcf7 input[type="tel"],
div.wpcf7 input[type="url"],
div.wpcf7 textarea {
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  padding: 11px 14px;
  border-radius: 10px;
  border: 1px solid rgba(91, 59, 66, 0.35);
  background: #ffffff;
  font-size: 14px;
  color: #3c272d;
  outline: none;
  transition: all 0.2s ease;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.04);
}

/* Placeholder rengi */
div.wpcf7 input::placeholder,
div.wpcf7 textarea::placeholder {
  color: rgba(91, 59, 66, 0.4);
}

/* Focus durumu */
div.wpcf7 input[type="text"]:focus,
div.wpcf7 input[type="email"]:focus,
div.wpcf7 input[type="tel"]:focus,
div.wpcf7 input[type="url"]:focus,
div.wpcf7 textarea:focus {
  border-color: #d46a88;
  box-shadow: 0 0 0 2px rgba(212, 106, 136, 0.2);
}

/* Textarea yüksekliği */
div.wpcf7 textarea {
  min-height: 160px;
  resize: vertical;
}

/* === GÖNDER BUTONU === */
div.wpcf7 input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 30px;
  border-radius: 999px;
  border: 1px solid #d46a88;
  background: #f19ab4;
  color: #5b1e30;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 8px 20px rgba(212, 106, 136, 0.35);
}

div.wpcf7 input[type="submit"]:hover {
  background: #e27b9a;
  border-color: #c65b7c;
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(198, 91, 124, 0.4);
}

div.wpcf7 input[type="submit"]:active {
  transform: translateY(0);
  box-shadow: 0 4px 10px rgba(198, 91, 124, 0.3);
}

/* === HATA & BAŞARI MESAJLARI === */
div.wpcf7 .wpcf7-not-valid-tip {
  font-size: 12px;
  margin-top: 4px;
  color: #b8324b;
}

div.wpcf7 .wpcf7-response-output {
  margin-top: 18px;
  padding: 12px 16px;
  border-radius: 10px;
  font-size: 13px;
  border-width: 1px;
}

/* Başarılı gönderim */
div.wpcf7 .wpcf7-mail-sent-ok {
  border-color: #4b9560;
  background: rgba(75, 149, 96, 0.09);
  color: #215331;
}

/* Hata durumu */
div.wpcf7 .wpcf7-validation-errors,
div.wpcf7 .wpcf7-mail-sent-ng {
  border-color: #b8324b;
  background: rgba(184, 50, 75, 0.06);
  color: #701121;
}

/* Mobilde tam genişlik */
@media (max-width: 768px) {
  div.wpcf7 {
    padding: 24px 20px 30px;
    margin: 24px auto 60px;
  }
}/* End custom CSS */