.elementor-3306 .elementor-element.elementor-element-329c4e5e:not(.elementor-motion-effects-element-type-background), .elementor-3306 .elementor-element.elementor-element-329c4e5e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;background-image:url("https://mcarigroup.com/wp-content/uploads/2026/06/SAL04106-1500x1000-1.jpg");background-position:center center;background-size:auto;}.elementor-3306 .elementor-element.elementor-element-329c4e5e > .elementor-background-overlay{background-color:#000000;opacity:0.45;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-3306 .elementor-element.elementor-element-329c4e5e > .elementor-container{min-height:100vh;}.elementor-3306 .elementor-element.elementor-element-329c4e5e{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;overflow:visible;}.elementor-3306 .elementor-element.elementor-element-4fa70e2b > .elementor-widget-container{margin:90px 0px 0px 0px;padding:10px 0px 10px 0px;}.elementor-3306 .elementor-element.elementor-element-4fa70e2b .cs-subtitle{font-size:14px;}.elementor-3306 .elementor-element.elementor-element-4fa70e2b .cs-title{text-transform:uppercase;}.elementor-3306 .elementor-element.elementor-element-4fa70e2b .cs-title-text{font-size:21px;}.elementor-3306 .elementor-element.elementor-element-c8b976f{--display:flex;overflow:visible;}.elementor-3306 .elementor-element.elementor-element-33a52ce{--divider-border-style:solid;--divider-color:#FAC427;--divider-border-width:1.5px;}.elementor-3306 .elementor-element.elementor-element-33a52ce .elementor-divider-separator{width:100%;}.elementor-3306 .elementor-element.elementor-element-33a52ce .elementor-divider{padding-block-start:15px;padding-block-end:15px;}/* Start custom CSS for container, class: .elementor-element-c8b976f *//* ===== CF7 Booking Form – CozyStay style ===== */
.mcari-booking-form {
  max-width: 560px;
  margin: 0 auto;
  padding: 44px 40px;
  background: #ffffff;
  border: 1px solid #e5e0d5;
  border-radius: 12px;
  font-family: sans-serif;
}

.mcari-booking-form p {
  margin-bottom: 20px;
}

.mcari-booking-form label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #1a1a1a;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}

/* Inputs, selects, textareas */
.mcari-booking-form input[type="text"],
.mcari-booking-form input[type="email"],
.mcari-booking-form input[type="tel"],
.mcari-booking-form input[type="date"],
.mcari-booking-form input[type="number"],
.mcari-booking-form select,
.mcari-booking-form textarea {
  width: 100%;
  padding: 12px 14px;
  font-size: 14px;
  font-family: sans-serif;
  color: #333;
  background: #FAF9F5;
  border: 1px solid #e5e0d5;
  border-radius: 8px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box;
}

.mcari-booking-form textarea {
  min-height: 110px;
  resize: vertical;
}

.mcari-booking-form input:focus,
.mcari-booking-form select:focus,
.mcari-booking-form textarea:focus {
  outline: none;
  border-color: #B8960C;
  box-shadow: 0 0 0 3px rgba(184, 150, 12, 0.12);
  background: #ffffff;
}

/* Select dropdown arrow */
.mcari-booking-form select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23B8960C' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 18px;
  padding-right: 40px;
}

/* Submit button */
.mcari-booking-form input[type="submit"] {
  width: 100%;
  padding: 14px 0;
  font-size: 15px;
  font-weight: 600;
  font-family: sans-serif;
  color: #fff;
  background: #B8960C;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s ease;
  letter-spacing: 0.3px;
}

.mcari-booking-form input[type="submit"]:hover {
  background: #9a7d0a;
}

.mcari-booking-form input[type="submit"]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* CF7 validation + response messages */
.mcari-booking-form .wpcf7-not-valid-tip {
  color: #c0392b;
  font-size: 12px;
  margin-top: 6px;
  font-family: sans-serif;
}

.mcari-booking-form .wpcf7-not-valid {
  border-color: #c0392b !important;
}

