/* Button — Secondary (outlined) */
.btn-secondary {
  display: inline-block;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #12233D;
  background-color: transparent;
  border: 1px solid #12233D;
  padding: 12px 28px;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.btn-secondary:hover {
  background-color: #12233D;
  color: #F7F5F0;
}

/* Button — Header CTA (same gold style as Primary, smaller size) */
.btn-header-cta a {
  display: inline-block;
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #12233D !important;
  background-color: #B08D3E;
  padding: 8px 20px;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.btn-header-cta a:hover {
  background-color: #12233D !important;
  color: #F7F5F0 !important;
}.primary-navigation a,
nav a {
  color: #12233D !important;
}
.primary-navigation a:hover,
nav a:hover {
  color: #B08D3E !important;
}.custom-logo {
  max-height: 48px;
  width: auto;
}.page-header {
  display: none;
}.card {
  background-color: #FFFFFF;
  border: 1px solid #B08D3E;
  border-radius: 8px;
  padding: 32px;
}
.card-featured {
  border-width: 2px;
}.badge {
  display: inline-block;
  background-color: #B08D3E;
  color: #12233D;
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 4px 12px;
  border-radius: 20px;
  align-self: flex-start;
  width: fit-content;text-align: center;
}
.badge p {
  margin: 0;
}.inline-link {
  color: #12233D;
  text-decoration: underline !important;
  transition: color 0.2s ease;
}
.inline-link:hover {
  color: #B08D3E;
}

.site-footer {
  background-color: #12233D;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 44px 0;
}
.site-footer .custom-logo {
  display: none;
}
.site-footer .custom-logo-link {
  display: inline-block;
  width: 137px;
  height: 48px;
  background-image: url('https://wrenmontsolutions.com/wp-content/uploads/2026/08/wrenmont-lockup-navy-bg-notagline-1040.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
}
.site-footer .site-navigation a {
  color: #F7F5F0 !important;
  font-family: Arial, sans-serif;
  font-size: 16px;
}
.site-footer .site-navigation a:hover {
  color: #B08D3E !important;
}
.site-footer .copyright p {
  color: #F7F5F0;
  font-family: Arial, sans-serif;
  font-size: 14px;
}
.site-footer .btn-header-cta {
  display: none !important;
}

.site-footer {
  background-color: #12233D;
  border-top: 2px solid #B08D3E;
}

.step-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1.5px solid #12233D;
  color: #12233D;
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  flex-shrink: 0; margin-top: 6px;
}
.step-circle-featured {
  background-color: #B08D3E;
  border-color: #B08D3E;
  color: #12233D;
}

.h4-teal {
  color: #0F6E56 !important;
}

.btn-form-submit {
  background-color: #12233D !important;
  color: #F7F5F0 !important;
  border: none;
}
.btn-form-submit:hover {
  background-color: #0F6E56 !important;
}

.forminator-row label {
  font-family: Arial, sans-serif;
  color: #12233D;
  font-size: 15px;
}
.forminator-row input[type="text"],
.forminator-row input[type="email"],
.forminator-row select,
.forminator-row textarea {
  border: 1px solid #D8D4C8;
  border-radius: 4px;
  font-family: Arial, sans-serif;
  color: #1A1A1A;
  padding: 10px 12px;
}

.btn-form-submit {
  background-color: #12233D !important;
  color: #F7F5F0 !important;
  border: none;
  font-family: Arial, sans-serif;
  font-size: 16px;
  padding: 12px 24px;
  border-radius: 4px;
}
.btn-form-submit:hover {
  background-color: #0F6E56 !important;
}

.contact-label {
  color: #6B6B6B;
  font-family: Arial, sans-serif;
  font-size: 14px;
  margin-bottom: 4px;
}
.contact-value {
  color: #12233D;
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 24px;
}

.contact-value:hover {
  color: #B08D3E;
}

.elementor-social-icon:hover {
  background-color: #B08D3E !important;
  color: #12233D !important;
}