.elementor-4998 .elementor-element.elementor-element-a3a6d0b{--display:flex;}.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 );}.elementor-4998 .elementor-element.elementor-element-b100be6{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;text-align:center;}.elementor-4998 .elementor-element.elementor-element-b100be6 .elementor-heading-title{font-weight:bold;}.elementor-4998 .elementor-element.elementor-element-5be877b{width:100%;max-width:100%;}.elementor-4998 .elementor-element.elementor-element-5be877b > .elementor-widget-container{margin:0px 0px 0px 0px;}/* Start custom CSS for wpforms, class: .elementor-element-5be877b *//* ==================================================
   VeperPins WPForms Custom Pins Quote Form CSS
   Product Card Slider + Collapsible Quote Summary
   Desktop + Tablet + Mobile Responsive
================================================== */


/* ==================================================
   1. Basic WPForms Styling
================================================== */

.vp-wpforms-quote-wrap *,
.vp-wpforms-quote-wrap *::before,
.vp-wpforms-quote-wrap *::after {
  box-sizing: border-box;
}

.vp-wpforms-quote-wrap .wpforms-container {
  font-family: inherit;
  max-width: 1120px;
  margin: 0 auto;
}

.vp-wpforms-quote-wrap .wpforms-field {
  margin-bottom: 40px;
}

.vp-wpforms-quote-wrap .wpforms-field-label {
  font-size: 22px !important;
  font-weight: 800 !important;
  color: #222 !important;
  line-height: 1.35 !important;
  margin-bottom: 22px !important;
  letter-spacing: 0.2px !important;
}

.vp-wpforms-quote-wrap input[type="text"],
.vp-wpforms-quote-wrap input[type="email"],
.vp-wpforms-quote-wrap input[type="tel"],
.vp-wpforms-quote-wrap input[type="number"],
.vp-wpforms-quote-wrap input[type="date"],
.vp-wpforms-quote-wrap select,
.vp-wpforms-quote-wrap textarea {
  font-size: 14px;
  border-radius: 6px;
}


/* ==================================================
   2. Image Choice Card - Base Styling
================================================== */

.vp-wpforms-quote-wrap .wpforms-image-choices {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.vp-wpforms-quote-wrap .wpforms-image-choices-item {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.vp-wpforms-quote-wrap .wpforms-image-choices-item label {
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding: 16px 14px 14px !important;
  border: 2px solid #e4e6eb !important;
  border-radius: 18px !important;
  background: #fff !important;
  text-align: center !important;
  cursor: pointer !important;
  overflow: hidden !important;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background 0.22s ease !important;
}

.vp-wpforms-quote-wrap .wpforms-image-choices-image {
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  overflow: hidden !important;
  border-radius: 18px !important;
}

.vp-wpforms-quote-wrap .wpforms-image-choices-image img {
  display: block !important;
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  margin: 0 auto !important;
  border-radius: 18px !important;
}

.vp-wpforms-quote-wrap .wpforms-image-choices-label {
  display: block !important;
  width: 100% !important;
  margin-top: 12px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  text-align: center !important;
  color: #333 !important;
  white-space: normal !important;
  transition: color 0.22s ease !important;
}


/* ==================================================
   3. Image Choice Hover Effect
================================================== */

.vp-wpforms-quote-wrap .wpforms-image-choices-item label:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.10) !important;
  border-color: #111 !important;
}


/* ==================================================
   4. Desktop Default Image Choices
================================================== */

@media (min-width: 1025px) {
  .vp-wpforms-quote-wrap .wpforms-image-choices {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 24px !important;
    overflow: visible !important;
    max-width: 980px !important;
  }

  .vp-wpforms-quote-wrap .wpforms-image-choices-item {
    min-width: 0 !important;
    height: 240px !important;
  }

  .vp-wpforms-quote-wrap .wpforms-image-choices-image {
    height: 155px !important;
  }

  .vp-wpforms-quote-wrap .wpforms-image-choices-image img {
    max-height: 150px !important;
  }

  .vp-wpforms-quote-wrap .wpforms-image-choices-label {
    font-size: 17px !important;
  }
}


/* ==================================================
   5. Custom Pin Type - 5 Cards Per Row
   Add class:
   vp-sum-pin-type vp-pin-type-row5
================================================== */

