.contact-form-main-section {
  background-color: #f4f0ee;
}

.contact-form-container {
  padding: 136px 32px 96px 32px;
}

.contact-form-content {
  max-width: 512px;
  margin: 0 auto;
}

.contact-form-text-container .contact-form-heading {
  color: #101828;
  font-family: "AvenirNextLTPro-BoldCn";
  font-size: 56px;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: -0.56px;
  padding-bottom: 24px;
  margin: 0px;
  -webkit-font-smoothing: auto;
}

.contact-form-subheading {
  color: #1c1b19;
  font-family: "AvenirNextLT-Pro-Regular";
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  padding-bottom: 6px;
  margin: 0px;
  -webkit-font-smoothing: auto;
}

.contact-form-subheading:last-of-type {
  padding-bottom: 0;
}

.contact-form-list-container {
  padding-top: 24px;
}

.contact-form-list li {
  color: #1c1b19;
  font-family: "AvenirNextLTPro-Bold";
  font-size: 18px;
  font-weight: 800;
  line-height: 27px;
  list-style: none;
  -webkit-font-smoothing: auto;
  padding: 0 0 0 10px;
  margin: 0 0 16px;
  border-left: 3px solid #c6aa76;
}

.contact-form-list li:last-of-type {
  margin-bottom: 0;
}

.contact-form-list li a {
  text-decoration: underline;
  color: #1c1b19;
}

.contact-form-text-container {
  padding-bottom: 48px;
}

.contact-form-form-container .contact-form-heading .heading-h4-contact {
  color: #1c1b19;
  font-family: "AvenirNextLTPro-Bold";
  font-size: 18px;
  font-weight: 800;
  line-height: 27px;
  padding-top: 24px;
  -webkit-font-smoothing: auto;
}

.contact-form-form-container .contact-form-heading .tell-us-h4 {
  color: #1c1b19;
  font-family: "AvenirNextLTPro-Bold";
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
}

.contact-form-input-group {
  padding-bottom: 24px;
}

.contact-form-input-group label {
  color: #344054;
  font-family: "AvenirNext-Medium";
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding-bottom: 6px;
  -webkit-font-smoothing: auto;
}

.contact-form-disclaimer-text-content p {
  color: #535353;
  font-family: "AvenirNextLT-Pro-Regular";
  font-size: 12px;
  font-weight: 400;
  line-height: 14.4px;
  -webkit-font-smoothing: auto;
}

.contact-form-image {
  position: relative;
  text-align: center;
  padding: 64px 0px 64px 0px;
  background-color: #1c1b19;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.contact-form-image .contact-us-image-desktop {
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}

/* Upload Box Wrapper */

.upload-container {
  border: 1px solid #c6aa76;
  border-radius: 0px;
  padding: 22px 12px;
  text-align: center;
  position: relative;
  cursor: pointer !important;
  transition: 0.25s ease;
}

.upload-container:hover {
  border: 1px solid #805606;
}

/* Hide the actual input */
.upload-container input[type="file"] {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

/* Drag highlight */
#upload-area {
  transition: 0.25s ease;
}

.upload-content .upload-subtext {
  padding-top: 16px;
  font-size: 12px;
  line-height: 16px;
  font-family: "AvenirNextLT-Pro-Regular";
  font-weight: 400;
  -webkit-font-smoothing: auto;
  color: #1c1b19;
}

.uploaded-files {
  margin-top: 10px;
  font-size: 14px;
  color: #374151;
  list-style: disc;
  padding-left: 20px;
}

.file-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.circle-loader {
  position: relative;
  width: 27px;
  height: 32px;
  top: -3px;
  left: -8px;
}

.progress-ring {
  transform: rotate(-90deg); /* start progress at top */
  padding: 2.5px;
}

.progress-ring__circle {
  transition: stroke-dashoffset 0.3s ease;
}

.loader-percent {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  color: #000;
  font-weight: bold;
}

#uploaded-file-list .file-item {
  margin: 6px 0;
  background-color: #c6aa76;
}

#uploaded-file-list .file-item:last-child {
  margin-bottom: 0;
}

