.elementor-2585 .elementor-element.elementor-element-c939dbc{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2585 .elementor-element.elementor-element-c26e653{--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:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:70px;--padding-right:70px;}.elementor-2585 .elementor-element.elementor-element-a672e94{--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:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2585 .elementor-element.elementor-element-9209b7d{--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:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(max-width:767px){.elementor-2585 .elementor-element.elementor-element-c26e653{--padding-top:0px;--padding-bottom:0px;--padding-left:20px;--padding-right:0px;}}@media(min-width:768px){.elementor-2585 .elementor-element.elementor-element-c939dbc{--width:100%;}}/* Start custom CSS for container, class: .elementor-element-c26e653 */.frm_image_options .frm_opt_container {
     /*margin: 0 -10px; */
    gap: 7px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-186cd70 */.vervain-custompatch-quote-wrapper-section {
  background: #f9fafc;
  padding: 60px 0;
  font-family: "Segoe UI", Arial, sans-serif;
}

.vervain-custompatch-container {
  max-width: 1500px;
  margin: 0 20px;
  /*padding: 0 20px;*/
}

.vervain-custompatch-row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

/* === LEFT FORM === */
.vervain-custompatch-leftside {
  flex: 1 1 60%;
}

.vervain-custompatch-form-area {
  background: #fff;
  /*padding: 35px;*/
  border-radius: 14px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
  height: 720px;
  overflow-y: auto;
  transition: all 0.3s ease-in-out;
  animation: vervainFadeIn 0.8s ease-in-out;
}
.vervain-custompatch-form-area::-webkit-scrollbar {
  width: 6px;
}
.vervain-custompatch-form-area::-webkit-scrollbar-thumb {
  background-color: #E76900;
  border-radius: 10px;
}

.vervain-custompatch-heading {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #111;
}
.vervain-custompatch-subtext {
  color: #555;
  margin-bottom: 20px;
}

/* === RIGHT SUMMARY BOX === */
.vervain-custompatch-rightside {
  flex: 1 1 35%;
}

.vervain-custompatch-summarybox-sticky {
  position: sticky;
  top: 30px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 14px;
  padding: 28px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
  animation: vervainSlideUp 0.8s ease-in-out;
}

.vervain-summary-title {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #222;
  border-bottom: 2px solid #f4f4f4;
  padding-bottom: 8px;
}

.vervain-summary-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.vervain-summary-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 0;
  border-bottom: 1px dashed #eee;
  font-size: 15px;
  color: #444;
}
.vervain-summary-list li strong {
  color: #111;
}

/* === Animations === */
@keyframes vervainFadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes vervainSlideUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

/* === Responsive === */
@media (max-width: 992px) {
  .vervain-custompatch-row {
    flex-direction: column;
  }
  .vervain-custompatch-rightside {
    order: 2;
  }
  .vervain-custompatch-form-area {
    height: auto;
    overflow-y: visible;
  }
  .vervain-custompatch-summarybox-sticky {
    position: relative;
    top: auto;
    margin-top: 40px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1c30e52 */.vervain-custompatch-quote-wrapper-section {
  background: #f9fafc;
  padding: 60px 0;
  font-family: "Segoe UI", Arial, sans-serif;
}

.vervain-custompatch-container {
  max-width: 1500px;
  margin: 0 20px;
  /*padding: 0 20px;*/
}

.vervain-custompatch-row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

/* === LEFT FORM === */
.vervain-custompatch-leftside {
  flex: 1 1 60%;
}

.vervain-custompatch-form-area {
  background: #fff;
  /*padding: 35px;*/
  border-radius: 14px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
  height: 720px;
  overflow-y: auto;
  transition: all 0.3s ease-in-out;
  animation: vervainFadeIn 0.8s ease-in-out;
}
.vervain-custompatch-form-area::-webkit-scrollbar {
  width: 6px;
}
.vervain-custompatch-form-area::-webkit-scrollbar-thumb {
  background-color: #E76900;
  border-radius: 10px;
}

.vervain-custompatch-heading {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #111;
}
.vervain-custompatch-subtext {
  color: #555;
  margin-bottom: 20px;
}

/* === RIGHT SUMMARY BOX === */
.vervain-custompatch-rightside {
  flex: 1 1 35%;
}

.vervain-custompatch-summarybox-sticky {
  position: sticky;
  top: 30px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 14px;
  padding: 28px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
  animation: vervainSlideUp 0.8s ease-in-out;
}

.vervain-summary-title {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #222;
  border-bottom: 2px solid #f4f4f4;
  padding-bottom: 8px;
}

.vervain-summary-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.vervain-summary-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 0;
  border-bottom: 1px dashed #eee;
  font-size: 15px;
  color: #444;
}
.vervain-summary-list li strong {
  color: #111;
}

/* === Animations === */
@keyframes vervainFadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes vervainSlideUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

/* === Responsive === */
@media (max-width: 992px) {
  .vervain-custompatch-row {
    flex-direction: column;
  }
  .vervain-custompatch-rightside {
    order: 2;
  }
  .vervain-custompatch-form-area {
    height: auto;
    overflow-y: visible;
  }
  .vervain-custompatch-summarybox-sticky {
    position: relative;
    top: auto;
    margin-top: 40px;
  }
}/* End custom CSS */