.elementor-811 .elementor-element.elementor-element-f321537{--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;--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-811 .elementor-element.elementor-element-f321537:not(.elementor-motion-effects-element-type-background), .elementor-811 .elementor-element.elementor-element-f321537 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #CFFFE5 0%, #FFFFFF00 10%);}.elementor-811 .elementor-element.elementor-element-f321537::before, .elementor-811 .elementor-element.elementor-element-f321537 > .elementor-background-video-container::before, .elementor-811 .elementor-element.elementor-element-f321537 > .e-con-inner > .elementor-background-video-container::before, .elementor-811 .elementor-element.elementor-element-f321537 > .elementor-background-slideshow::before, .elementor-811 .elementor-element.elementor-element-f321537 > .e-con-inner > .elementor-background-slideshow::before, .elementor-811 .elementor-element.elementor-element-f321537 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-image:url("https://www.viptpo.com/wp-content/uploads/2025/10/AdobeStock_523167871-Halftone3Colors-1.png");--background-overlay:'';background-position:top center;background-repeat:no-repeat;background-size:contain;}.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-811 .elementor-element.elementor-element-89dd9ee{text-align:center;}.elementor-811 .elementor-element.elementor-element-89dd9ee .elementor-heading-title{font-family:"Inter", Sans-serif;font-size:48px;font-weight:700;color:var( --e-global-color-7276e0c );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-811 .elementor-element.elementor-element-2373a6c{text-align:center;font-family:"Open Sans", Sans-serif;font-size:20px;font-weight:400;line-height:28px;color:var( --e-global-color-f3d9409 );}.elementor-811 .elementor-element.elementor-element-631e997{--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:50px;--margin-left:0px;--margin-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-8dd7e15 *//* ================================
   Contact Form 7 – VIP TPO Form
================================ */

.wpcf7 {
  margin: 0 auto;
  font-family: inherit;
}

/* Grid layout */
.cf7-grid {
  width: 100%;
}

.cf7-row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 24px;
}

.cf7-col {
  flex: 1;
  min-width: 240px;
}

.wpcf7 select[multiple] {
  min-height: 180px;
}


/* Labels */
.wpcf7 label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 6px;
}

.wpcf7 label .hint {
  font-weight: 400;
  font-size: 12px;
  color: #6b7280;
}

/* Inputs, selects, textarea */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 select,
.wpcf7 textarea {
  width: 100%;
  padding: 14px 14px;
  font-size: 14px;
  border-radius: 8px;
  border: 1px solid #d1d5db;
  background: #ffffff;
  box-sizing: border-box;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

/* Placeholder text */
.wpcf7 ::placeholder {
  color: #9ca3af;
}

/* Focus state */
.wpcf7 input:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
  outline: none;
  border-color: #2563eb;
  box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.15);
}

/* Textarea */
.wpcf7 textarea {
  min-height: 120px;
  resize: vertical;
}

/* Choices.js styling to match your form */
.choices {
  width: 100%;
}

.choices__inner {
  min-height: 48px;
  border-radius: 8px;
  border: 1px solid #d1d5db;
  background: #fff;
  padding: 8px 12px;
  box-shadow: none;
}

.choices.is-focused .choices__inner,
.choices.is-open .choices__inner {
  border-color: #2563eb;
  box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.15);
}

.choices__list--multiple .choices__item {
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 13px;
  margin: 4px 6px 0 0;
}

.choices__list--dropdown, 
.choices__list[aria-expanded] {
  border-radius: 10px;
  border: 1px solid #d1d5db;
  overflow: hidden;
}

.choices__placeholder {
  color: #9ca3af;
  opacity: 1;
}


