/* Toplantı talep formu */
#toplantitalepedin.form::before {
  filter: saturate(0.85) brightness(0.55);
}

#toplantitalepedin.form::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    160deg,
    rgba(15, 23, 42, 0.82) 0%,
    rgba(30, 41, 59, 0.72) 45%,
    rgba(212, 46, 18, 0.35) 100%
  );
  z-index: 0;
  pointer-events: none;
}

#toplantitalepedin .contact-map-wrap,
#toplantitalepedin .container {
  position: relative;
  z-index: 1;
}

#toplantitalepedin .sec-title {
  padding-top: 5rem;
  padding-bottom: 0;
  justify-content: center;
}

#toplantitalepedin .sec-title-inner h2 {
  color: #fff !important;
}

#toplantitalepedin .sec-title-inner .thm-clr {
  color: #ffb4a8 !important;
}

.meeting-form-card {
  max-width: 56rem;
  margin: 2rem auto 5rem;
  padding: 2.5rem 2.75rem 2.25rem;
  background: #fff;
  border-radius: 1rem;
  box-shadow:
    0 24px 48px rgba(0, 0, 0, 0.22),
    0 0 0 1px rgba(255, 255, 255, 0.08);
}

.meeting-form {
  text-align: left;
}

.meeting-form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.75rem 2rem;
  align-items: start;
}

.meeting-form__fields {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.meeting-form__field {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.meeting-form__field label {
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #444;
  margin: 0;
}

.meeting-form__field .form1,
.meeting-form__message .form1 {
  width: 100%;
  margin: 0;
  padding: 0.9rem 1.1rem;
  font-size: 1rem;
  font-family: Roboto, sans-serif;
  color: #1a1a1a;
  background: #f6f7fb;
  border: 1px solid #e2e6ef;
  border-radius: 0.5rem;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease;
}

.meeting-form__field .form1:focus,
.meeting-form__message .form1:focus {
  outline: none;
  background: #fff;
  border-color: var(--theme-color, #d42e12);
  box-shadow: 0 0 0 3px rgba(212, 46, 18, 0.15);
}

.meeting-form__message {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  height: 100%;
}

.meeting-form__message label {
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #444;
  margin: 0;
}

.meeting-form__message textarea.form1 {
  flex: 1;
  min-height: 12.5rem;
  resize: vertical;
}

.meeting-form__actions {
  margin-top: 1.75rem;
  text-align: right;
}

.meeting-form__actions .thm-btn.fill-btn {
  min-width: 12rem;
  padding: 1rem 2.25rem;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.meeting-form__actions .thm-btn.fill-btn:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(212, 46, 18, 0.35);
}

.meeting-form__actions .thm-btn.fill-btn:disabled {
  opacity: 0.7;
  cursor: wait;
}

.meeting-form__notice {
  margin: 1.25rem 0 0;
  padding: 0.85rem 1.1rem;
  border-radius: 0.5rem;
  font-size: 0.9375rem;
  font-weight: 500;
  text-align: center;
}

.meeting-form__notice.is-success {
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

.meeting-form__notice.is-error {
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

@media (max-width: 767px) {
  .meeting-form-card {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
    padding: 1.75rem 1.25rem 1.5rem;
  }

  .meeting-form__grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .meeting-form__message textarea.form1 {
    min-height: 9rem;
  }

  .meeting-form__actions {
    text-align: center;
  }

  .meeting-form__actions .thm-btn.fill-btn {
    width: 100%;
  }

  #toplantitalepedin .sec-title {
    padding-top: 3.5rem;
  }
}