.file-status,
.file-name,
#contact-image-error-name {
  color: #1c1b19;
  font-family: "AvenirNextLT-Pro-Regular";
  font-size: 12px;
  font-weight: 400;
  line-height: 14.4px;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.file-status-message,
#contact-error-message {
  color: #1c1b19;
  font-family: "AvenirNextLTPro-Bold";
  font-size: 12px;
  font-weight: 800;
  line-height: 14.4px;
}

.file-name,
#contact-image-error-name {
  padding-top: 4px;
}

#contact-image-error-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; /* single-line responsive ellipsis */
  display: block;
  max-width: 100%;
  flex: 1 1 auto; /* allow shrinking!!! */
}

.uploaded-text {
  padding-left: 8px;
  overflow: hidden;
}

.uploaded-content {
  display: flex;
  align-items: center;
  overflow: hidden;
}

.file-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  max-width: 100%;
}

.file-row.uploading {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 11px 59px 11px 57px;
}

.file-row.uploaded {
  padding: 11px 31px 11px 57px;
  gap: 20px;
}

img.close-error-icon {
  width: 18px;
  height: 18px;
  display: block;
}
.remove-file {
  background: transparent;
  color: #1c1b19;
  border: none;
  border-radius: none;
  cursor: pointer;
  font-size: 12px;
  line-height: 14.4px;
  text-decoration: underline;
  font-family: "AvenirNextLTPro-Bold";
}

.uploading-text {
  padding-left: 8px;
}

.removing {
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

/* Centered content (icon + text) */
.upload-content {
  pointer-events: none; /* prevents blocking input click */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.upload-container.dragover {
  border-color: #c6aa76;
  background: rgba(198, 170, 118, 0.25);
}

/* Icon */
.upload-icon {
  width: 24px;
  height: 24px;
  margin-bottom: 8px;
  display: inline-block;
}

/* Main text */
.upload-text {
  color: #1c1b19;
  text-align: center;
  font-family: "AvenirNextLT-Pro-Regular";
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.24px;
  -webkit-font-smoothing: auto;
}

.choose-file {
  text-decoration: underline;
  font-weight: 700;
  font-family: "AvenirNextLTPro-Bold";
  -webkit-font-smoothing: auto;
  color: #1c1b19;
}

.error-item {
  background-color: #d6d6d4;
  padding: 11px 17.5px 11px 57px;
  margin: 6px 0;
  overflow: hidden;
}

.error-item:last-child {
  margin-bottom: 0px !important;
}

div#contact-icon-error,
.upload-success-icon {
  display: contents;
}

.error-content-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-width: 0;
}

.error-messages-wrapper {
  padding-left: 8px;
  overflow: hidden;
}

.error-message-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-width: 0;
  overflow: hidden;
}

button#contact-close-error {
  background: transparent;
  border: 0;
  width: 18px;
}

/* Subtext */
.upload-subtext {
  color: #1c1b19;
  text-align: center;
  font-family: "AvenirNextLT-Pro-Regular";
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.24px;
  -webkit-font-smoothing: auto;
}

/* Hide the input but make it clickable */
#contact-image-upload {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer !important;
  padding: 0px;
  -webkit-appearance: none;
  appearance: none;
  color: transparent;
}

#contact-image-upload::-webkit-file-upload-button {
  visibility: hidden;
}

.contact-review-personalinfo-section .contact-form-content {
  margin: 0 auto;
  padding: 24px 20px 64px;
  max-width: 100%;
  margin-top: 55px;
}

.contact-form-content .back-button {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  font-family: "AvenirNextLTProRegular";
  color: #000000;
  -webkit-font-smoothing: auto;
}

.contact-form-content .back-button-container {
  padding-bottom: 32px;
}

.contact-form-content .back-button .back-icon {
  width: 32px;
  height: 32px;
  font-size: 18px;
  -webkit-font-smoothing: auto;
}

.contact-form-content .back-button .button-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  font-family: "AvenirNextLTProRegular";
  color: #000000;
  margin-left: 8px;
  -webkit-font-smoothing: auto;
}

