.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-68 .elementor-element.elementor-element-424a2eb{text-align:left;}.elementor-68 .elementor-element.elementor-element-424a2eb .elementor-heading-title{font-family:"Kanit", Sans-serif;font-size:32px;font-weight:600;color:#1F2933;}.elementor-68 .elementor-element.elementor-element-4f6a588{--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;}/* Start custom CSS for container, class: .elementor-element-4f6a588 *//* === GENEL BAŞLIKLAR === */
.estimate-form strong {
  font-weight: 600;
  font-size: 14px;
  display: block;
  margin-bottom: 2px;
  margin-top: 6px;
}

/* === FORM ALANLARI === */
.estimate-form input[type="text"],
.estimate-form input[type="tel"],
.estimate-form input[type="email"],
.estimate-form input[type="url"],
.estimate-form input[type="number"],
.estimate-form select,
#your-message {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  display: block;
  padding: 6px 8px;
  margin-bottom: 8px;
  font-size: 13px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
}

/* === SABİT TEXTAREA === */
#your-message {
  resize: none;
  height: 90px;
  overflow-y: auto;
}

/* === CHECKBOX & RADIO === */
.estimate-form input[type="checkbox"],
.estimate-form input[type="radio"] {
  width: auto;
  margin-right: 6px;
  margin-bottom: 4px;
}

/* === <br> SATIRLARI GİZLE === */
.estimate-form br {
  display: none;
}

/* === GÖRÜNÜR SUBMIT BUTONU === */
.wpcf7-submit {
  background-color: #E73838 !important;
  color: white !important;
  border: none;
  padding: 12px 24px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 6px;
  cursor: pointer;
  display: inline-block;
  width: auto;
  margin-top: 10px;
  margin-bottom: 150px;
}

/* === HOVER VE TIKLAMA STİLİ SABİT === */
.wpcf7-submit:hover,
.wpcf7-submit:focus,
.wpcf7-submit:active,
.wpcf7 form.sent .wpcf7-submit {
  background-color: #E73838 !important;
  color: white !important;
}

/* === GİZLİ SUBMIT’LER === */
input.hidden-submit {
  visibility: hidden !important;
  position: absolute !important;
  height: 0 !important;
  width: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
}

/* === GİZLİ SUBMIT’İN LOADER’INI GİZLE === */
input.hidden-submit + span.wpcf7-spinner {
  display: none !important;
}

/* === MESAJ GÖNDERİLDİ ALANI === */
.wpcf7-response-output {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #2D3748 !important;
  color: white !important;
  padding: 12px 24px !important;
  border: none !important;
  border-radius: 6px;
  box-shadow: none !important;
  font-size: 14px;
  z-index: 9999;
  animation: slideUp 0.5s forwards;
}

/* === YUKARI ANİMASYONU === */
@keyframes slideUp {
  from {
    transform: translate(-50%, 100%);
    opacity: 0;
  }
  to {
    transform: translate(-50%, 0%);
    opacity: 1;
  }
}

/* === MOBİL STİL === */
@media only screen and (max-width: 768px) {
  .estimate-form input,
  .estimate-form textarea,
  .estimate-form select {
    margin-bottom: 6px;
  }

  .wpcf7-submit {
    width: 100%;
    font-size: 15px;
    padding: 12px;
  }
}
.cf7-invisible-padding {
  height: 160px;
  display: block;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  user-select: none;
  font-size: 0;
  line-height: 0;
}/* End custom CSS */