.mcari-booking-form div.wpcf7-response-output {
  margin: 24px 0 0;
  padding: 14px 18px;
  border-radius: 8px;
  font-size: 14px;
  font-family: sans-serif;
  border: none !important;
}

.mcari-booking-form .wpcf7-mail-sent-ok {
  background: #F0F7EC;
  color: #3a6b2e;
}

.mcari-booking-form .wpcf7-validation-errors,
.mcari-booking-form .wpcf7-mail-sent-ng {
  background: #FBEAE8;
  color: #a8362a;
}

/* Spinner */
.mcari-booking-form .wpcf7-spinner {
  margin-left: 12px;
}

/* Mobile */
@media (max-width: 600px) {
  .mcari-booking-form {
    padding: 32px 24px;
    border-radius: 0;
    border-left: none;
    border-right: none;
  }
}/* End custom CSS */
/* Start custom CSS *//* ===== CF7 Booking Form – CozyStay style ===== */
.mcari-booking-form {
  max-width: 560px;
  margin: 0 auto;
  padding: 44px 40px;
  background: #ffffff;
  border: 1px solid #e5e0d5;
  border-radius: 12px;
  font-family: sans-serif;
}

.mcari-booking-form p {
  margin-bottom: 20px;
}

.mcari-booking-form label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #1a1a1a;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}

/* Inputs, selects, textareas */
.mcari-booking-form input[type="text"],
.mcari-booking-form input[type="email"],
.mcari-booking-form input[type="tel"],
.mcari-booking-form input[type="date"],
.mcari-booking-form input[type="number"],
.mcari-booking-form select,
.mcari-booking-form textarea {
  width: 100%;
  padding: 12px 14px;
  font-size: 14px;
  font-family: sans-serif;
  color: #333;
  background: #FAF9F5;
  border: 1px solid #e5e0d5;
  border-radius: 8px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box;
}

.mcari-booking-form textarea {
  min-height: 110px;
  resize: vertical;
}

.mcari-booking-form input:focus,
.mcari-booking-form select:focus,
.mcari-booking-form textarea:focus {
  outline: none;
  border-color: #B8960C;
  box-shadow: 0 0 0 3px rgba(184, 150, 12, 0.12);
  background: #ffffff;
}

/* Select dropdown arrow */
.mcari-booking-form select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23B8960C' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 18px;
  padding-right: 40px;
}

/* Submit button */
.mcari-booking-form input[type="submit"] {
  width: 100%;
  padding: 14px 0;
  font-size: 15px;
  font-weight: 600;
  font-family: sans-serif;
  color: #fff;
  background: #B8960C;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s ease;
  letter-spacing: 0.3px;
}

.mcari-booking-form input[type="submit"]:hover {
  background: #9a7d0a;
}

.mcari-booking-form input[type="submit"]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* CF7 validation + response messages */
.mcari-booking-form .wpcf7-not-valid-tip {
  color: #c0392b;
  font-size: 12px;
  margin-top: 6px;
  font-family: sans-serif;
}

.mcari-booking-form .wpcf7-not-valid {
  border-color: #c0392b !important;
}

.mcari-booking-form div.wpcf7-response-output {
  margin: 24px 0 0;
  padding: 14px 18px;
  border-radius: 8px;
  font-size: 14px;
  font-family: sans-serif;
  border: none !important;
}

.mcari-booking-form .wpcf7-mail-sent-ok {
  background: #F0F7EC;
  color: #3a6b2e;
}

.mcari-booking-form .wpcf7-validation-errors,
.mcari-booking-form .wpcf7-mail-sent-ng {
  background: #FBEAE8;
  color: #a8362a;
}

/* Spinner */
.mcari-booking-form .wpcf7-spinner {
  margin-left: 12px;
}

/* Mobile */
@media (max-width: 600px) {
  .mcari-booking-form {
    padding: 32px 24px;
    border-radius: 0;
    border-left: none;
    border-right: none;
  }
}/* End custom CSS */