.elementor-735 .elementor-element.elementor-element-8c1e7a8{--display:flex;}/* Start custom CSS for html, class: .elementor-element-5cdcad1 */.contact-section {
  padding: 80px 20px;
  background: #f8f8f8;
}

.contact-section .container {
  max-width: 1100px;
  margin: 0 auto;
}

.contact-header {
  text-align: center;
  margin-bottom: 40px;
}

.contact-header h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 15px;
}

.contact-header p {
  font-size: 16px;
  color: #555;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

.contact-form-wrapper {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.contact-form-wrapper iframe {
  width: 100%;
  height: 1100px;
  border: none;
  border-radius: 8px;
}

/* Mobile */
@media (max-width: 768px) {
  .contact-section {
    padding: 50px 15px;
  }

  .contact-header h2 {
    font-size: 24px;
  }

  .contact-form-wrapper iframe {
    height: 1200px;
  }
}

/* === Wrapper utama === */
.templateWrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* === Hilangkan style default Zoho yang aneh === */
ul.formFieldWrapper {
  padding: 0;
  margin: 0;
}

.tempFrmWrapper {
  margin-bottom: 25px;
}

/* === Label === */
.labelName {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
  display: block;
  color: #111;
}

/* === Input & textarea === */
input,
textarea,
select {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
  transition: 0.2s ease;
  background: #fff;
}

/* Focus effect */
input:focus,
textarea:focus,
select:focus {
  border-color: #c00; /* sesuaikan warna brand */
  outline: none;
  box-shadow: 0 0 0 2px rgba(200,0,0,0.1);
}

/* === Name field (3 kolom) === */
.nameWrapper {
  display: flex;
  gap: 10px;
}

.nameWrapper span {
  flex: 1;
}

/* Mobile fix */
@media (max-width: 768px) {
  .nameWrapper {
    flex-direction: column;
  }
}

/* === Error message === */
.errorMessage {
  font-size: 12px;
  color: #c00;
  margin-top: 5px;
}

/* === Button === */
.submitBtnCont button {
  width: 100%;
  padding: 14px;
  border: none;
  border-radius: 8px;
  background: #c00; /* warna brand */
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}

.submitBtnCont button:hover {
  background: #900;
}

/* === Remove weird spacing Zoho === */
.clearBoth {
  display: none;
}

/* === Align submit center === */
.alignSubmit {
  text-align: center;
}/* End custom CSS */