.contact-form-content .review-wapper h3 {
  color: #101828;
  font-family: "AvenirNextLTPro-BoldCn";
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -0.48px;
  padding-bottom: 16px;
  -webkit-font-smoothing: auto;
  -webkit-font-smoothing: auto;
}

.contact-form-content .review-wapper .description,
.contact-form-content .details-container .heading p,
.contact-form-content .details-container .supporting-text p {
  color: #1c1b19;
  font-family: "AvenirNextLTPro-Bold";
  font-size: 18px;
  font-weight: 800;
  line-height: 28px;
  -webkit-font-smoothing: auto;
}

.contact-form-content .review-wapper .description {
  padding-bottom: 32px;
}

.contact-form-content .details-container .supporting-text p {
  font-family: "AvenirNextLTProRegular";
  font-weight: 400;
}

.contact-form-content .two-container-review-personalinfo {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  gap: 32px;
}

.info-container .details-container .supporting-text-td,
.info-container .details-container .heading-td {
  padding-bottom: 20px;
}

#contact-guests-data .heading-td,
#contact-guests-data .supporting-text-td {
  padding-bottom: 0px !important;
}

.info-container table.table-info {
  width: 100%;
}

.heading-td {
  width: 60px;
  padding-right: 32px;
}

.contact-form-content .contact-form-form-container .booking-info-input label {
  color: #1c1b19;
  font-family: "AvenirNextLTProRegular";
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  padding-bottom: 6px;
  -webkit-font-smoothing: auto;
  pointer-events: none;
}

.contact-form-content .contact-form-form-container .phone-select-dropdown {
  position: absolute;
  left: 3px;
  bottom: 4px;
  width: 55px !important;
  height: 38px !important;
  padding: 14px 0 11px 10px !important;
  border: 0 !important;
  line-height: 16px !important;
  font-family: "AvenirNextLTProRegular" !important;
  -webkit-font-smoothing: auto;
  font-weight: 400 !important;
  cursor: pointer !important;
  box-shadow: none !important;
}

.contact-form-content .contact-form-form-container .custom-select-arrow {
  position: absolute;
  top: 55%;
  z-index: 2;
  left: 39px;
  transform: translateY(-50%);
  pointer-events: none; /* Let clicks pass through to select */
}

#contact-email:valid,
#contact-lastName:valid,
#contact-firstName:valid,
#contact-phone:valid {
  font-family: "AvenirNextLTPro-Medium";
  color: #1c1b19;
  font-weight: 700;
}

.contact-form-content .contact-form-form-container .booking-info-input input,
.contact-form-content .contact-form-form-container .booking-info-input select,
.contact-form-content
  .contact-form-form-container
  .booking-info-input
  textarea {
  border: 1px solid #c6aa76;
  background: #ffffff;
  padding: 14px 12px;
  box-sizing: border-box;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  font-family: "AvenirNextLTPro-Medium";
  color: #1c1b19;
  font-weight: 700;
  height: 42px;
  margin: 0 !important;
  -webkit-font-smoothing: auto;
  background-color: #ffffff;
  border-radius: 0px !important;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  transition: 0.25s ease;
}

.contact-form-form-container .booking-info-input textarea {
  resize: none;
}

.contact-form-content
  .contact-form-form-container
  .booking-info-input
  input::placeholder,
.contact-form-content
  .contact-form-form-container
  .booking-info-input
  select::placeholder,
.contact-form-content
  .contact-form-form-container
  .booking-info-input
  textarea::placeholder {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #535353;
  font-family: "AvenirNextLTProRegular";
  -webkit-font-smoothing: auto;
  transition: none !important;
  opacity: 1 !important;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: #ffffff !important;
  box-shadow: 0 0 0px 1000px #ffffff inset !important;
  -webkit-text-fill-color: #1c1b19 !important;
}

.contact-form-content
  .contact-form-form-container
  .booking-info-input
  input:active,
.contact-form-content
  .contact-form-form-container
  .booking-info-input
  select:active,
