@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
*{
    font-family: "Fira Sans", serif;
}
body{
    background-color: #f9f6f5;
    font-family: "Fira Sans", serif;
  }
body,
div,
label,
input,
select,
option,
textarea,
button {
  font-size: 14px;
  color: #333;
}

.rs-header {
  margin-bottom: 30px;
  border-bottom: 1px solid #e6e0de;
  padding-bottom: 10px;
}



.step-progress {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  border-bottom: 1px solid #e6e0de;
  padding-bottom: 10px;
}

.form-nav {
  border-top: 1px solid #e6e0de;
  padding-top: 20px;
}

.step {
  text-align: center;
  flex: 1;
}

.step-number {
  display: inline-block;
  background-color: #ffde00;
  color: #000;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
}

.step.active .step-number {
  background-color: #000000;
  color: #fff;
}

.form-step {
  display: none;
}

.form-step.active {
  display: block;
}

.is-invalid {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.is-invalid ~ label {
  color: #dc3545;
}

.is-invalid ~ .invalid-feedback {
  display: block;
}

.form-floating select {
  width: 100%;
}

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

#accommodation-details img {
  width: 300px;
  height: 300px;
  object-fit: cover;
  display: block;
}

#accommodation-details p {
  margin: 0;
}

.custom-image {
  width: 300px;
  height: 300px;
  object-fit: cover;
}


.form-check-label {
  margin-left: 5px;
}

.feature-card .form-check-label {
  margin-left: 5px;
  font-size: 14px;
  color: #555;
}

.buttons-container {
  margin-top: 15px;
}

.rules {
  text-decoration: none;
  color: orange;
}

.rules:hover {
  text-decoration: underline;
}
#adult_names #notes,
#children-ages,
#alternative-accommodation {
  height: 100px;

}
#summary-content {
  overflow-y: auto;
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #fff;
}

#step-summary h5 {
  font-weight: bold;
}

#step-summary .card-header {
  background: #ffde00;
}

#summary-content p {
  margin: 5px 0;
  color: #333;
}

.form-control,
.form-floating label,
.form-check-label {
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}

.form-floating {
  word-break: break-word;
}


label,
input,
select,
textarea {
  overflow: hidden;
  text-overflow: ellipsis;
}
textarea {
  white-space: pre-wrap !important;
  overflow-wrap: break-word;
  word-wrap: break-word !important;
  resize: vertical;
}

textarea.ea-notes{
  height: unset !important;
}

label {
  display: block;
}
#summary-content.highlight-border {
  border-bottom: 2px solid red;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
label[for="min-nights"],
label[for="max-nights"] {
  font-size: 11px;
  font-weight: normal;
}
#adult_names {
  height: 100px;
  resize: none;
}
.step-number {
  cursor: pointer;
  transition: color 0.3s;
}

.step-number:hover {
  color: #ffffff;
}

.copyright {
  text-align: center;
  margin-top: 30px;
  font-size: 12px;
}

.copyright a{
  color: #333;
  text-decoration: none;
}
.ea-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.ea-container {
  flex: 1;
}

footer {
  padding: 20px;
  text-align: center;
}

.pagination-links a{
  text-decoration: none;
}

/* Για οθόνες 992px και πάνω (full screen layout) */
@media (min-width: 992px) {
  .form-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }

  .form-container .form-field {
    flex: 1 1 100%; /* Τα πεδία να γεμίζουν το διαθέσιμο χώρο */
    max-width: 100%;
  }
}
@media (max-width: 768px) and (min-width: 577px) {

  .rs-header {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    text-align: left;
  }

  .rs-header img {
    width: auto;
    max-width: 100%;
    margin-bottom: 10px;
  }
  #min-nights,
  #max-nights{
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    text-align: left;
  }

}


@media (max-width: 576px) {

    .step-label {
        display: none;
    }

    .active.step-label {
        display: block;
    }

  .step-progress {

    width: auto;
  }

  .step {
    margin-bottom: 10px;
  }


  .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .rs-header {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    text-align: left;
  }

  .rs-header img {
    width: auto;
    max-width: 100%;
    margin-bottom: 10px;
  }
  #min-nights,
  #max-nights{
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    text-align: left;
  }

}

svg.w-5.h-5{
    max-width: 10px !important;
    width: 10px !important;
}

/* span.relative.cursor-default .w-5.h-5 {
    width: 10px !important;
    height: auto;
    max-width: 10px !important;

}

.pagination-links svg {
    width: 10px !important;
    height: auto;
} */


  .step-number.active {
    background-color: black;
    color: white;
  }

 /* Απόκρυψη όλων των labels σε κινητές συσκευές */
 /* @media (max-width: 768px) {
    .step-label {
      display: none;
    }

    .active-label {
      display: inline-block;
      font-weight: bold;
      color: black;
    }

  } */

  .accommodations-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-bottom: 20px;
}

.radio-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    transition: transform 0.2s, box-shadow 0.2s;
}

/* .radio-wrapper:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
} */

.radio-input {
margin: 10px;}

.radio-label {
    cursor: pointer;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.accommodation-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.accommodation-text h4 {
    margin: 10px 0 5px;
    font-size: 1.2em;
}

.accommodation-text p {
    color: #555;
    font-size: 0.9em;
}


table.table.table-bordered.ea-table{
    background-color: white;
}
table.table.table-bordered.ea-table .ea-additional-tr td{
    background-color: #efefef  !important;
}

span.dark-capsule {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    border-radius: 50%;
    background-color: #3e5569;
    color: white;
    font-weight: bold;
    font-size: 12px !important;
    padding: 4px 8px;
    height: 25px;
    width: 25px;
}

.status-label {
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: bold;
    text-transform: capitalize;
}

.bg-blue-500 { background-color: #3b82f6; color: white; }
.bg-green-500 { background-color: #22c55e; color: white; }
.bg-gray-500 { background-color: #6b7280; color: white; }
.bg-yellow-500 { background-color: #eab308; color: black; }
.bg-indigo-500 { background-color: #6366f1; color: white; }
.bg-green-700 { background-color: #15803d; color: white; }
.bg-orange-500 { background-color: #f97316; color: white; }
.bg-red-500 { background-color: #ef4444; color: white; }
.bg-purple-500 { background-color: #a855f7; color: white; }
.bg-red-700 { background-color: #b91c1c; color: white; }
.bg-gray-300 { background-color: #d1d5db; color: black; }


  .select2-container { width: 100% !important; }

  /* Πιο «bootstrap» εμφάνιση για τα pills */
  .select2-container--default .select2-selection--multiple {
    border: 1px solid #ced4da; min-height: 38px; padding-top: 2px; padding-bottom: 2px;
  }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    border-radius: 9999px; padding: 2px 8px; margin-top: 3px;
  }
