/* =============== CONTACT US PAGE =============== */
.page-id-2536 .tf-header {
	background-color: #f8fafc;
}

.tf-contact-page {
  width: 100%;
  background-color: #f8fafc;
}

.tf-contact__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 80px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  background: none !important;
  box-shadow: none !important;
}

/* ── HEADER ── */

.tf-contact__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
  max-width: 473px;
}

.tf-contact__eyebrow {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-weight: 600;
  color: #000000;
  font-size: 16px;
  text-align: center;
  line-height: normal;
}

.tf-contact__heading-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
}

.tf-contact__title {
  margin: 0;
  background: linear-gradient(104deg, #38BDF8 0%, #8B5CF6 100%);
  -webkit-background-clip: text !important;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  line-height: normal;
}

.tf-contact__subtitle {
  margin: 0;
  font-family: "Inter Tight", "Inter", sans-serif;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8);
  font-size: 20px;
  text-align: center;
  line-height: 26px;
}

/* ── FORM CARD ── */

.tf-contact__form-section {
  width: 100%;
  display: flex;
  justify-content: center;
}

.tf-contact__form-card {
  width: 100%;
  max-width: 970px;
  background: linear-gradient(104deg, #38BDF8 0%, #8B5CF6 100%);
  border-radius: 20px;
  padding: 80px clamp(24px, 8vw, 150px);
}

.tf-contact__form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}

/* ── ROWS (2 kolone) ── */

.tf-contact__row {
  display: flex;
  gap: 16px;
  width: 100%;
}

/* ── FIELD ── */

.tf-contact__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
  position: relative;
}

/* Input */
.tf-contact__field input {
  width: 100%;
  height: 48px;
  padding: 12px 12px 12px 16px;
  background-color: #ffffff;
  border: none;
  border-radius: 10px;
  outline: none;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: rgba(2, 45, 51, 0.40);
  transition: outline 0.15s ease;
}

.tf-contact__field input::placeholder {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: rgba(2, 45, 51, 0.40);
  opacity: 1;
}

.tf-contact__field--textarea textarea {
  width: 100%;
  height: 150px;
  padding: 12px;
  background-color: #ffffff;
  border: none;
  border-radius: 10px;
  outline: none;
  resize: none;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: rgba(2, 45, 51, 0.40);
  transition: outline 0.15s ease;
}

.tf-contact__field--textarea textarea::placeholder {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: rgba(2, 45, 51, 0.40);
  opacity: 1;
}

/* zajednički stil */
.tf-contact__field--full-name::after,
.tf-contact__field--company::after,
.tf-contact__field--email::after,
.tf-contact__field--phone::after,
.tf-contact__field--message::after {
  content: "*";
  position: absolute;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: rgba(255, 107, 107, 0.80);
  pointer-events: none;
}

/* text input polja – centrirana po visini */
.tf-contact__field--full-name::after {
  top: 50%;
  left: calc(16px + 8ch);  /* "Full name" */
  transform: translateY(-50%);
}

.tf-contact__field--company::after {
  top: 50%;
  left: calc(16px + 13ch); /* "Company name" */
  transform: translateY(-50%);
}

.tf-contact__field--email::after {
  top: 50%;
  left: calc(16px + 5ch);  /* "Email" */
  transform: translateY(-50%);
}

.tf-contact__field--phone::after {
  top: 50%;
  left: calc(16px + 5.5ch);  /* "Phone" */
  transform: translateY(-50%);
}

/* textarea – zvezdica gore uz prvi red teksta */
.tf-contact__field--message::after {
  top: 12px;                /* isto kao padding-top textaree */
  left: calc(12px + 8ch);   /* "Message" */
}

/* Fokus stil za input + textarea */
input:focus,
textarea:focus {
    outline: none;
    border-color: var(--tf-secondary);
    box-shadow: 0 0 0 1px var(--tf-secondary);
}

/* Select – bez box-shadow-a */
select:focus {
    outline: none;
    border-color: var(--tf-secondary);
    box-shadow: none;
}
Ovo će o

/* ── SELECT ── */

.tf-contact__field--select {
  flex: none;
  width: 100%;
  gap: 12px;
}

.tf-contact__select-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 48px;
  background-color: #ffffff;
  border-radius: 10px;
  /* nema paddinga ovde */
}