.contact-form-content
  .contact-form-form-container
  .booking-info-input
  textarea:active,
.contact-form-content
  .contact-form-form-container
  .booking-info-input
  input:focus,
.contact-form-content
  .contact-form-form-container
  .booking-info-input
  select:focus,
.contact-form-content
  .contact-form-form-container
  .booking-info-input
  textarea:focus {
  border: 2px solid #1c1b19 !important;
  outline: none;
  transition: none !important;
}

.contact-form-content
  .contact-form-form-container
  .booking-info-input
  input:hover,
.contact-form-content
  .contact-form-form-container
  .booking-info-input
  select:hover,
.contact-form-content
  .contact-form-form-container
  .booking-info-input
  textarea:hover {
  border: 1px solid #805606;
}

.contact-form-content
  .contact-form-form-container
  .input-textarea
  .char-counter {
  font-size: 12px;
  line-height: 14px;
  color: #535353;
  margin-top: 6px;
  text-align: right;
  -webkit-font-smoothing: auto;
  font-family: "AvenirNextLTProRegular" !important;
}

.contact-form-content
  .contact-form-form-container
  input[type="checkbox"]:checked
  + label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #101010;
  width: 14px;
  height: 14px;
  transform: translate(-50%, -50%);
  border-radius: 1px;
}

.contact-form-content
  .contact-form-form-container
  input[type="checkbox"]
  + label {
  border: 1px solid #1c1b19;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  cursor: pointer;
  border-radius: 1px;
  margin: 2.4px;
  pointer-events: all;
}

.contact-form-content .contact-form-form-container input[type="checkbox"] {
  -webkit-appearance: checkbox;
  width: 24px;
  height: 24px;
  margin: 0 !important;
  padding: 0;
  flex: none;
}

.contact-form-content .contact-form-form-container input[type="checkbox"] {
  visibility: hidden;
}

.contact-form-content .contact-form-form-container .contact-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.checkbox-text {
  font-family: "AvenirNextLTProRegular";
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  -webkit-font-smoothing: auto;
  color: #535353;
}

.disclaimer-div p {
  font-family: "AvenirNextLTProRegular";
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  -webkit-font-smoothing: auto;
  color: #535353;
}

.disclaimer-div p a {
  color: #535353;
  text-decoration: underline;
  font-family: "AvenirNextLTPro-Bold";
  font-weight: 800;
}

.booking-info-input #send-contact {
  background: #d5250a;
  color: #f4f0ee;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1.12px;
  padding: 12px 20px !important;
  -webkit-font-smoothing: auto;
  display: inline-block;
  width: 187px;
  margin: 0;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "AvenirNextLTPro-Bold";
  border: 0px !important;
  -webkit-font-smoothing: auto;
  transition: background-color 0.3s, transform 0.3s;
}

#send-contact:hover {
  background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.1) 0%,
      rgba(0, 0, 0, 0.1) 100%
    ),
    #d5250a;
  transform: scale(1);
}

#send-contact:active {
  background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.2) 0%,
      rgba(0, 0, 0, 0.2) 100%
    ),
    #d5250a;
  transform: scale(1);
}

#send-contact:focus-visible {
  outline: 4px solid #c6aa76 !important;
  outline-offset: -4px;
  transform: scale(1);
}

#send-contact:disabled {
  background-color: #d5250a !important;
  color: #f4f0ee !important;
}

.submit-button-div {
  display: inline-block !important;
  width: unset !important;
}

.contact-form-content textarea#contact-textarea {
  height: 260px;
  max-height: 260px;
  min-height: 260px;
  min-width: 100%;
  max-width: 100%;
}

.contact-form-content
  .contact-form-form-container
  select#contact-display-dropdown-1 {
  z-index: 1;
}

select#contact-display-dropdown-1:-webkit-autofill,
select#contact-select-dropdown-1:-webkit-autofill {
  background-color: #ffffff !important;
  box-shadow: 0 0 0px 1000px #ffffff inset !important;
  -webkit-text-fill-color: #1c1b19 !important;
}

