.elementor-4171 .elementor-element.elementor-element-8ceb2d4{--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-4171 .elementor-element.elementor-element-8ceb2d4.e-con{--flex-grow:0;--flex-shrink:0;}.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-4171 .elementor-element.elementor-element-8d6d9fe{text-align:center;}.elementor-4171 .elementor-element.elementor-element-8d6d9fe .elementor-heading-title{color:#BC875B;}.elementor-4171 .elementor-element.elementor-element-6c67734{margin-top:065px;margin-bottom:0px;}.elementor-4171 .elementor-element.elementor-element-44ffb367 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-4171 .elementor-element.elementor-element-65760aff > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 9px 0px;}.elementor-4171 .elementor-element.elementor-element-7a542963 > .elementor-widget-container{margin:18px 0px 62px 0px;}.elementor-4171 .elementor-element.elementor-element-43162871 > .elementor-element-populated{margin:0px 0px 0px 50px;--e-column-margin-right:0px;--e-column-margin-left:50px;}.elementor-4171 .elementor-element.elementor-element-3bfd56b7{--spacer-size:46px;}.elementor-4171 .elementor-element.elementor-element-6f0e2371 .ct-heading .item--title{font-size:30px;margin-bottom:30px;}.elementor-4171 .elementor-element.elementor-element-6f0e2371 .ct-heading .item--sub-title{margin-bottom:9px;}.elementor-4171 .elementor-element.elementor-element-505dcc04{--spacer-size:46px;}@media(min-width:768px){.elementor-4171 .elementor-element.elementor-element-8ceb2d4{--width:98.043%;}}@media(max-width:1024px){.elementor-4171 .elementor-element.elementor-element-43162871 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}}@media(max-width:767px){.elementor-4171 .elementor-element.elementor-element-43162871 > .elementor-element-populated{margin:0px 0px 60px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}}/* Start custom CSS for ct_ctf7, class: .elementor-element-b4b4e28 */.pf-quote {
  max-width: 900px;
  margin: auto;
  padding: 30px;
  background: #f9fafb;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* TITLE */
.pf-quote h2 {
  text-align: center;
  color: #BC875B;
  margin-bottom: 20px;
}

/* CARD */
.pf-card {
  background: #f6f1e6;
  border: 1px solid #d4af37;
  border-radius: 10px;
  padding: 12px 15px;
  margin-bottom: 15px;
}

/* GRID */
.pf-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 10px;
}

/* FIELD */
.pf-field label {
  font-size: 12px;
  margin-bottom: 4px;
  display: block;
  color: #444;
}

/* INPUT */
.pf-field input {
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #ddd;
  font-size: 13px;
}

/* RADIO */
.wpcf7-list-item {
  margin-right: 15px;
}

/* CHECKBOX */
.pf-check {
  font-size: 12px;
  margin: 10px 0;
}

/* BUTTON RIGHT */
.pf-btn-wrap {
  display: flex;
  justify-content: flex-end;
}

/* BUTTON */
.pf-btn {
  background: linear-gradient(135deg,#d4af37,#b8962e) !important;
  color: #fff !important;
  padding: 12px 30px !important;
  border-radius: 8px !important;
  border: none !important;
  font-weight: 600;
}

/* REMOVE CF7 EXTRA SPACE */
.wpcf7-form p {
  margin: 0 !important;
}

/* MOBILE */
@media(max-width:768px){

  .pf-quote {
    padding: 20px;
  }

  .pf-grid {
    grid-template-columns: 1fr;
  }

  .pf-btn-wrap {
    justify-content: center;
  }

  .pf-btn {
    width: 100%;
  }
}/* End custom CSS */