.elementor-33 .elementor-element.elementor-element-e1254f2{--display:flex;}/* Start custom CSS for html, class: .elementor-element-a06f789 *//***** CONTACT SECTION WRAP *****/
.jj-contact-wrap {
  padding: 60px 20px;
  background: #FFFFFF; /* WHITE BACKGROUND */
}

.jj-contact-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 32px;
  align-items: stretch;
}

/***** MAP *****/
.jj-contact-map {
  background: #000000; /* black behind map */
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.15);
}

.jj-contact-map iframe {
  width: 100%;
  height: 100%;
  min-height: 380px;
  display: block;
}

/***** FORM CARD *****/
.jj-contact-form {
  background: #FFFFFF; /* pure white card */
  border-radius: 16px;
  padding: 28px 24px 24px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
  border: 1px solid #DAC7B7;
}

/* TITLE – SAME STYLE AS OUR LOCATIONS + CENTERED */
.jj-contact-form h2 {
  margin: 0 0 8px;
  font-family: "Baskerville Old Face", "Times New Roman", serif;
  font-size: 28px;
  font-weight: 500;
  color: #403C37;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  text-align: center;
}

/***** ORNAMENTAL UNDER CONTACT US *****/
.jj-contact-form .jj-heading-divider--contact {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 8px auto 18px;
}

/* lines left/right */
.jj-contact-form .jj-heading-divider--contact span {
  flex: 1;
  max-width: 120px;
  height: 1px;
  background: #CA8B54;
  opacity: 0.45;
}

/* center pill */
.jj-contact-form .jj-heading-divider--contact .jj-heading-icon {
  width: 42px;
  height: 14px;
  border-radius: 999px;
  border: 2px solid #CA8B54;
  position: relative;
  background: #FFFFFF;
  display: inline-block;
}

/* small circles */
.jj-contact-form .jj-heading-divider--contact .jj-heading-icon::before,
.jj-contact-form .jj-heading-divider--contact .jj-heading-icon::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  border: 2px solid #CA8B54;
  top: 50%;
  transform: translateY(-50%);
  background: #FFFFFF;
}

.jj-contact-form .jj-heading-divider--contact .jj-heading-icon::before {
  left: -9px;
}

.jj-contact-form .jj-heading-divider--contact .jj-heading-icon::after {
  right: -9px;
}

/***** SUBTITLE – CENTERED *****/
.jj-contact-subtitle {
  margin: 0 auto 24px;
  max-width: 620px;
  font-size: 15px;
  color: #82755A;
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont,
               "Segoe UI", sans-serif;
  text-align: center;
}

/***** FORM LAYOUT *****/
.jj-contact-form-fields {
  margin: 0;
}

.jj-form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 16px;
}

.jj-form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}

.jj-form-group label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #403C37;
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont,
               "Segoe UI", sans-serif;
}

.jj-form-group input,
.jj-form-group textarea {
  border-radius: 10px;
  border: 1px solid #DAC7B7;
  padding: 11px 12px;
  font-size: 15px;
  outline: none;
  background: #F3EEE4; /* subtle off-white peach */
  transition: all 0.18s ease;
  color: #403C37;
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont,
               "Segoe UI", sans-serif;
}

.jj-form-group textarea {
  resize: vertical;
}

.jj-form-group input::placeholder,
.jj-form-group textarea::placeholder {
  color: #82755A;
}

.jj-form-group input:focus,
.jj-form-group textarea:focus {
  border-color: #CA8B54;
  box-shadow: 0 0 0 2px rgba(202, 139, 84, 0.25);
  background: #FFFFFF;
}

/***** BUTTON *****/
.jj-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 22px;
  border-radius: 999px;
  border: none;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  background: linear-gradient(135deg, #9D482A, #CA8B54);
  color: #FFFFFF;
  box-shadow: 0 10px 25px rgba(157, 72, 42, 0.35);
  transition: 0.15s ease;
}

.jj-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 35px rgba(157, 72, 42, 0.55);
}

.jj-btn-primary:active {
  transform: translateY(0);
  box-shadow: 0 8px 20px rgba(157, 72, 42, 0.45);
}

/***** TOAST NOTIFICATION *****/
.jj-toast {
  position: fixed;
  right: 24px;
  top: 24px;
  z-index: 9999;
  padding: 12px 20px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
  opacity: 0;
  transform: translateY(-10px);
  animation: jj-toast-in 0.25s ease-out forwards;
}

/* success = olive/gold */
.jj-toast-success {
  background: linear-gradient(135deg, #82755A, #CA8B54);
  color: #FFFFFF;
}

/* error = rust red */
.jj-toast-error {
  background: linear-gradient(135deg, #9D482A, #403C37);
  color: #FFFFFF;
}

.jj-toast-hide {
  animation: jj-toast-out 0.25s ease-in forwards;
}

@keyframes jj-toast-in {
  from { opacity: 0; transform: translateY(-10px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes jj-toast-out {
  from { opacity: 1; transform: translateY(0); }
  to   { opacity: 0; transform: translateY(-10px); }
}

/***** RESPONSIVE *****/
@media (max-width: 900px) {
  .jj-contact-inner {
    grid-template-columns: 1fr;
  }
  .jj-contact-map iframe { min-height: 260px; }
}

@media (max-width: 640px) {
  .jj-contact-wrap { padding: 40px 16px; }
  .jj-contact-form { padding: 20px 16px; }
  .jj-form-row { grid-template-columns: 1fr; }

  .jj-toast {
    left: 16px;
    right: 16px;
    justify-content: center;
    text-align: center;
  }
}/* End custom CSS */