/*
  Font Sizes:
  48px/60px, xxl
  40px/50px, xl,
  36px/45px, l
  24px/30px, m
  20px/25px, lm,
  18px/23px, sm
  16px/20px, s
  14px/18px, ls
  12px/15px, xs
*/
/**** Colors ****/
.underline {
  text-decoration: underline;
}

.color-neutral {
  color: #6A7280;
}
.color-neutral a {
  color: #6A7280 !important;
}

.color-heading {
  color: #3a3a3a;
}

.contact-form-section form input:not([type=checkbox]),
.contact-form-section form select,
.contact-form-section form textarea {
  opacity: 0.8;
  background: rgba(122, 122, 122, 0.27);
}
.contact-form-section form .travel_dates_range {
  opacity: 0.8;
  background: rgba(122, 122, 122, 0.27);
}

.travel_dates_range, .checkbox {
  cursor: pointer;
}

/*
Norbert and any frontend developer who might work on this: .select2 does not need to be preloaded,
because it is created only after js has loaded, so does not make sense to use inline styles on it
*/
#phone-number-wrapper .gjs-phone-number-wrapper .select2-container {
  margin-right: 2px;
}
#phone-number-wrapper .gjs-phone-number-wrapper .select2.select2-container .select2-selection--single {
  background-color: rgba(122, 122, 122, 0.27);
  opacity: 0.8;
  max-height: unset !important;
}
#phone-number-wrapper .gjs-phone-number-wrapper .select2.select2-container .select2-selection--single .select2-selection__rendered {
  height: inherit;
  display: flex;
  align-items: center;
}

#selling-points-form span {
  color: #667085;
}

#n-visitor-wrapper .select2.select2-container .select2-selection--single,
#destination-wrapper .select2.select2-container .select2-selection--single,
#budget-wrapper-wrapper .select2.select2-container .select2-selection--single {
  background-color: rgba(122, 122, 122, 0.27);
  opacity: 0.8;
  max-height: unset !important;
  min-height: 48px;
}
#n-visitor-wrapper .select2.select2-container .select2-selection--single .select2-selection__rendered,
#destination-wrapper .select2.select2-container .select2-selection--single .select2-selection__rendered,
#budget-wrapper-wrapper .select2.select2-container .select2-selection--single .select2-selection__rendered {
  height: 26px;
  display: flex;
  align-items: center;
}

.select2-results .select2-results__option--group:nth-child(6), .select2-results .select2-results__option--group:first-child {
  padding-bottom: 5px !important;
  margin-bottom: 5px !important;
  border-bottom: 1px solid #CCC;
}
.select2-results .select2-results__option--group:not(:first-child) strong {
  padding-left: 1rem !important;
  font-weight: normal;
}
.select2-results .select2-results__option--group:not(:first-child) ul.select2-results__options {
  display: none;
}
.select2-results .select2-results__option--group:not(:first-child) ul.select2-results__options li {
  padding-left: 2rem !important;
  background-color: #F1F1F1;
}

.daterangepicker {
  font-family: "Inter", Arial, sans-serif;
}
.daterangepicker td.disabled {
  background: #fff;
  color: #cacccd;
  text-decoration: none !important;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation: fadeIn 0.5s ease-out;
}

#transportation-wrapper-wrapper label.block span.font-size-2_25 {
  font-size: 0.95rem !important;
  font-weight: 500 !important;
  color: #2b3e5f;
}