@media (min-width: 1025px) {
  .vp-wpforms-quote-wrap .vp-pin-type-row5 .wpforms-image-choices {
    grid-template-columns: repeat(5, 1fr) !important;
    gap: 20px !important;
    max-width: 1120px !important;
  }

  .vp-wpforms-quote-wrap .vp-pin-type-row5 .wpforms-image-choices-item {
    height: 240px !important;
  }

  .vp-wpforms-quote-wrap .vp-pin-type-row5 .wpforms-image-choices-image {
    height: 155px !important;
  }

  .vp-wpforms-quote-wrap .vp-pin-type-row5 .wpforms-image-choices-image img {
    max-height: 150px !important;
  }

  .vp-wpforms-quote-wrap .vp-pin-type-row5 .wpforms-image-choices-label {
    font-size: 17px !important;
  }
}


/* ==================================================
   6. Desktop Smaller Image Choices
   Good for: Plating / Backing / Packaging / Add-ons
   Add class:
   vp-small-img-choice
   or:
   vp-pin-small-img-choice
================================================== */

@media (min-width: 1025px) {
  .vp-wpforms-quote-wrap .vp-small-img-choice .wpforms-image-choices,
  .vp-wpforms-quote-wrap .vp-pin-small-img-choice .wpforms-image-choices {
    grid-template-columns: repeat(5, 1fr) !important;
    gap: 18px !important;
    max-width: 900px !important;
  }

  .vp-wpforms-quote-wrap .vp-small-img-choice .wpforms-image-choices-item,
  .vp-wpforms-quote-wrap .vp-pin-small-img-choice .wpforms-image-choices-item {
    height: 170px !important;
  }

  .vp-wpforms-quote-wrap .vp-small-img-choice .wpforms-image-choices-item label,
  .vp-wpforms-quote-wrap .vp-pin-small-img-choice .wpforms-image-choices-item label {
    padding: 12px 10px 10px !important;
    border-radius: 15px !important;
  }

  .vp-wpforms-quote-wrap .vp-small-img-choice .wpforms-image-choices-image,
  .vp-wpforms-quote-wrap .vp-pin-small-img-choice .wpforms-image-choices-image {
    height: 98px !important;
    border-radius: 14px !important;
  }

  .vp-wpforms-quote-wrap .vp-small-img-choice .wpforms-image-choices-image img,
  .vp-wpforms-quote-wrap .vp-pin-small-img-choice .wpforms-image-choices-image img {
    max-height: 92px !important;
    border-radius: 14px !important;
  }

  .vp-wpforms-quote-wrap .vp-small-img-choice .wpforms-image-choices-label,
  .vp-wpforms-quote-wrap .vp-pin-small-img-choice .wpforms-image-choices-label {
    margin-top: 8px !important;
    font-size: 14px !important;
    line-height: 1.25 !important;
  }

  .vp-wpforms-quote-wrap .vp-small-img-choice .wpforms-image-choices-item label:hover,
  .vp-wpforms-quote-wrap .vp-pin-small-img-choice .wpforms-image-choices-item label:hover {
    transform: translateY(-2px) !important;
  }
}


/* ==================================================
   7. Two Option Field
   Good for: Single-sided / Double-sided
   Add class:
   vp-pin-two-option
================================================== */

@media (min-width: 1025px) {
  .vp-wpforms-quote-wrap .vp-pin-two-option .wpforms-image-choices {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px !important;
    max-width: 430px !important;
  }

  .vp-wpforms-quote-wrap .vp-pin-two-option .wpforms-image-choices-item {
    height: 205px !important;
  }

  .vp-wpforms-quote-wrap .vp-pin-two-option .wpforms-image-choices-image {
    height: 130px !important;
  }

  .vp-wpforms-quote-wrap .vp-pin-two-option .wpforms-image-choices-image img {
    max-height: 125px !important;
  }
}


/* ==================================================
   8. Tablet Image Choices
   Horizontal Slider
================================================== */

@media (min-width: 768px) and (max-width: 1024px) {
  .vp-wpforms-quote-wrap .wpforms-field {
    position: relative !important;
    margin-bottom: 34px;
  }

  .vp-wpforms-quote-wrap .wpforms-field-label {
    font-size: 18px !important;
    margin-bottom: 6px !important;
  }

  .vp-wpforms-quote-wrap .wpforms-image-choices {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 16px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding: 0 0 18px 0 !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: auto !important;
    scrollbar-color: #111 #e5e5e5 !important;
  }

  .vp-wpforms-quote-wrap .wpforms-image-choices-item {
    flex: 0 0 31% !important;
    width: 31% !important;
    min-width: 31% !important;
    max-width: 31% !important;
    height: 220px !important;
    scroll-snap-align: start !important;
  }

  .vp-wpforms-quote-wrap .wpforms-image-choices-image {
    height: 142px !important;
  }

  .vp-wpforms-quote-wrap .wpforms-image-choices-image img {
    max-height: 138px !important;
  }

  .vp-wpforms-quote-wrap .wpforms-image-choices-label {
    font-size: 15px !important;
  }
}


