.elementor-7677 .elementor-element.elementor-element-ef16389{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;overflow:visible;}.elementor-7677 .elementor-element.elementor-element-65eeee3{width:100%;max-width:100%;}.elementor-7677 .elementor-element.elementor-element-65eeee3 > .elementor-widget-container{margin:-65px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-7677 .elementor-element.elementor-element-aba279f{--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;overflow:visible;}.elementor-7677 .elementor-element.elementor-element-d74d1bd > .elementor-widget-container{margin:-35px 0px 0px 0px;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}@media(min-width:768px){.elementor-7677 .elementor-element.elementor-element-ef16389{--content-width:100%;}.elementor-7677 .elementor-element.elementor-element-aba279f{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-65eeee3 *//* CTA Section Styling */
.cta-buttons {
  text-align: center;
  margin: 24px auto;
  padding: 16px;
}

/* Subtext Styling */
.cta-buttons .cta-subtext {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: #333;
  margin-top: 12px;
  margin-bottom: 20px;
}

/* Button Group Layout (centered) */
.cta-buttons .btn-group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 45px;
  flex-wrap: wrap;
  margin-top: 38px;
}

/* Global Button Styles (normalized widths) */
.cta-buttons .gold-btn,
.cta-buttons .dark-btn {
  display: inline-block;
  width: 280px; /* Fixed width for balance */
  text-align: center;
  padding: 12px 0; /* Vertical padding only, since width is fixed */
  border-radius: 6px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none !important;
  color: #fff !important;
  transition: background-color 0.3s ease, color 0.3s ease;
  cursor: pointer;
}

/* Gold Button (Default & Hover) */
.cta-buttons .gold-btn {
  background-color: #b0862f;
}
.cta-buttons .gold-btn:hover,
.cta-buttons .gold-btn:focus {
  background-color: #313854;
}

/* Dark Button (Default & Hover) */
.cta-buttons .dark-btn {
  background-color: #313854;
}
.cta-buttons .dark-btn:hover,
.cta-buttons .dark-btn:focus {
  background-color: #b0862f;
}

/* Consistent text */
.cta-buttons .gold-btn,
.cta-buttons .gold-btn:hover,
.cta-buttons .gold-btn:focus,
.cta-buttons .dark-btn,
.cta-buttons .dark-btn:hover,
.cta-buttons .dark-btn:focus {
  color: #fff !important;
  text-decoration: none !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d74d1bd *//* ============================
   Typography Styles
   ============================ */
.intro-section h2,
.lenders-section h2,
.vp-highlight h2,
.faq-section h2,
#footer-cta h2,
.lender h3,
.faq h3 {
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  color: #222;
}

.intro-section p,
.lenders-section p,
.vp-highlight p,
.faq-section p,
.vp-highlight ul li,
#footer-cta p {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: #333;
}

/* Footer CTA paragraph size adjustment */
#footer-cta p {
  font-size: 20px;
  color: #555;
}

/* ============================
   Section Layout
   ============================ */
section {
  max-width: 900px;
  margin: 40px auto;
  padding: 0 20px;
}

/* ============================
   Global Button Styles
   ============================ */
a.gold-btn,
a.dark-btn {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 6px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 16px;
  background: transparent;
  text-decoration: none !important;
  color: #fff !important;
  transition: background-color 0.3s ease, color 0.3s ease;
  cursor: pointer;
}

/* Keep text white in all states */
a.gold-btn,
a.gold-btn:hover,
a.gold-btn:focus,
a.dark-btn,
a.dark-btn:hover,
a.dark-btn:focus {
  color: #fff !important;
  text-decoration: none !important;
}

/* Gold Button (Default & Hover) */
a.gold-btn {
  background-color: #b0862f;
}
a.gold-btn:hover,
a.gold-btn:focus {
  background-color: #313854; /* Deep navy on hover */
}

/* Dark Button (Default & Hover) */
a.dark-btn {
  background-color: #313854; /* Navy as default */
}
a.dark-btn:hover,
a.dark-btn:focus {
  background-color: #b0862f; /* Gold on hover */
}

/* ============================
   Button Group Layout
   ============================ */
.btn-group {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* ============================
   Footer CTA Section
   ============================ */
#footer-cta {
  text-align: center;
  padding: 40px 20px;
  background: #f7f7f7;
}

/* Add spacing between each lender block for consistency */
.lender {
  margin-bottom: 32px; /* Adds space between lenders */
}

/* VP Capital Highlight Section List Styles */
.vp-highlight ul {
  list-style-type: disc; /* Adds traditional bullets */
  padding-left: 20px;    /* Indents bullets from the edge */
  margin: 0px 0 24px;   /* Space above and below list */
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: #333;
}

.vp-highlight ul li {
  margin-bottom: 12px; /* Space between each list item */
}

/* Optional: Match bullets to brand color (gold) */
.vp-highlight ul li::marker {
  color: #b0862f; /* Gold bullets */
  font-size: 1.1em;
}

/* FAQ Section Styling */
.faq {
  padding: 20px 0; /* Adds vertical padding inside each FAQ block */
  border-bottom: 1px solid #ddd; /* Soft divider */
  margin-bottom: 12px; /* Extra space between FAQs */
}

.faq:last-child {
  border-bottom: none; /* Removes divider from the last item */
}

.faq h3 {
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px; /* Space between question and answer */
  color: #222;
}

.faq p {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 1.6;
  margin: 0; /* Prevent default margin pushing content */
  color: #333;
}/* End custom CSS */