.tf-contact__select-wrap select {
  appearance: none;
  -webkit-appearance: none;
  flex: 1;
  width: 100%;
  border: none;
  background: transparent;
  outline: none;
  font-family: "Inter Tight", "Inter", sans-serif;
  font-weight: 400;
  color: rgba(2, 45, 51, 0.4);
  font-size: 16px;
  line-height: 22px;
  cursor: pointer;
  padding: 12px 32px 12px 16px; /* L:16 za tekst, R:32 da ne dodje ispod SVG-a */
  box-sizing: border-box;
}

.tf-contact__select-wrap select:valid {
  color: #022d33;
}

.tf-contact__select-wrap select option {
  color: #022d33;
}

.tf-contact__select-arrow {
  position: absolute;
  right: 16px;
  pointer-events: none;
  width: 13px;
  height: 8px;
}

.tf-contact__select-wrap:focus-within {
  outline: 2px solid rgba(255, 255, 255, 0.65);
  outline-offset: 2px;
}

.tf-contact__field-label {
	color: rgba(255, 255, 255, 0.90);
}

.tf-contact__required {
	color: rgba(255, 107, 107, 0.80);
}

.tf-contact__select-wrap svg {
  position: absolute;
  right: 16px;
  pointer-events: none;
}

/* ── TEXTAREA ── */

.tf-contact__field--textarea {
  flex: none;
  width: 100%;
}

.tf-contact__field--textarea textarea {
  width: 100%;
  height: 150px;
  padding: 12px;
  background-color: #ffffff;
  border: none;
  border-radius: 10px;
  outline: none;
  resize: none;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: rgba(2, 45, 51, 0.40);
  transition: outline 0.15s ease;
}

.tf-contact__field--textarea textarea::placeholder {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: rgba(2, 45, 51, 0.40);
  opacity: 1;
}

.tf-contact__field--textarea textarea:focus {
  outline: 2px solid rgba(255, 255, 255, 0.65);
  outline-offset: 2px;
}

/* Sakrij zvezdicu čim korisnik počne da kuca u inputu */
.tf-contact__field--full-name:has(input:not(:placeholder-shown))::after,
.tf-contact__field--company:has(input:not(:placeholder-shown))::after,
.tf-contact__field--email:has(input:not(:placeholder-shown))::after,
.tf-contact__field--phone:has(input:not(:placeholder-shown))::after {
  content: "";
}

.tf-contact__field--message:has(textarea:not(:placeholder-shown))::after {
  content: "";
}

/* ── SUBMIT BUTTON ── */

.tf-contact__submit {
  all: unset;
  box-sizing: border-box;
  display: flex;
  height: 56px;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 999px;
  border: 1px solid #ffffff;
  font-family: "Sora", sans-serif;
  font-weight: 600;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.15s ease;
}

.tf-contact__submit:hover {
  background-color: rgba(255, 255, 255, 0.08);
}

.tf-contact__submit:active {
  background-color: rgba(255, 255, 255, 0.14);
}

.tf-contact__submit:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}

/* =============== TABLET (≤ 1024px) =============== */

@media (max-width: 1024px) {
  .tf-contact__inner {
    padding: 72px 24px;
    gap: 40px;
  }

  .tf-contact__title {
    font-size: 36px;
  }

  .tf-contact__subtitle {
    font-size: 18px;
    line-height: 24px;
  }

  .tf-contact__form-card {
    padding: 60px clamp(20px, 5vw, 80px);
  }
}

/* =============== MOBILE (≤ 767px) =============== */

@media (max-width: 767px) {
  .tf-contact__inner {
    padding: 64px 0;
    gap: 48px;
  }

  .tf-contact__header {
    padding: 0 24px;
    max-width: 100%;
  }

  .tf-contact__title {
    font-size: 30px;
  }

  .tf-contact__subtitle {
    font-size: 16px;
    line-height: 26px;
    max-width: 288px;
  }

  .tf-contact__form-section {
    padding: 0 24px;
  }

  .tf-contact__form-card {
    padding: 48px 32px;
    border-radius: 20px;
  }

  .tf-contact__row {
    flex-direction: column;
  }

  .tf-contact__submit {
    height: 48px;
  }
}