.choices__inner {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* Placeholder + input ALWAYS first */
.choices__input,
.choices__placeholder {
  order: 1;
}

/* Selected items ALWAYS after placeholder */
.choices__list--multiple {
  order: 2;
  display: flex;
  gap: 8px;
  margin-left: auto; /* pushes chips to the right */
}


/* ================================
   Choices.js – Input Left, Tags Right
================================ */

/* Make the inner container a horizontal flex row */
.choices__inner {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
  padding: 8px 12px;
}

/* Input stays on the LEFT */
.choices__input {
  order: 1;
  min-width: 160px;
  border: none !important;
  box-shadow: none !important;
  padding: 6px 0;
  background: transparent;
}

/* Placeholder styling */
.choices__placeholder {
  color: #9ca3af;
  opacity: 1;
}

/* Selected items container moves to the RIGHT */
.choices__list--multiple {
  order: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-left: auto;
}

/* Individual selected chips */
.choices__list--multiple .choices__item {
  background: #0b5a6b; /* VIP teal */
  color: #ffffff;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 500;
}

/* Remove the "X" button border junk */
.choices__button {
  border-left: none !important;
  margin-left: 6px;
  opacity: 0.85;
}

.choices__button:hover {
  opacity: 1;
}

/* Remove inner border around input area */
.choices__inner {
  border: none;
  box-shadow: none;
}

/* Keep outer border consistent with your form */
.choices {
  border: 1px solid #d1d5db;
  border-radius: 8px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

/* Focus state (matches your form inputs) */
.choices.is-focused,
.choices.is-open {
  border-color: #2563eb;
  box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.15);
}


/* Dropdown arrow spacing fix */
.wpcf7 select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236b7280'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 18px;
  padding-right: 42px;
}

/* Checkbox + radio groups */
.wpcf7 .wpcf7-checkbox,
.wpcf7 .wpcf7-radio {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 10px 20px;
  margin-top: 8px;
}

.wpcf7 .wpcf7-list-item {
  margin: 0;
}

.wpcf7 .wpcf7-list-item label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-weight: 400;
  font-size: 14px;
  color: #1f2937;
  cursor: pointer;
}

/* Multi-select dropdown height */
.wpcf7 select[multiple] {
  min-height: 180px;
  padding-top: 10px;
}