.contact-form-content
  .contact-form-form-container
  select#contact-select-dropdown-1 {
  z-index: 2;
  opacity: 0;
}

.contact-form-content .static-label:before {
  content: "";
  position: absolute;
  left: 0px;
  top: -21px;
  width: 1px;
  height: 45px;
  background: #c6aa76;
  cursor: default !important;
}

.input-phoneNo.phone-focus .custom-select-arrow svg path {
  stroke: #1c1b19 !important; /* or any color you'd like on focus */
}

.input-phoneNo.phone-focus .static-label:before {
  background: #1c1b19 !important;
}

.contact-phone-select:hover #contact-phone {
  border: 1px solid #805606;
}

.contact-phone-select:hover .custom-select-arrow svg path {
  stroke: #805606;
}

.contact-phone-select:hover .static-label::before {
  background: #805606;
}

.contact-form-content
  .contact-form-form-container
  .booking-info-input
  .static-label {
  width: 30px;
  text-align: center;
  margin-left: 5px;
  font-size: 16px;
  position: absolute;
  left: 58px;
  padding-left: 0px;
  color: #535353;
  font-weight: 400;
  font-family: "AvenirNextLT-Pro-Regular";
  -webkit-font-smoothing: auto;
  padding-top: 4px;
  cursor: default !important;
}

.static-span {
  display: none;
}

.contact-form-content .contact-form-form-container .contact-phone-select {
  display: flex;
  align-items: center;
  padding: 0;
  cursor: pointer;
  position: relative;
}

.contact-form-content .contact-form-form-container {
  max-width: 100%;
  width: 100%;
}

.contact-form-content .review-container {
  width: 100%;
}

.contact-form-content .contact-form-form-container .booking-info-input {
  margin-top: 24px;
  max-width: 100%;
  width: 100%;
}

.booking-info-input.input-phoneNo {
  margin-bottom: 0px !important;
}

.contact-form-content .contact-form-form-container .input-checkbox {
  margin-bottom: 32px;
  margin-top: 32px;
}

.contact-form-content .contact-form-form-container .submit-button-div {
  margin-bottom: 24px;
}

.contact-form-content .contact-form-form-container .form-error p,
.contact-form-content .contact-form-form-container .error-message-form p {
  color: #d5250a;
  font-size: 18px;
  font-weight: 800;
  font-family: "AvenirNextLTPro-Bold";
  line-height: 27px;
  padding-bottom: 48px;
  -webkit-font-smoothing: auto;
}

.contact-form-content .contact-form-form-container .form-error p a,
.contact-form-content .contact-form-form-container .error-message-form p a {
  color: #d5250a;
  text-decoration: underline;
}

#slot-error-back {
  color: #d5250a;
  text-decoration: underline;
  cursor: pointer;
}

.contact-form-content .contact-open-table {
  padding-top: 32px;
}

.contact-form-content .contact-open-table p {
  font-family: "AvenirNextLTPro-Medium";
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  padding-bottom: 8px;
  color: #1c1b19;
}

.contact-form-content .contact-open-table .open-table {
  width: 120px;
  height: auto;
  display: block;
}

.booking-error-message {
  color: #d5250a;
  font-size: 14px;
  line-height: 22px;
  -webkit-font-smoothing: auto;
  font-family: "AvenirNextLT-Pro-Regular";
  font-weight: 400;
  padding-top: 6px;
  display: block;
}

.input-error-booking {
  border: 1px solid #d5250a !important;
}

.input-phoneNo.phone-error .custom-select-arrow svg path {
  stroke: #d32f2f; /* Use your error color, e.g., red */
}

.input-phoneNo.phone-error .static-label:before {
  background: #d32f2f; /* Same error color */
}

.phone-input-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}

.country-code-prefix {
  -webkit-font-smoothing: auto;
  font-family: "AvenirNextLT-Pro-Regular";
  font-weight: 400;
  color: #535353;
  font-size: 18px;
  position: absolute;
  z-index: 2;
  line-height: 19px;
  left: 73px;
  top: 16px;
  cursor: default !important;
}

.loader-confirm {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1px 0px;
}