/* ==================================================
   9. Mobile Image Choices
   Horizontal Slider
================================================== */

@media (max-width: 767px) {
  .vp-wpforms-quote-wrap .wpforms-field {
    position: relative !important;
    margin-bottom: 34px;
  }

  .vp-wpforms-quote-wrap .wpforms-field-label {
    font-size: 16px !important;
    margin-bottom: 6px !important;
  }

  .vp-wpforms-quote-wrap input[type="text"],
  .vp-wpforms-quote-wrap input[type="email"],
  .vp-wpforms-quote-wrap input[type="tel"],
  .vp-wpforms-quote-wrap input[type="number"],
  .vp-wpforms-quote-wrap input[type="date"],
  .vp-wpforms-quote-wrap select,
  .vp-wpforms-quote-wrap textarea {
    font-size: 13px;
  }

  .vp-wpforms-quote-wrap .wpforms-image-choices {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 12px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding: 0 0 20px 0 !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: auto !important;
    scrollbar-color: #111 #dedede !important;
  }

  .vp-wpforms-quote-wrap .wpforms-image-choices-item {
    flex: 0 0 44% !important;
    width: 44% !important;
    min-width: 44% !important;
    max-width: 44% !important;
    height: 190px !important;
    scroll-snap-align: start !important;
  }

  .vp-wpforms-quote-wrap .wpforms-image-choices-item label {
    padding: 12px 10px 10px !important;
  }

  .vp-wpforms-quote-wrap .wpforms-image-choices-image {
    height: 120px !important;
  }

  .vp-wpforms-quote-wrap .wpforms-image-choices-image img {
    max-height: 116px !important;
  }

  .vp-wpforms-quote-wrap .wpforms-image-choices-label {
    font-size: 13px !important;
    line-height: 1.25 !important;
  }
}


/* ==================================================
   10. Scrollbar Styling
================================================== */

.vp-wpforms-quote-wrap .wpforms-image-choices::-webkit-scrollbar {
  height: 12px !important;
  display: block !important;
}

.vp-wpforms-quote-wrap .wpforms-image-choices::-webkit-scrollbar-track {
  background: #dedede !important;
  border-radius: 999px !important;
}

.vp-wpforms-quote-wrap .wpforms-image-choices::-webkit-scrollbar-thumb {
  background: #111 !important;
  border-radius: 999px !important;
}


/* ==================================================
   11. Simple Swipe Hint
================================================== */

@media (max-width: 1024px) {
  .vp-wpforms-quote-wrap .wpforms-field:has(.wpforms-image-choices) .wpforms-field-label::after {
    content: "Swipe →" !important;
    display: block !important;
    margin-top: 6px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #666 !important;
    line-height: 1.2 !important;
    animation: vpSwipeHint 1.4s ease-in-out infinite !important;
  }
}

@media (max-width: 767px) {
  .vp-wpforms-quote-wrap .wpforms-field:has(.wpforms-image-choices) .wpforms-field-label::after {
    margin-top: 5px !important;
    font-size: 11.5px !important;
  }
}

@keyframes vpSwipeHint {
  0% {
    transform: translateX(0);
    opacity: 0.55;
  }

  50% {
    transform: translateX(6px);
    opacity: 1;
  }

  100% {
    transform: translateX(0);
    opacity: 0.55;
  }
}


/* ==================================================
   12. Strong Selected Image Choice State
================================================== */

.vp-wpforms-quote-wrap .wpforms-image-choices-item input:checked + label,
.vp-wpforms-quote-wrap .wpforms-image-choices-item input:checked ~ label,
.vp-wpforms-quote-wrap .wpforms-image-choices-item.wpforms-selected label,
.vp-wpforms-quote-wrap .wpforms-image-choices-item label.wpforms-selected,
.vp-wpforms-quote-wrap .wpforms-image-choices-item.wpforms-field-selected label {
  border: 4px solid #111 !important;
  background: #fff !important;
  color: #111 !important;
  transform: translateY(-4px) !important;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18) !important;
}

