@charset "UTF-8";
section.book-consultation {
  padding: 90px 0;
  background-color: #f4f4f4;
}
section.book-consultation .section-inner {
  width: 100%;
  max-width: 950px;
  margin: auto;
  padding: 0 20px;
}
section.book-consultation .block {
  margin-top: 115px;
}
section.book-consultation .block:first-child {
  margin-top: 0;
}
section.book-consultation .title {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 1.25;
  color: #050446;
  text-align: center;
}
section.book-consultation .title span {
  color: #0038b1;
}
section.book-consultation .subtitle {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.5;
  color: #050446;
  text-align: center;
  margin-top: 20px;
}
section.book-consultation .content {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-top: 25px;
}
section.book-consultation .content ul li {
  padding-left: 30px;
  background: url("../images/icons/checkmark.svg") no-repeat;
  background-size: 20px auto;
  background-position: left top 3px;
  margin-top: 10px;
}
section.book-consultation .content p {
  font-size: inherit;
  margin-top: 15px;
}
section.book-consultation .content a {
  text-decoration: underline;
}
section.book-consultation .content a:hover {
  text-decoration: none;
}
section.book-consultation .content strong {
  font-weight: 900;
}
section.book-consultation .content.narrow {
  max-width: 450px;
  text-align: left;
  margin: auto;
}
section.book-consultation .content .linebreak {
  height: 5px;
}
section.book-consultation .slider-consultation {
  margin-top: 35px;
  text-align: center;
  overflow: hidden;
}
section.book-consultation .slider-consultation .swiper-slide img {
  height: auto;
  width: 100%;
  max-width: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
  border-radius: 16px;
  overflow: hidden;
}
section.book-consultation .slider-consultation .swiper-pagination-bullets {
  margin-top: 20px;
}
section.book-consultation .slider-consultation .swiper-pagination-bullets .swiper-pagination-bullet {
  height: 13px;
  width: 13px;
}
section.book-consultation .form-container {
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 500px;
  text-align: center;
  position: relative;
  margin: auto;
}
section.book-consultation .form-container .subtitle {
  margin-top: 0;
}
section.book-consultation .form-container form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: opacity 0.3s ease-in-out;
  margin-top: 25px;
}
section.book-consultation .form-container form input,
section.book-consultation .form-container form select {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
}
section.book-consultation .form-container form input::-moz-placeholder, section.book-consultation .form-container form select::-moz-placeholder {
  color: #999;
}
section.book-consultation .form-container form input::placeholder,
section.book-consultation .form-container form select::placeholder {
  color: #999;
}
section.book-consultation .form-container form input.invalid,
section.book-consultation .form-container form select.invalid {
  border-color: red;
}
section.book-consultation .form-container form input[type=checkbox], section.book-consultation .form-container form input[type=radio] {
  width: auto;
  margin: 0;
  margin-right: 10px;
  width: 18px;
  height: 18px;
}
section.book-consultation .form-container form .group-title {
  font-size: 17px;
  font-weight: 600;
  text-align: left;
  margin-top: 10px;
}
section.book-consultation .form-container form .checkbox-group {
  margin-top: 10px;
  margin-bottom: 15px;
  text-align: left;
}
section.book-consultation .form-container form label {
  display: flex;
  align-items: flex-start;
  margin-top: 8px;
  font-size: 15px;
  font-weight: 500;
}
section.book-consultation .form-container form label input {
  margin-right: 10px;
}
section.book-consultation .form-container form .radio-group {
  display: flex;
  gap: 25px;
}
section.book-consultation .form-container form .submit-btn {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 14px;
  border-radius: 5px;
  font-size: 18px;
  cursor: pointer;
  margin-top: 10px;
  transition: background 0.3s ease-in-out;
  font-weight: 700;
}
section.book-consultation .form-container form .submit-btn:hover {
  background-color: #0056b3;
}
section.book-consultation .form-container form .submit-btn.loading {
  background-color: #ccc;
  cursor: not-allowed;
  position: relative;
}
section.book-consultation .form-container form .submit-btn.loading::after {
  content: "⏳";
  position: absolute;
  right: 15px;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media only screen and (max-width: 950px) {
  section.book-consultation {
    padding: 50px 0;
  }
  section.book-consultation .section-inner {
    padding: 0 10px;
  }
  section.book-consultation .title {
    font-size: 32px;
  }
  section.book-consultation .subtitle {
    font-size: 19px;
  }
  section.book-consultation .content {
    font-size: 17px;
  }
  section.book-consultation .block {
    margin-top: 70px;
  }
  section.book-consultation .block:first-child {
    margin-top: 0;
  }
  section.book-consultation .slider-consultation {
    margin-top: 35px;
    text-align: center;
  }
}

.date-wrapper {
  position: relative;
  display: inline-block;
}

.date-wrapper input {
  box-sizing: border-box;
  background: white !important;
  height: 52px !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* The magic: hide the browser-imposed placeholder (Chrome, Safari, etc.) */
/* We only hide the placeholder portion, letting the actual user-chosen date show */
input[type=date]::-webkit-datetime-edit:placeholder,
input[type=date]::-webkit-datetime-edit-text:placeholder {
  color: transparent;
}

/* For older browsers/variations that chunk the fields up: ensure empty fields don’t show “dd” / “mm” / “yyyy”: */
input[type=date]::-webkit-datetime-edit-month-field:empty:before,
input[type=date]::-webkit-datetime-edit-day-field:empty:before,
input[type=date]::-webkit-datetime-edit-year-field:empty:before {
  content: "";
}

.date-wrapper label {
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  padding: 5px 10px;
  background: #fff;
  pointer-events: none;
  transition: 0.2s ease;
  margin: 0 !important;
}/*# sourceMappingURL=book-consultation.css.map */