main.tailors #contact-section .contact-form-section {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
main.tailors #contact-section .contact-form-section h2 {
  margin-bottom: 1.5rem;
  font-size: clamp(2rem, 4vw, 3rem) !important;
  font-weight: 600 !important;
  color: #3a3a3a;
}
main.tailors #contact-section .contact-form-section form#contact-form {
  background: #f3efe6;
  border: 1px solid #e6dece;
  border-radius: 14px;
  padding: 2rem;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1.1rem 1rem;
}
main.tailors #contact-section .contact-form-section .full-row,
main.tailors #contact-section .contact-form-section #specify-location,
main.tailors #contact-section .contact-form-section #transportation-wrapper-wrapper,
main.tailors #contact-section .contact-form-section #extra-services-wrapper,
main.tailors #contact-section .contact-form-section #message-wrapper,
main.tailors #contact-section .contact-form-section #tailor-made-tours-submit,
main.tailors #contact-section .contact-form-section input[name=tailor-made-tours],
main.tailors #contact-section .contact-form-section input[name=_csrfToken],
main.tailors #contact-section .contact-form-section input[name=token],
main.tailors #contact-section .contact-form-section input[name=utm_source] {
  grid-column: 1/-1;
}
main.tailors #contact-section .contact-form-section #travel-dates-wrapper,
main.tailors #contact-section .contact-form-section #phone-number-wrapper {
  grid-column: span 1;
}
main.tailors #contact-section .contact-form-section #firstname-wrapper {
  grid-column: 1/3;
}
main.tailors #contact-section .contact-form-section #lastname-wrapper {
  grid-column: 3/5;
}
main.tailors #contact-section .contact-form-section #email-wrapper {
  grid-column: 5/7;
}
main.tailors #contact-section .contact-form-section #destination-wrapper {
  grid-column: 1/3;
  grid-row: 4;
}
main.tailors #contact-section .contact-form-section #n-visitor-wrapper {
  grid-column: 3/5;
  grid-row: 4;
}
main.tailors #contact-section .contact-form-section #budget-wrapper-wrapper {
  grid-column: 5/7;
  grid-row: 4;
}
main.tailors #contact-section .contact-form-section #specify-location {
  grid-column: 1/-1;
  grid-row: 5;
}
main.tailors #contact-section .contact-form-section #travel-dates-wrapper {
  grid-column: 1/4;
  grid-row: 6;
}
main.tailors #contact-section .contact-form-section #phone-number-wrapper {
  grid-column: 4/7;
  grid-row: 6;
}
main.tailors #contact-section .contact-form-section #phone-number-wrapper .gjs-phone-number-wrapper {
  display: grid;
  grid-template-columns: minmax(95px, 24%) minmax(0, 76%);
  gap: 0;
}
main.tailors #contact-section .contact-form-section #phone-number-wrapper .gjs-phone-number-wrapper .select2-container {
  width: 100% !important;
}
main.tailors #contact-section .contact-form-section .form-section-label {
  font-size: 1.35rem;
  font-weight: 700;
  color: #1f2f4e;
  margin-top: 0.6rem;
  margin-bottom: 0.1rem;
}
main.tailors #contact-section .contact-form-section label {
  display: block;
  color: #2b3e5f;
  font-size: 0.95rem !important;
  font-weight: 500;
  margin-bottom: 0.45rem !important;
}
main.tailors #contact-section .contact-form-section label[for=firstname]::after,
main.tailors #contact-section .contact-form-section label[for=surname]::after,
main.tailors #contact-section .contact-form-section label[for=email]::after,
main.tailors #contact-section .contact-form-section label[for=destination]::after,
main.tailors #contact-section .contact-form-section label[for=n_visitor]::after,
main.tailors #contact-section .contact-form-section label[for=travel_dates]::after,
main.tailors #contact-section .contact-form-section label[for=phone_number]::after,
main.tailors #contact-section .contact-form-section label[for=approximate_budget]::after {
  content: " *";
  color: #d1843f;
}
main.tailors #contact-section .contact-form-section input:not([type=checkbox]):not([type=radio]),
main.tailors #contact-section .contact-form-section select,
main.tailors #contact-section .contact-form-section textarea,
main.tailors #contact-section .contact-form-section .travel_dates_range,
main.tailors #contact-section .contact-form-section .select2-selection--single {
  width: 100%;
  border: 1px solid #bcc4d2 !important;
  border-radius: 5px !important;
  background: #fff !important;
  opacity: 1 !important;
}
main.tailors #contact-section .contact-form-section input:not([type=checkbox]):not([type=radio]),
main.tailors #contact-section .contact-form-section select,
main.tailors #contact-section .contact-form-section .travel_dates_range,
main.tailors #contact-section .contact-form-section .select2-selection--single {
  min-height: 47px;
  padding: 10px 12px;
}
main.tailors #contact-section .contact-form-section textarea {
  min-height: 120px;
  padding: 12px;
  resize: vertical;
}
main.tailors #contact-section .contact-form-section .errorMsg {
  display: block;
  color: #d78e4a;
  font-size: 0.82rem;
  line-height: 1.2;
  min-height: 1.15rem;
  margin-top: 0.25rem;
}
main.tailors #contact-section .contact-form-section #transportation-wrapper-wrapper label.block {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  margin-bottom: 0.45rem;
}
main.tailors #contact-section .contact-form-section #transportation-wrapper-wrapper label.block input[type=radio] {
  margin-top: 0.2rem;
  accent-color: #d07c3d;
}
main.tailors #contact-section .contact-form-section .checkbox-group .checkbox-input-inner-wrap {
  display: flex;
  align-items: flex-start;
  gap: 0rem;
}
main.tailors #contact-section .contact-form-section .checkbox-group .checkbox-input-inner-wrap input[type=checkbox] {
  margin-top: 0.2rem;
  accent-color: #d07c3d;
}
main.tailors #contact-section .contact-form-section #tailor-made-tours-submit {
  width: 100%;
  max-width: 430px;
  margin: 0.5rem auto 0;
  border-radius: 999px;
  border: none;
  background: #e28b49;
  color: #fff;
  font-size: 1rem !important;
  font-weight: 700;
  padding: 14px 24px;
  text-align: center;
}
main.tailors #contact-section .contact-form-section #tailor-made-tours-submit:hover, main.tailors #contact-section .contact-form-section #tailor-made-tours-submit:focus {
  background: #d87f3d;
}
main.tailors #contact-section .contact-form-section #phone-number-wrapper .gjs-phone-number-wrapper .select2.select2-container .select2-selection--single,
main.tailors #contact-section .contact-form-section #n-visitor-wrapper .select2.select2-container .select2-selection--single,
main.tailors #contact-section .contact-form-section #destination-wrapper .select2.select2-container .select2-selection--single,
main.tailors #contact-section .contact-form-section #budget-wrapper-wrapper .select2.select2-container .select2-selection--single {
  min-height: 47px;
  max-height: none !important;
  display: flex;
  align-items: center;
}
main.tailors #contact-section #selling-points-form {
  margin-bottom: 1.75rem;
}
main.tailors #contact-section #selling-points-form ul {
  justify-content: center;
  gap: 1.4rem;
}
main.tailors #contact-section #selling-points-form li {
  gap: 0.35rem;
}
main.tailors #contact-section #selling-points-form span {
  font-size: 1.05rem;
  font-weight: 500;
  color: #6f7681;
  margin: 0;
}
main.tailors #contact-section #selling-points-form img {
  width: 14px;
  height: 14px;
}
@media (max-width: 900px) {
  main.tailors #contact-section .contact-form-section form#contact-form {
    grid-template-columns: 1fr;
    padding: 1.25rem;
  }
  main.tailors #contact-section .contact-form-section #destination-wrapper,
  main.tailors #contact-section .contact-form-section #firstname-wrapper,
  main.tailors #contact-section .contact-form-section #lastname-wrapper,
  main.tailors #contact-section .contact-form-section #email-wrapper,
  main.tailors #contact-section .contact-form-section #n-visitor-wrapper,
  main.tailors #contact-section .contact-form-section #budget-wrapper-wrapper,
  main.tailors #contact-section .contact-form-section #specify-location,
  main.tailors #contact-section .contact-form-section #travel-dates-wrapper,
  main.tailors #contact-section .contact-form-section #phone-number-wrapper {
    grid-column: 1/-1;
    grid-row: auto;
  }
  main.tailors #contact-section .contact-form-section #travel-dates-wrapper,
  main.tailors #contact-section .contact-form-section #phone-number-wrapper {
    grid-column: 1/-1;
  }
  main.tailors #contact-section #selling-points-form ul {
    flex-direction: column;
    gap: 0.7rem;
    align-items: center;
  }
}

/*# sourceMappingURL=tailor-form.css.map */