.vp-wpforms-quote-wrap .wpforms-image-choices-item input:checked + label::after,
.vp-wpforms-quote-wrap .wpforms-image-choices-item input:checked ~ label::after,
.vp-wpforms-quote-wrap .wpforms-image-choices-item.wpforms-selected label::after,
.vp-wpforms-quote-wrap .wpforms-image-choices-item label.wpforms-selected::after,
.vp-wpforms-quote-wrap .wpforms-image-choices-item.wpforms-field-selected label::after {
  content: "✓" !important;
  position: absolute !important;
  top: 12px !important;
  right: 12px !important;
  width: 38px !important;
  height: 38px !important;
  border-radius: 50% !important;
  background: #111 !important;
  color: #fff !important;
  font-size: 22px !important;
  font-weight: 800 !important;
  line-height: 38px !important;
  text-align: center !important;
  z-index: 9 !important;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.22) !important;
}

.vp-wpforms-quote-wrap .wpforms-image-choices-item input:checked + label .wpforms-image-choices-label,
.vp-wpforms-quote-wrap .wpforms-image-choices-item input:checked ~ label .wpforms-image-choices-label,
.vp-wpforms-quote-wrap .wpforms-image-choices-item.wpforms-selected label .wpforms-image-choices-label,
.vp-wpforms-quote-wrap .wpforms-image-choices-item label.wpforms-selected .wpforms-image-choices-label,
.vp-wpforms-quote-wrap .wpforms-image-choices-item.wpforms-field-selected label .wpforms-image-choices-label {
  color: #111 !important;
  font-weight: 800 !important;
}


/* Small pin card selected check icon */
@media (min-width: 1025px) {
  .vp-wpforms-quote-wrap .vp-small-img-choice .wpforms-image-choices-item input:checked + label::after,
  .vp-wpforms-quote-wrap .vp-small-img-choice .wpforms-image-choices-item input:checked ~ label::after,
  .vp-wpforms-quote-wrap .vp-small-img-choice .wpforms-image-choices-item.wpforms-selected label::after,
  .vp-wpforms-quote-wrap .vp-small-img-choice .wpforms-image-choices-item label.wpforms-selected::after,
  .vp-wpforms-quote-wrap .vp-small-img-choice .wpforms-image-choices-item.wpforms-field-selected label::after,
  .vp-wpforms-quote-wrap .vp-pin-small-img-choice .wpforms-image-choices-item input:checked + label::after,
  .vp-wpforms-quote-wrap .vp-pin-small-img-choice .wpforms-image-choices-item input:checked ~ label::after,
  .vp-wpforms-quote-wrap .vp-pin-small-img-choice .wpforms-image-choices-item.wpforms-selected label::after,
  .vp-wpforms-quote-wrap .vp-pin-small-img-choice .wpforms-image-choices-item label.wpforms-selected::after,
  .vp-wpforms-quote-wrap .vp-pin-small-img-choice .wpforms-image-choices-item.wpforms-field-selected label::after {
    top: 8px !important;
    right: 8px !important;
    width: 28px !important;
    height: 28px !important;
    font-size: 16px !important;
    line-height: 28px !important;
  }
}


/* ==================================================
   13. Collapsible Custom Pin Quote Summary Table
================================================== */

.vp-wpforms-quote-wrap .vp-simple-summary {
  max-width: 900px;
  margin: 20px auto 36px;
  border: 1px solid #ddd;
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
}

.vp-wpforms-quote-wrap .vp-summary-toggle {
  position: relative;
  display: block;
  padding: 18px 54px 18px 20px;
  cursor: pointer;
  background: #f7f7f7;
  list-style: none;
}

.vp-wpforms-quote-wrap .vp-summary-toggle::-webkit-details-marker {
  display: none;
}

.vp-wpforms-quote-wrap .vp-summary-toggle::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #111;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
}

.vp-wpforms-quote-wrap .vp-simple-summary[open] .vp-summary-toggle::after {
  content: "−";
}

.vp-wpforms-quote-wrap .vp-summary-title {
  display: block;
  margin-bottom: 4px;
  font-size: 24px;
  font-weight: 800;
  color: #222;
  line-height: 1.25;
}

