.container {
  max-width: 900px;
  margin: 50px auto;
  padding: 0 15px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.application-wrapper {
  background: rgba(255, 255, 255, 0.014);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 14px;
  padding: 40px 45px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.application-wrapper h2 {
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 2rem;
  color: #ffffffcc;
  letter-spacing: 0.05em;
}

.step-header.tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 2rem;
  padding: 0 20px;
}

.drop-zone {
  border: 2px dashed #ccc;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  color: #aaa;
  cursor: pointer;
  transition: border-color 0.3s ease;
}

.drop-zone.dragover {
  border-color: #007bff;
  background: rgba(0, 123, 255, 0.05);
  color: #007bff;
}

.drop-zone input {
  display: none;
}

.file-list {
  margin-top: 10px;
  font-size: 14px;
  color: white;
}

.tab-button {
  background: rgba(255, 255, 255, 0.15);
  border: none;
  border-radius: 30px;
  padding: 12px 20px;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

.tab-button:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-5px);
}

.tab-button.active {
  background: #0d6efd;
  box-shadow: 0 4px 12px rgba(13, 110, 253, 0.7);
}

label.form-label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
  color: #e0e0e0;
  font-size: 0.95rem;
}

/* Input group text (+1 prefix) */
.input-group-text {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px 0 0 8px;
}

/* Phone input field */
.input-group .form-control {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-left: none;
  border-radius: 0 8px 8px 0;
}

/* Placeholder styling */
.input-group .form-control::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

input[type="text"],
input[type="number"],
input[type="month"],
input[type="date"],
input[type="email"],
input[type="tel"],
textarea,
select {
  width: 100%;
  padding: 10px 14px;
  font-size: 1rem;
  border-radius: 10px;
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  outline: none;
  transition: border-color 0.3s ease, background 0.3s ease;
  font-family: 'Open Sans', sans-serif;
}

input[type="month"] {
  width: 20% !important;
  cursor: pointer;
}

input::placeholder {
  color: #dcdcdcaa;
}

input:focus,
select:focus {
  border-color: #0d6efd;
  background: rgba(255, 255, 255, 0.3);
}

select option {
  background-color: #000;
  color: #fff;
}

.row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 1.25rem;
}

.col-md-6 {
  flex: 0 0 calc(50% - 10px);
  max-width: calc(50% - 10px);
}

.col-md-4 {
  flex: 0 0 calc((100% - 40px) / 3);
  max-width: calc((100% - 40px) / 3);
}

.application-wrapper .btn {
  border-radius: 25px;
  padding: 12px 28px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  border: none;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  transition: background 0.3s ease;
  display: inline-block;
}

.application-wrapper .btn-primary {
  background-color: #0d6efd;
  color: #fff;
}

.application-wrapper .btn-primary :hover {
  background-color: #084cd9;
}

.btn-primary:hover {
  transform: translateY(-5px);
}

.btn-secondary:hover {
  transform: translateY(-5px);
}

.application-wrapper .btn-secondary {
  background-color: rgba(255, 255, 255, 0.25);
  color: #fff;
}

.application-wrapper .btn-secondary:hover {
  background-color: rgba(255, 255, 255, 0.45);
  color: #0d6efd;
}

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

input[type="radio"],
input[type="checkbox"],
input[type="file"] {
  cursor: pointer;
}

.glass-stepper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
  /* Wrap on smaller screens */
  gap: 20px;
  /* Space between steps */
  padding: 10px;

}

.step {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #192A51;
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #fff;
  box-shadow: inset 2px 2px 6px rgba(255, 255, 255, 0.6),
    inset -2px -2px 6px rgba(0, 0, 0, 0.3),
    4px 4px 12px rgba(0, 0, 0, 0.2);
  transition: all 0.4s ease;
  perspective: 1000px;
}

.circle i {
  font-size: 16px;
  color: #fff;
}


.step.active .circle {
  background: #00d27f;
  transform: scale(1.15) rotateY(10deg);
}

.line {
  width: 200px;
  height: 4px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(6px);
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  flex: 1;
}

.line::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, #007bff, #00c853);
  transition: width 0.5s ease;
}

.step span {
  margin-top: 10px;
  font-size: 15px;
  color: #333;
  font-weight: 500;
}


/* Utility spacing */
.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 3rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

/*----------------- CALENDAR FOR BUSINESS START DATE---------------------*/

.picker-container {
  display: flex;
  gap: 25px;
  background: rgba(255, 255, 255, 0.1);
  padding: 12px;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
  max-width: 500px;
  width: 90%;
  justify-content: center;
  align-items: stretch;
  backdrop-filter: blur(12px);
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.picker-container:hover {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

.picker {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.picker-label {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 5px;
  color: #ffffff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.picker-list {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 120px;
  overflow-y: auto;
  width: 100%;
  text-align: center;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.15);
  scrollbar-width: thin;
  scrollbar-color: #aaa transparent;
  transition: all 0.3s ease;
  border: 1px solid #c9cccc;
}

.picker-list::-webkit-scrollbar {
  width: 6px;
}

.picker-list::-webkit-scrollbar-track {
  background: transparent;
}

.picker-list::-webkit-scrollbar-thumb {
  background-color: #aaa;
  border-radius: 3px;
}

.picker-item {
  padding: 7px 7px;
  font-size: 0.8rem;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 10px;
  margin: 4px 8px;
  color: #f0f0f0;
  border-bottom: 1px solid #aaa;
}

.picker-item:hover {
  background: rgba(37, 117, 252, 0.15);
  color: #2575fc;
  transform: scale(1.05);
  font-weight: 600;
}

.picker-item.selected {
  background: #2575fc;
  color: white;
  font-weight: bold;
  box-shadow: 0 5px 15px rgba(37, 117, 252, 0.4);
}

@media (max-width: 768px) {

  .col-md-6,
  .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .application-wrapper {
    padding: 25px 20px;
  }

  .glass-stepper {
    flex-direction: column;
    gap: 20px;
  }

  .picker-container {
    flex-direction: column;
    gap: 20px;
    padding: 20px;
  }
}