/* Checkbox / radio inputs */
.wpcf7 input[type="checkbox"],
.wpcf7 input[type="radio"] {
  margin-top: 3px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

/* Contact permission radios inline */
.wpcf7 .wpcf7-radio {
  grid-template-columns: auto auto;
  justify-content: flex-start;
  gap: 24px;
}

/* Submit button */
.wpcf7 input[type="submit"] {
  background: #0b2c4d;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  padding: 14px 36px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.1s ease, box-shadow 0.1s ease;
}

/* Submit hover */
.wpcf7 input[type="submit"]:hover {
  background: #09223b;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

/* Submit alignment */
.cf7-row:last-child {
  justify-content: flex-start;
}

/* Validation errors */
.wpcf7-not-valid-tip {
  font-size: 12px;
  color: #dc2626;
  margin-top: 4px;
}

.wpcf7-response-output {
  margin-top: 24px;
  padding: 16px;
  border-radius: 8px;
  font-size: 14px;
}

.wpcf7-validation-errors,
.wpcf7-acceptance-missing {
  border-color: #f59e0b;
  background: #fffbeb;
}

.wpcf7-mail-sent-ok {
  border-color: #22c55e;
  background: #ecfdf5;
}



/* Mobile adjustments */
@media (max-width: 640px) {
  .cf7-row {
    gap: 16px;
  }

  .wpcf7 .wpcf7-checkbox,
  .wpcf7 .wpcf7-radio {
    grid-template-columns: 1fr;
  }

  .wpcf7 input[type="submit"] {
    width: 100%;
    text-align: center;
  }
}

/* ================================
   OVERRIDE: placeholder left, chips right (Choices.js multi-select)
   Put this at the very bottom of your CSS.
================================ */

/* Flex row for the control */
.choices[data-type*="select-multiple"] .choices__inner {
  display: flex !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  gap: 10px !important;
}

/* Make the input/placeholder live on the LEFT and take remaining space */
.choices[data-type*="select-multiple"] .choices__input {
  order: 0 !important;
  flex: 1 1 auto !important;     /* this is the key */
  min-width: 160px !important;
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
  padding: 6px 0 !important;
}

/* Chips container goes to the RIGHT */
.choices[data-type*="select-multiple"] .choices__list--multiple {
  order: 1 !important;
  margin-left: 0 !important;     /* IMPORTANT: remove auto push */
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 8px !important;
}

/* Keep chips from shrinking weirdly */
.choices[data-type*="select-multiple"] .choices__list--multiple .choices__item {
  flex: 0 0 auto !important;
}

/* Remove CF7 line breaks after labels */
.wpcf7 label + br {
  display: none;
}

/* Consent row: question left, Yes/No right */
.cf7-inline-consent {
  display: flex;
  align-items: center;
  gap: 16px;
}

.cf7-inline-consent__label {
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
}

/* Push options to the right */
.cf7-inline-consent .wpcf7-form-control-wrap {
  margin-left: auto;
}

/* Make radios inline and clean */
.cf7-inline-consent .wpcf7-radio {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0;
}

.cf7-inline-consent .wpcf7-list-item {
  margin: 0;
}

.cf7-inline-consent .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  font-size: 14px;
  color: #1f2937;
}

/* Optional: tighten radio appearance */
.cf7-inline-consent input[type="radio"] {
  margin: 0;
}

@media (max-width: 640px) {
  .cf7-inline-consent {
    flex-direction: column;
    align-items: flex-start;
  }

  .cf7-inline-consent .wpcf7-form-control-wrap {
    margin-left: 0;
  }
}

/* Consent row: question left, Yes/No right */
.cf7-inline-consent{
  display:flex;
  align-items:center;
  gap:16px;
  width:100%;
}

.cf7-inline-consent__label{
  margin:0;
  font-size:14px;
  font-weight:600;
  color:#1a1a1a;
}

/* Push the radios to the right */
.cf7-inline-consent .wpcf7-form-control-wrap{
  margin-left:auto;
}

/* Force the Yes/No items to be inline */
.cf7-inline-consent .wpcf7-radio{
  display:flex !important;
  align-items:center;
  gap:20px;
  margin:0 !important;
}

.cf7-inline-consent .wpcf7-list-item{
  margin:0 !important;
}

.cf7-inline-consent .wpcf7-list-item label{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-size:14px;
  font-weight:400;
  color:#1f2937;
}

/* Custom radio to match Figma (rounded square) */
.cf7-inline-consent input[type="radio"]{
  appearance:none;
  -webkit-appearance:none;
  width:18px;
  height:18px;
  border:2px solid #d1d5db;
  border-radius:6px;           /* rounded square */
  background:#fff;
  display:inline-grid;
  place-content:center;
  margin:0;
  cursor:pointer;
  transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
}

/* Checked state */
.cf7-inline-consent input[type="radio"]:checked{
  border-color:#0b5a6b;
  background:#0b5a6b;
}

/* Inner “dot” (small white square) */
.cf7-inline-consent input[type="radio"]:checked::before{
  content:"";
  width:8px;
  height:8px;
  border-radius:2px;
  background:#fff;
}

/* Focus */
.cf7-inline-consent input[type="radio"]:focus{
  outline:none;
  box-shadow:0 0 0 2px rgba(37, 99, 235, 0.15);
  border-color:#2563eb;
}

/* ================================
   Consent row styling (based on rendered HTML)
================================ */

/* The <p> that contains the label + radio group */
.wpcf7 p:has(.cf7-inline-consent__label) {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 24px; /* match your field spacing */
}

/* Question text */
.wpcf7 p:has(.cf7-inline-consent__label) .cf7-inline-consent__label {
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
}

/* Push the radio group to the right */
.wpcf7 p:has(.cf7-inline-consent__label) .wpcf7-form-control-wrap {
  margin-left: auto;
}

/* Make Yes/No inline (override your global grid rule) */
.wpcf7 p:has(.cf7-inline-consent__label) .wpcf7-radio.cf7-inline-consent__options {
  display: flex !important;
  align-items: center;
  gap: 18px;
  margin: 0 !important;
}

/* Tighten list items */
.wpcf7 p:has(.cf7-inline-consent__label) .wpcf7-list-item {
  margin: 0 !important;
}

.wpcf7 p:has(.cf7-inline-consent__label) .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #1f2937;
}

/* Custom "rounded square" radio look */
.wpcf7 p:has(.cf7-inline-consent__label) input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #d1d5db;
  border-radius: 6px;
  background: #fff;
  display: inline-grid;
  place-content: center;
  margin: 0;
  cursor: pointer;
  transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
}

.wpcf7 p:has(.cf7-inline-consent__label) input[type="radio"]:checked {
  border-color: #0b5a6b;
  background: #0b5a6b;
}

.wpcf7 p:has(.cf7-inline-consent__label) input[type="radio"]:checked::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: #fff;
}

.wpcf7 p:has(.cf7-inline-consent__label) input[type="radio"]:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.15);
  border-color: #2563eb;
}

/* Mobile: stack neatly */
@media (max-width: 640px) {
  .wpcf7 p:has(.cf7-inline-consent__label) {
    flex-direction: column;
    align-items: flex-start;
  }

  .wpcf7 p:has(.cf7-inline-consent__label) .wpcf7-form-control-wrap {
    margin-left: 0;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-f321537 *//* Move overlay background UP by 80px (tweak as needed) */
.elementor-811 .elementor-element.elementor-element-f321537::before{
  background-position: center -220px !important;
}/* End custom CSS */