.elementor-47 .elementor-element.elementor-element-75c4064{--display:flex;}.elementor-47 .elementor-element.elementor-element-75c4064:not(.elementor-motion-effects-element-type-background), .elementor-47 .elementor-element.elementor-element-75c4064 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}#elementor-popup-modal-47 .dialog-widget-content{animation-duration:0.5s;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-47{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-47 .dialog-message{width:543px;height:auto;}#elementor-popup-modal-47 .dialog-close-button{display:flex;}@media(max-width:767px){#elementor-popup-modal-47 .dialog-message{width:408px;}#elementor-popup-modal-47{justify-content:center;align-items:center;}}/* Start custom CSS for shortcode, class: .elementor-element-1dc609d *//* 🔪 Hapus semua border, background, dan shadow dari confirmation wrapper */
.ff-confirmation,
.ff-confirmation-message,
.ff-message-success {
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 auto !important;
  text-align: center !important;
  max-width: 100% !important;
}

/* 🧽 Optional: Text style *//* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-75c4064 *//* 🎁 OPTIONAL: Kalau guna Elementor Popup, nak bucu luar popup tu ada radius jugak */
.elementor-popup-modal .dialog-widget-content {
  border-radius: 20px !important;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

/* =========================== */
/* 🧱 WRAPPER FORM RESPONSIVE */
/* =========================== */
.fluentform {
  max-width: 780px !important;
  margin: 0 auto !important;
  font-size: 15px !important;
  padding: 10px 20px !important;
}

/* =========================== */
/* ✏️ LABEL & INPUT FIELD STYLE */
/* =========================== */
.fluentform .ff-el-form-control,
.fluentform input,
.fluentform textarea,
.fluentform select {
  font-size: 14px !important;
  padding: 10px 12px !important;
  border-radius: 8px !important;
  border: 1px solid #ccc !important;
}

.fluentform .ff-el-group label {
  font-size: 13px !important;
  font-weight: 500;
  color: #333;
}

/* =========================== */
/* 🔴 BUTANG SUBMIT - MERAH 🔴 */
/* =========================== */
.fluentform .ff-btn-submit {
  background-color: #FF0000 !important;
  color: #fff !important;
  border: none !important;
  display: block !important;
  margin: 20px auto 10px auto !important;
  text-align: center !important;
  font-weight: bold !important;
  font-size: 15px !important;
  border-radius: 50px !important;
  padding: 14px 80px !important;
  width: fit-content !important;
  transition: all 0.3s ease;
}

.fluentform .ff-btn-submit:hover {
  background-color: #cc0000 !important;
  cursor: pointer;
}

/* =========================== */
/* ❌ ERROR MESSAGE STYLE ❌ */
/* =========================== */
.fluentform .ff-error-msg {
  font-size: 13px !important;
  color: #e60000 !important;
  margin-top: 5px !important;
  text-align: left !important;
}

/* =========================== */
/* 📱 RESPONSIVE TWEAKS 📱 */
/* =========================== */
@media screen and (max-width: 480px) {
  .fluentform {
    max-width: 90% !important;
    padding: 10px !important;
    font-size: 14px !important;
  }

  .fluentform .ff-btn-submit {
    font-size: 14px !important;
    padding: 12px 80px !important;
  }
  
 
}/* End custom CSS */