.tedarikci-hero-section {
  background-color: rgb(24 24 24 / 50%); /* Overlay color lightened */
  background-image: url("/assets/img/tedarikci-hero-arkaplan.jpg");
  background-blend-mode: multiply;
  background-size: 85%;
  background-position: left;
  padding: 80px 0 180px 40px;
  position: relative;
  color: white;
  overflow: hidden;
  border-bottom-left-radius: 90% 20%;
  border-bottom-right-radius: 90% 20%;
}

.basarili-tedarikci-hero-section {
    background-color: rgb(24 24 24 / 50%); /* Overlay color lightened */
    background-image: url("/assets/img/tedarikci-hero-arkaplan.jpg");
    background-blend-mode: multiply;
    background-size: 85%;
    background-position: left;
    padding: 80px 0 180px 40px;
    position: relative;
    color: white;
    overflow: hidden;
    height: 100vh;
}

.orange-swoosh {
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  height: 100%;
  background-color: #f6861f;
  z-index: 0;
}

.hero-content-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  position: relative;
  z-index: 1;
}

.hero-text-content {
  flex: 1;
}

.hero-text-content h1 {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.2;
  border-style: none;
  outline: none;
  box-shadow: none;
}

.hero-text-content p {
  font-size: 1.1rem;
}

.hero-form-card {
  flex: 1;
  background-color: white;
  color: #333;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  display: flex;
  gap: 25px;
  max-width: 600px;
}

.basarili-hero-form-card {
    background-color: white;
    color: #333;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    display: flex;
    gap: 25px;
    max-width: 600px;
}

.form-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  border: 1px solid #eee;
  padding: 30px;
  border-radius: 12px;
}

.form-column h3 {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: #000;
}

/* Tab Styles (copied/adapted from PPHizliWebHero.css) */
.form-tabs {
  display: none;
  width: 100%;
  border-bottom: 1px solid #ccc;
}

.tab-button {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: background-color 0.3s, color 0.3s;
  width: 50%;
  font-size: 1rem;
  font-weight: 500;
  color: #888;
  border-bottom: 2px solid transparent;
}

.tab-button.active {
  color: #000;
  font-weight: bold;
  border-bottom-color: #f6861f;
}

.form-column-wrapper {
  display: flex;
  gap: 25px;
  width: 100%;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  margin-bottom: 2.2rem;
  font-size: 1rem;
  color: #555;
  font-weight: 500;
}

.form-column .form-group input,
.form-column .form-group textarea {
  width: 100% !important;
  padding: 12px 15px !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 8px !important;
  font-size: 1rem !important;
  background-color: #f9f9f9 !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
}

.form-column .form-group .rz-datepicker {
  border: none !important;
  padding: 0 !important;
  background: transparent !important;
  display: block !important;
}

.form-column .form-group input:focus,
.form-column .form-group textarea:focus {
  outline: none !important;
  border-color: #6a0dad !important;
  box-shadow: 0 0 0 3px rgba(106, 13, 173, 0.15) !important;
  background-color: white !important;
}

.form-column .form-group .rz-datepicker:focus-within {
  outline: none !important;
  border-color: transparent !important;
  box-shadow: none !important;
  background-color: transparent !important;
}

.form-column .rz-datepicker {
  padding: 0 !important;
  background-color: transparent !important;
}

.form-column textarea {
  resize: none;
  height: 120px;
}

.form-group .rz-inputtext {
  box-sizing: border-box !important;
  height: 60px !important;
  width: 100% !important;
  padding: 12px 15px !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 8px !important;
  font-size: 1rem !important;
  background-color: #f9f9f9 !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
}

.form-group .rz-inputtext:focus {
  outline: none !important;
  border-color: #6a0dad !important;
  box-shadow: 0 0 0 3px rgba(106, 13, 173, 0.15) !important;
  background-color: white !important;
}

.form-column button {
  width: 100%;
  padding: 15px;
  border: none;
  border-radius: 8px;
  color: white;
  font-size: 1.1rem;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: auto;
  position: relative;
}

.form-column button:active {
  transform: translateY(2px);
}

.btn-basvuru {
  background-color: #6a0dad;
  box-shadow: 4px 4px 0 0 black;
  border: 2px solid black;
}

.btn-basvuru:hover {
  background-color: #fff;
  color: #1a1a1a;
}

.btn-randevu {
  background-color: #f6861f;
  box-shadow: 4px 4px 0 0 black;
  border: 2px solid black;
}

.btn-randevu:hover {
  background-color: #fff;
  color: #1a1a1a;
}

.datepicker-group {
  margin-bottom: 1rem;
}

.datepicker-label-row {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 4px;
}

.calendar-icon {
  display: flex;
  align-items: center;
  height: 24px;
}

.calendar-icon i {
  font-size: 1.2rem;
  color: #555;
}

.calendar-icon i {
  font-size: 1.2rem;
  color: #555;
}

.input-group-custom {
    display: flex;
    align-items: center;
    border: 1px solid #ced4da;
    border-radius: 8px;
    padding: 0.6rem 0.9rem;
    margin-bottom: 1rem;
    background-color: #f9f9f9 !important;
}

    .input-group-custom .icon {
        color: #6c757d;
        margin-right: 0.75rem;
        font-size: 1.1rem;
    }