.vp-wpforms-quote-wrap .vp-summary-subtitle {
  display: block;
  font-size: 14px;
  color: #555;
  line-height: 1.45;
}

.vp-wpforms-quote-wrap .vp-summary-content {
  padding: 18px 20px 20px;
}

.vp-wpforms-quote-wrap .vp-summary-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
  background: #fff;
}

.vp-wpforms-quote-wrap .vp-summary-table th,
.vp-wpforms-quote-wrap .vp-summary-table td {
  border: 1px solid #ddd;
  padding: 12px 15px;
  text-align: left;
  font-size: 15px;
  line-height: 1.45;
  vertical-align: middle;
}

.vp-wpforms-quote-wrap .vp-summary-table th {
  width: 34%;
  background: #f7f7f7;
  color: #222;
  font-weight: 700;
}

.vp-wpforms-quote-wrap .vp-summary-table td {
  color: #444;
  font-weight: 500;
}

.vp-wpforms-quote-wrap .vp-summary-table tr:nth-child(even) td {
  background: #fafafa;
}

.vp-wpforms-quote-wrap .vp-summary-note {
  margin-top: 14px;
  padding: 12px 14px;
  background: #f8fbff;
  border: 1px solid #dbeafe;
  border-radius: 8px;
  font-size: 14px;
  color: #444;
  line-height: 1.45;
}

@media (max-width: 767px) {
  .vp-wpforms-quote-wrap .vp-simple-summary {
    margin-top: 16px;
    border-radius: 12px;
  }

  .vp-wpforms-quote-wrap .vp-summary-toggle {
    padding: 16px 50px 16px 16px;
  }

  .vp-wpforms-quote-wrap .vp-summary-title {
    font-size: 21px;
  }

  .vp-wpforms-quote-wrap .vp-summary-subtitle {
    font-size: 13.5px;
  }

  .vp-wpforms-quote-wrap .vp-summary-content {
    padding: 14px;
  }

  .vp-wpforms-quote-wrap .vp-summary-table th,
  .vp-wpforms-quote-wrap .vp-summary-table td {
    padding: 10px 11px;
    font-size: 14px;
  }

  .vp-wpforms-quote-wrap .vp-summary-table th {
    width: 42%;
  }

  .vp-wpforms-quote-wrap .vp-summary-note {
    font-size: 13.5px;
  }
}


/* ==================================================
   14. Submit / Previous / Next Button Styling
================================================== */

.vp-wpforms-quote-wrap .wpforms-submit-container,
.vp-wpforms-quote-wrap .wpforms-pagebreak-left,
.vp-wpforms-quote-wrap .wpforms-pagebreak-right,
.vp-wpforms-quote-wrap .wpforms-pagebreak-split {
  text-align: center !important;
}

.vp-wpforms-quote-wrap .wpforms-pagebreak-split {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 14px !important;
  flex-wrap: wrap !important;
}

.vp-wpforms-quote-wrap .wpforms-submit,
.vp-wpforms-quote-wrap .wpforms-page-button {
  background: #111 !important;
  border-color: #111 !important;
  color: #fff !important;
  border-radius: 8px !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  padding: 15px 36px !important;
  transition: all 0.2s ease !important;
}

.vp-wpforms-quote-wrap .wpforms-submit {
  min-width: 230px !important;
}

.vp-wpforms-quote-wrap .wpforms-page-button {
  min-width: 130px !important;
}

.vp-wpforms-quote-wrap .wpforms-submit:hover,
.vp-wpforms-quote-wrap .wpforms-page-button:hover {
  background: #333 !important;
  border-color: #333 !important;
  color: #fff !important;
}

@media (max-width: 1024px) {
  .vp-wpforms-quote-wrap .wpforms-submit {
    font-size: 17px !important;
    min-width: 260px !important;
    padding: 15px 38px !important;
  }

  .vp-wpforms-quote-wrap .wpforms-page-button {
    font-size: 16px !important;
    min-width: 150px !important;
    padding: 14px 30px !important;
  }
}

@media (max-width: 767px) {
  .vp-wpforms-quote-wrap .wpforms-submit {
    width: 86% !important;
    max-width: 340px !important;
    min-width: 0 !important;
    font-size: 16px !important;
    padding: 15px 24px !important;
  }

  .vp-wpforms-quote-wrap .wpforms-page-button {
    width: auto !important;
    min-width: 130px !important;
    font-size: 15px !important;
    padding: 13px 24px !important;
  }
}/* End custom CSS */