.loader-confirm .svg-spinner {
  display: inline-block;
  animation: spin-keyframes 1s linear infinite;
  width: 22px;
  height: 22px;
}

.logged-in.admin-bar .contact-form-content,
.logged-in.admin-bar .contact-two-column-container {
  margin-top: 0px;
}

.display-block-desktop {
  display: none;
}

.display-none-mobile {
  display: inline-block;
}

@keyframes spin-keyframes {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media screen and (min-width: 769px) {
  .contact-form-content .review-wapper h3 {
    font-size: 56px;
    line-height: 56px;
    letter-spacing: -0.56px;
  }

  .display-none-mobile {
    display: none;
  }

  .display-block-desktop {
    display: inline-block;
  }

  .contact-form-content .two-container-review-personalinfo {
    flex-direction: row;
    gap: 64px;
  }

  .contact-review-personalinfo-section .contact-form-content {
    margin: 0 auto !important;
    padding: 130px 20px 64px;
    max-width: 928px;
  }

  .contact-form-content .contact-form-form-container .booking-info-input {
    max-width: 100%;
    width: 100%;
  }

  .contact-form-content .contact-form-form-container {
    max-width: 100%;
    width: 100%;
  }
}

/* drop down css */
.contact-location-input.has-focus .input-arrow path {
  stroke: #1c1b19 !important;
}

.contact-subject-input.has-focus .input-arrow path {
  stroke: #1c1b19 !important;
}

.contact-location-input.has-focus input {
  border: 2px solid #1c1b19 !important;
  outline: none;
}

.contact-subject-input.has-focus input {
  border: 2px solid #1c1b19 !important;
  outline: none;
}

.contact-input .contact-error-message {
  color: #d5250a;
  font-family: "AvenirNextLTProRegular";
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  -webkit-font-smoothing: auto;
  padding-top: 6px;
}

.mobile-active .contact-error-message {
  display: none !important;
}

.location-arrow:hover svg.input-arrow path,
.subject-location-arrow:hover svg.input-arrow path {
  stroke: #805606;
}

.location-arrow:focus-within svg.input-arrow path,
.location-arrow:active svg.input-arrow path,
.subject-location-arrow:focus-within svg.input-arrow path,
.subject-location-arrow:active svg.input-arrow path {
  stroke: #1c1b19;
}
.location-arrow:active svg.input-arrow path,
.subject-location-arrow:active svg.input-arrow path {
  stroke: #1c1b19;
}

.location-arrow.has-focus .input-arrow path,
.location-arrow.open .input-arrow path,
.subject-location-arrow.has-focus .input-arrow path {
  stroke: #1c1b19 !important;
}

.date-arrow.has-focus .input-arrow {
  transform: rotate(180deg);
}

.date-arrow.has-focus input {
  border: 2px solid #1c1b19 !important;
  outline: none;
}

.date-arrow.has-focus svg.input-arrow path {
  stroke: #1c1b19 !important;
}

#contact-subject-input:valid,
#location-input:valid {
  font-family: "AvenirNextLTPro-Medium";
  color: #1c1b19;
  font-weight: 700;
}

.back-button {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  font-family: "AvenirNextLTProRegular";
  color: #000000;
}

.back-button .back-icon {
  width: 32px;
  height: 32px;
  font-size: 18px;
}

.back-button .button-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  font-family: "AvenirNextLTProRegular";
  color: #000000;
  margin-left: 8px;
}

.mobile-active .dropdown-list {
  margin-top: 16px;
}

li.no-results {
  display: none;
  pointer-events: none !important;
  color: #535353 !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  padding: 16px 8px 8px !important;
}

.contact-location-input,
.contact-subject-input {
  position: relative;
}

.wrapper-container {
  position: sticky;
  top: 0px;
}

html.no-scroll,
body.no-scroll {
  overflow: hidden;
  height: 100%;
  scroll-behavior: none;
  overscroll-behavior: none;
  touch-action: manipulation;
}