/* NEW STYLES FOR PHONE INPUT */
.input-group-custom.phone-input-group {
    padding: 0; /* Override padding to handle children manually */
}

    .input-group-custom.phone-input-group.rz-multiselect-trigger, .rz-dropdown-trigger {
        margin-right: 0.6rem !important;
    }

    .input-group-custom.phone-input-group > .icon {
        padding: 0.6rem 0.75rem 0.6rem 0.9rem; /* Re-apply padding to icon */
        align-self: center;
    }

.phone-input-group .country-dropdown {
    border: none !important;
    box-shadow: none !important;
    width: 130px;
    flex-shrink: 0;
    border-radius: 8px !important;
    font-size: 1rem !important;
    background-color: #f9f9f9 !important;
}

    .phone-input-group .country-dropdown .rz-inputtext {
        padding: 0 !important;
        border-right: 1px solid #ced4da !important;
        border-radius: 0;
        height: auto;
    }

    .phone-input-group .country-dropdown .rz-dropdown-label-container {
        height: 100%;
        display: flex;
        align-items: center;
        padding-left: 10px;
    }

.phone-input-group .radzen-input-custom-style {
    display: flex;
    align-items: center;
    flex-grow: 1;
    padding-left: 0.9rem;
    border: none !important;
    border-radius: 8px !important;
    font-size: 1rem !important;
    background-color: #f9f9f9 !important;
}

    .phone-input-group .radzen-input-custom-style:focus {
        outline: none !important;
        border-color: #6a0dad !important;
        box-shadow: 0 0 0 3px rgba(106, 13, 173, 0.15) !important;
        background-color: white !important;
        margin-left: 2px;
    }

    .phone-input-group .radzen-input-custom-style:hover {
        outline: none !important;
        border: none !important;
        background-color: #f9f9f9 !important;
    }

@media (max-width: 1450px) {
  .hero-form-card {
    margin-right: 2rem;
  }
}

@media (max-width: 1200px) {
  .tedarikci-hero-section {
    border-bottom-left-radius: 90% 15%;
    border-bottom-right-radius: 90% 15%;
  }

  .form-column h3 {
    font-size: 1.2rem;
  }

  .hero-content-wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
  }

  .hero-text-content {
    margin-bottom: 0;
    padding: 0 20px;
  }

  .hero-form-card {
    max-width: 100%;
    min-width: 800px;
    margin-right: 0;
  }

  .orange-swoosh {
    display: none; /* Hide the swoosh on smaller screens */
  }

  .hero-text-content h1 {
    font-size: 2.8rem;
  }

  .tedarikci-hero-section {
    background-size: cover;
    background-position: center;
    padding: 60px 20px 120px 20px;
  }
}

@media (max-width: 992px) {
  .tedarikci-hero-section {
    padding: 40px 15px 80px 15px;
    border-bottom-left-radius: 90% 10%;
    border-bottom-right-radius: 90% 10%;
  }

  .hero-text-content h1 {
    font-size: 2.8rem;
  }

  .hero-form-card {
    flex-direction: column;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    min-width: 600px;
    margin-right: 0;
  }

  .form-tabs {
    display: none; /* Hide tabs completely */
  }

  .form-column-wrapper {
    display: flex;
    gap: 0;
    width: 100%;
  }

  .form-column {
    display: flex; /* Always show the form column */
    flex-direction: column;
    border: 1px solid #eee;
    padding: 30px;
    border-radius: 12px;
    width: 100%;
    box-sizing: border-box;
  }
}

@media (max-width: 768px) {
  .hero-text-content {
    margin-bottom: 0;
  }

  .hero-content-wrapper {
    gap: 20px;
  }

  .hero-form-card {
    gap: 0;
    margin-right: 0;
    padding: 20px;
  }

  .hero-text-content h1 {
    font-size: 2.2rem;
  }

  .hero-text-content p {
    font-size: 1rem;
  }

  .form-column h3 {
    font-size: 1.1rem;
  }

  .form-column {
    padding: 20px;
  }
}

@media (max-width: 576px) {
  .hero-form-card {
    min-width: 400px;
    max-width: 600px;
    padding: 15px;
  }

  .form-column {
    padding: 15px;
  }
}

@media (max-width: 480px) {
  .tedarikci-hero-section {
    padding: 30px 10px 60px 10px;
    border-bottom-left-radius: 90% 10%;
    border-bottom-right-radius: 90% 10%;
  }

  .hero-text-content h1 {
    font-size: 1.8rem;
  }

  .form-column {
    padding: 15px;
  }

  .form-column .form-group input,
  .form-column .form-group textarea,
  .form-group .rz-inputtext {
    padding: 10px 12px !important;
    font-size: 0.9rem !important;
  }

  .form-column button {
    padding: 12px;
    font-size: 1rem;
  }

  .hero-form-card {
    min-width: 355px;
    max-width: 500px;
    margin-right: 0;
    padding: 10px;
  }
}

/* Radzen validator message style override */
.rz-message {
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
    font-size: 0.8rem;
    color: #dc3545;
    display: flex;
    align-items: center;
    gap: 0.5rem; /* 8px */
}

.rz-message::before {
    font-family: "Font Awesome 6 Free", "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f06a"; /* fa-circle-exclamation */
}