.elementor-32 .elementor-element.elementor-element-6d91577{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-32 .elementor-element.elementor-element-3a79662{text-align:center;}.elementor-32 .elementor-element.elementor-element-3a79662 .elementor-heading-title{font-family:"Sarabun", Sans-serif;font-size:55px;font-weight:600;color:#F45400;}.elementor-32 .elementor-element.elementor-element-c284557{text-align:center;}.elementor-32 .elementor-element.elementor-element-c284557 .elementor-heading-title{font-family:"Sarabun", Sans-serif;font-size:55px;font-weight:600;color:#F45400;}.elementor-32 .elementor-element.elementor-element-f1fc784{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-32 .elementor-element.elementor-element-aaba3d2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-32 .elementor-element.elementor-element-f2d790d iframe{height:415px;}.elementor-32 .elementor-element.elementor-element-00596f4 iframe{height:415px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-32 .elementor-element.elementor-element-c284557 .elementor-heading-title{font-size:40px;}.elementor-32 .elementor-element.elementor-element-00596f4{padding:0px 0px 0px 015px;}}/* Start custom CSS for container, class: .elementor-element-f1fc784 *//* GOOGLE FONT */
@import url('https://fonts.googleapis.com/css2?family=Sarabun:wght@300;400;500;600;700&display=swap');

/* MAIN FORM WRAPPER */
.cf7-premium {
  font-family: 'Sarabun', sans-serif;
  background: #ffffff;
  padding: 35px;
  border-radius: 18px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.08);
  max-width: 900px;
  margin: auto;
}

/* GRID (2 COLUMN) */
.cf7-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.cf7-col,
.cf7-col-full {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}

/* LABELS */
.cf7-premium label {
  font-size: 15px;
  font-weight: 600;
  color: #0A2540;
  margin-bottom: 8px;
}

/* INPUTS */
.cf7-premium input,
.cf7-premium select,
.cf7-premium textarea {
  font-family: 'Sarabun', sans-serif;
  font-size: 16px;
  padding: 18px 20px;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  background: #f9fafb;
  transition: all 0.3s ease;
}

/* FOCUS EFFECT */
.cf7-premium input:focus,
.cf7-premium select:focus,
.cf7-premium textarea:focus {
  outline: none;
  border-color: #F45400;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(244, 84, 0, 0.15);
}

/* TEXTAREA */
.cf7-premium textarea {
  min-height: 150px;
  resize: vertical;
}

/* SUBMIT BUTTON */
.cf7-submit-wrap {
  text-align: center;
  margin-top: 20px;
}

.cf7-premium input[type="submit"] {
  background: #F45400;
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  padding: 18px 80px;
  min-width: 300px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  letter-spacing: 0.6px;
  transition: all 0.35s ease;
  box-shadow: 0 15px 35px rgba(244, 84, 0, 0.35);
}

/* BUTTON HOVER */
.cf7-premium input[type="submit"]:hover {
  background: #d94300;
  transform: translateY(-3px);
  box-shadow: 0 20px 45px rgba(244, 84, 0, 0.45);
}

/* SUCCESS MESSAGE */
.wpcf7-response-output {
  border: none !important;
  background: #e6fff4;
  color: #047857;
  padding: 18px 22px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 500;
  margin-top: 25px;
  animation: successPop 0.6s ease forwards;
}

/* SUCCESS ANIMATION */
@keyframes successPop {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* MOBILE RESPONSIVE */
@media (max-width: 768px) {
  .cf7-grid {
    grid-template-columns: 1fr;
  }

  .cf7-premium {
    padding: 22px;
  }

  .cf7-premium input[type="submit"] {
    width: 100%;
    min-width: 100%;
  }
}/* End custom CSS */