.elementor-7732 .elementor-element.elementor-element-49ddedc{--display:flex;--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:58px;--padding-bottom:58px;--padding-left:0px;--padding-right:0px;}.elementor-7732 .elementor-element.elementor-element-49ddedc:not(.elementor-motion-effects-element-type-background), .elementor-7732 .elementor-element.elementor-element-49ddedc > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://guvencelikhalat.cagdasreklamkaracabey.com/wp-content/uploads/2026/01/arka-plan-banner.png");background-position:bottom center;background-repeat:no-repeat;background-size:cover;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-7732 .elementor-element.elementor-element-ca86eaa .elementor-heading-title{font-family:"Open Sans", Sans-serif;font-size:32px;font-weight:700;line-height:46px;color:#232323;}.elementor-7732 .elementor-element.elementor-element-867bb40{--display:flex;--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7732 .elementor-element.elementor-element-4c6a637{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-7732 .elementor-element.elementor-element-9e0cade{--display:flex;--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;}.elementor-7732 .elementor-element.elementor-element-90bf1c4{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;box-shadow:0px 0px 3px 0px rgba(0, 0, 0, 0.2);}.elementor-7732 .elementor-element.elementor-element-34d1855{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;text-align:center;}.elementor-7732 .elementor-element.elementor-element-34d1855 .elementor-heading-title{font-family:"Open Sans", Sans-serif;font-size:30px;font-weight:700;line-height:43px;color:#000000;}.elementor-7732 .elementor-element.elementor-element-bbf0a6d{--display:flex;--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;}.elementor-7732 .elementor-element.elementor-element-78adbf7 .elementor-heading-title{font-family:"Open Sans", Sans-serif;font-size:14px;font-weight:700;line-height:25px;color:#000000;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-7732 .elementor-element.elementor-element-c8ac757{font-family:"Open Sans", Sans-serif;font-size:14px;font-weight:400;line-height:25px;color:#000000;}.elementor-7732 .elementor-element.elementor-element-7538c4f .elementor-heading-title{font-family:"Open Sans", Sans-serif;font-size:14px;font-weight:700;line-height:25px;color:#000000;}.elementor-7732 .elementor-element.elementor-element-1c21571{font-family:"Open Sans", Sans-serif;font-size:14px;font-weight:400;line-height:25px;color:#000000;}@media(min-width:768px){.elementor-7732 .elementor-element.elementor-element-9e0cade{--width:50%;}.elementor-7732 .elementor-element.elementor-element-bbf0a6d{--width:50%;}}/* Start custom CSS for shortcode, class: .elementor-element-e391c48 *//* Genel kapsayıcı */
.cf7-custom-form {
  background: #ffffff;
  padding: 40px;
  max-width: 900px;
  margin: 0 auto;
}

/* Grid sistemi */
.cf7-custom-form .row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.cf7-custom-form .col-6 {
  width: calc(50% - 12px);
}

.cf7-custom-form .col-12 {
  width: 100%;
}

/* Input & textarea */
.cf7-custom-form input[type="text"],
.cf7-custom-form input[type="email"],
.cf7-custom-form input[type="tel"],
.cf7-custom-form select,
.cf7-custom-form textarea {
  width: 100%;
  padding: 14px 16px;
  font-size: 15px;
  border: 1px solid #e5e5e5;
  background: #f5f5f5;
  margin-bottom: 18px;
  border-radius: 2px;
  box-sizing: border-box;
}

/* Textarea yüksekliği */
.cf7-custom-form textarea {
  min-height: 180px;
  resize: vertical;
}

/* Focus efekti */
.cf7-custom-form input:focus,
.cf7-custom-form textarea:focus,
.cf7-custom-form select:focus {
  outline: none;
  border-color: #111;
  background: #fff;
}

/* Alt bilgi */
.cf7-custom-form .form-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cf7-custom-form .required-text {
  font-size: 14px;
  color: #333;
}

/* Submit butonu */
.cf7-custom-form input[type="submit"] {
  background: #1c1c1c;
  color: #fff;
  padding: 14px 36px;
  border: none;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.cf7-custom-form input[type="submit"]:hover {
  background: #000;
}

/* Mobil uyum */
@media (max-width: 768px) {
  .cf7-custom-form .col-6 {
    width: 100%;
  }

  .cf7-custom-form .form-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}/* End custom CSS */