.dropdown-list {
  width: 100%;
  background: #f4f0ee;
  height: auto;
  max-height: calc(100svh - 208px);
  border-top: none;
  z-index: 1000;
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: auto;
}

.contact-subject-list {
  position: absolute;
  top: 68px;
  left: 0;
  width: 100%;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  height: auto;
  max-height: 320px;
  border-top: none;
  z-index: 1000;
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: auto;
}

.dropdown-list.show,
.contact-subject-list.show {
  display: block;
}

.dropdown-header {
  display: none;
}

.mobile-only {
  display: none;
}

.contact-location-input.mobile-active {
  position: fixed;
  inset: 0;
  height: 100%;
  width: 100%;
  background: #f4f0ee;
  z-index: 9999999;
  display: flex;
  flex-direction: column;
  padding: 24px 16px;
  scroll-behavior: none;
  overscroll-behavior: none;
  touch-action: manipulation;
}

.contact-wrapper,
.contact-subject-wrapper {
  display: flex;
  flex-direction: column;
}

body.mobile-overlay-open {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100%;
  overscroll-behavior: none;
  touch-action: manipulation;
  scroll-behavior: none;
}

.contact-location-input.mobile-active .mobile-only {
  display: flex;
  padding-bottom: 32px;
}

.dropdown-list li {
  padding: 16px 8px;
  cursor: pointer;
  color: #1c1b19;
  font-family: "AvenirNextLTPro-Medium";
  font-size: 16px;
  font-weight: 700;
  line-height: 22.4px;
}

.contact-subject-list li {
  padding: 16px 8px;
  cursor: pointer;
  color: #1c1b19;
  font-family: "AvenirNextLTPro-Medium";
  font-size: 16px;
  font-weight: 700;
  line-height: 22.4px;
  background: #ffffff;
}

.dropdown-list li:hover {
  background-color: #f4f0ee;
}

.contact-subject-list li:hover {
  background-color: #f4f0ee;
}

.dropdown-list li:active,
.dropdown-list li:focus,
.dropdown-list li:focus-visible,
.contact-subject-list li:focus-visible,
.contact-subject-list li:active,
.contact-subject-list li:focus {
  background-color: #dfd7c9;
}

.dropdown-list .state-label {
  color: #535353;
  font-family: "AvenirNextLTProRegular";
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  -webkit-font-smoothing: auto;
  padding: 16px 8px 8px 8px;
  border-bottom: 1px solid #d9d9d9;
  cursor: default;
  pointer-events: none;
}

.contact-subject-list .state-label {
  color: #535353;
  font-family: "AvenirNextLTProRegular";
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  -webkit-font-smoothing: auto;
  padding: 16px 8px 8px 8px;
  border-bottom: 1px solid #d9d9d9;
  cursor: default;
  pointer-events: none;
}

ul#location-list,
ul#contact-subject-list {
  padding: 0px 0px 0px;
  /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); */
}

.input-with-arrow {
  position: relative;
  display: flex;
  align-items: center;
}

.input-with-arrow input,
.input-with-arrow select {
  padding-right: 30px !important;
}

.input-arrow {
  position: absolute;
  right: 10px;
  z-index: 1;
  font-size: 18px;
  pointer-events: none;
  transition: transform 0.3s ease;
}

.input-with-arrow:has(input:focus) .input-arrow,
.input-with-arrow.has-focus .input-arrow,
.contact-location-input.has-focus .input-arrow,
.contact-subject-input.has-focus .input-arrow {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.mobile-active .input-arrow {
  display: none !important;
}

svg#clearLocation {
  right: 10px;
  position: absolute;
  z-index: 999;
  cursor: pointer !important;
}

input[disabled],
select[disabled] {
  cursor: default !important;
  background-color: #ffffff;
  opacity: 1;
  color: #535353;
}

input[disabled]:hover,
select[disabled]:hover,
#location-input[disabled]:hover,
#contact-subject-input[disabled]:hover {
  border: 1px solid #c6aa76 !important;
  background-color: #ffffff !important;
  color: #535353 !important;
  cursor: default !important;
  opacity: 1;
}

.date-arrow:has(input:disabled) svg.input-arrow path,
.location-arrow:has(input:disabled) svg.input-arrow path,
.subject-location-arrow:has(input:disabled) svg.input-arrow path,
.guest-arrow:has(select:disabled) svg.input-arrow path,
.time-arrow:has(select:disabled) svg.input-arrow path {
  stroke: #c6aa76;
}

li.city-item.selected {
  background-color: #dfd7c9;
}

li.contact-subject.selected {
  background-color: #dfd7c9;
}

.date-arrow {
  z-index: 1;
}

.contact-error-input {
  border: 1px solid #d5250a !important;
}

.contactSubject-error-input {
  border: 1px solid #d5250a !important;
}

#locationWrapper.contact-error .input-arrow path {
  stroke: #d5250a;
}

#contactSubjectWrapper.contact-subject-error .input-arrow path {
  stroke: #d5250a;
}

ul#contact-subject-list {
  padding: 20px 8px 12px;
}

@media screen and (min-width: 769px) {
  .contact-location-input,
  .contact-subject-input {
    position: relative;
    width: 100%;
    font-family: "AvenirNextLTProRegular";
  }

  .mobile-only {
    display: none;
  }

  ul#location-list {
    padding: 0px 8px 12px;
  }

  .dropdown-list.show,
  .contact-subject-list.show {
    display: block;
  }

  .dropdown-list {
    position: absolute;
    top: 68px;
    left: 0;
    width: 100%;
    height: auto;
    max-height: 320px;
    overflow-y: auto;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    z-index: 99999;
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow-y: auto;
  }

  ul#location-list,
  ul#contact-subject-list {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  }

  .contact-subject-list {
    position: absolute;
    top: 68px;
    left: 0;
    width: 100%;
    height: auto;
    max-height: 245px;
    overflow-y: auto;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    z-index: 99999;
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow-y: auto;
  }

  .dropdown-list .state-label:hover {
    background-color: #ffffff;
  }

  .dropdown-list .no-results:hover,
  .dropdown-list .no-results:active,
  .dropdown-list .no-results:focus {
    background-color: #ffffff !important;
  }
}

/* message css */
#contact-subject-input {
  caret-color: transparent; /* hides the typing cursor */
}

#fogo-location-feedback,
#gift-card-issue,
#fogo-rewards-help {
  margin-top: 0px;
}

#fogo-location-feedback p,
#gift-card-issue p,
#fogo-rewards-help p {
  color: #1c1b19;
  font-family: "AvenirNextLTPro-Italic";
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  padding-top: 24px;
}

#fogo-location-feedback .block-text,
#gift-card-issue .block-text,
#fogo-rewards-help .block-text {
  color: #1c1b19;
  font-family: "AvenirNextLTPro-Medium";
  font-size: 14px;
  font-weight: 800;
  font-style: italic;
  line-height: 19.6px;
}

.padding-top-0 {
  padding-top: 0px !important;
}

.margin-top-0 {
  margin-top: 0px !important;
}

#contact-image-error {
  transition: opacity 0.3s ease;
  opacity: 1;
}

#contact-image-error.fade-out {
  opacity: 0;
}

#phone-number-hint p {
  color: #1c1b19;
  font-family: "AvenirNextLTProRegular";
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  padding-top: 6px;
}

.display-none {
  display: none !important;
}

.link-bold {
  text-decoration: underline;
  font-weight: 800;
  font-style: italic;
  font-family: "AvenirNextLTPro-Bold";
  color: #1c1b19;
}

@media screen and (max-width: 991px) {
  .contact-form-container {
    padding: 119px 32px 96px 32px;
  }
}

@media screen and (max-width: 768px) {
  .contact-form-text-container .contact-form-heading {
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -0.48px;
  }

  .contact-form-container {
    padding: 119px 16px 48px 16px;
  }

  .error-item {
    padding: 15px 21px 15px 25px;
  }

  .file-row.uploading {
    padding: 11px 26px 11px 25px;
  }

  .file-row.uploaded {
    padding: 11px 26px 11px 25px;
  }
}
