/* Headings */
h1 { 
  font-size: 36px;
  margin-bottom: 15px;
}

h2 {
  font-size: 28px;
  margin-bottom: 18px;
  margin-top: 35px;
}

h3 {
  font-size: 22px;
  margin-bottom: 20px;
  margin-top: 30px;
}


/* Breadcrumb Navigation */
nav[aria-label="Breadcrumb"] {
  font-size: 14px;
  margin-bottom: 20px;
}

nav[aria-label="Breadcrumb"] ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

nav[aria-label="Breadcrumb"] li {
  display: flex;
  align-items: center;
}

nav[aria-label="Breadcrumb"] li a {
  color: #0073aa;
  text-decoration: none;
}

nav[aria-label="Breadcrumb"] li a:hover {
  text-decoration: underline;
}

nav[aria-label="Breadcrumb"] li span {
  margin: 0 8px;
  color: #888;
}

nav[aria-label="Breadcrumb"] li[aria-current="page"] {
  color: #2b61fe;
}

/* Update Line */
.update-line {
  font-size: 12px;
  color: #444;
  margin-bottom: 10px;
  font-weight: 500;
  font-family: Arial, sans-serif;
  text-align: left;
  padding-left: 5px;
}

/* Author/Editor Box */
.author-editor-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  border-top: 1px solid #ddd;
  padding-top: 15px;
  justify-content: flex-start;
  margin-bottom: 50px;
}

.bio-box {
  display: flex;
  align-items: center;
  gap: 15px;
  flex: 0 1 auto;
  min-width: 300px;
}

.bio-photo {
  width: 50px !important;
  height: 50px !important;
  border-radius: 50% !important;
  object-fit: cover !important;
  display: block;
}

.bio-info {
  font-size: 14px;
  color: #333;
  line-height: 1.4;
}

.bio-info a {
  color: #0073aa;
  text-decoration: none;
}

.bio-info a:hover {
  text-decoration: underline;
}



/* Responsive Author Section */
@media (max-width: 600px) {
  .author-editor-container {
    flex-direction: column;
    gap: 15px;
  }

  .bio-box {
    width: 100%;
    flex-direction: row;
    align-items: flex-start;
  }

  .bio-photo {
    width: 40px;
    height: 40px;
  }

  .bio-info {
    font-size: 13px;
  }

  .update-line {
    font-size: 11px;
    padding-left: 8px;
  }
}

/* Details & Summary FAQ*/
details {
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 10px 15px;
  background-color: #f9f9f9;
}

summary {
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

summary i {
  margin-left: 8px;
  transition: transform 0.3s ease;
}

details[open] summary i {
  transform: rotate(180deg);
}


/* Summary Box (Merged Version) */
.summary-box {
  background: #f9f9f9;
  border-left: 4px solid #007cba;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px;
  margin: 24px 0;
  font-size: 1rem;
  line-height: 1.6;
  font-family: 'Segoe UI', sans-serif;
}

.summary-box h2 {
  font-size: 1.5rem;
  margin-bottom: 16px;
}

.summary-box ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  font-size: 1rem;
}

.summary-box ul li {
  margin-bottom: 12px;
}

.summary-box ul li i {
  color: #5271ff;
  margin-right: 10px;
}

.summary-box p {
  font-size: 0.9rem;
  color: #666;
  margin-top: 16px;
  line-height: 1.4;
}

@media (max-width: 600px) {
  .summary-box {
    font-size: 0.95rem;
    padding: 16px;
  }
}

/* Icon List */
.icon-list {
  list-style: none;
  padding-left: 3rem;
  margin-top:1rem;
  margin-left: 0;
}

.icon-list li {
  margin-bottom: 8px;
  font-size: 1rem;
  padding-left: 0.25rem;
}

.icon-list i {
  color: #0b058e;
  margin-right: 6px;
}

/* Table Styles */
table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 15px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

table thead {
  background-color: #f1f5f9;
  color: #111827;
  font-weight: 600;
}

table th,
table td {
  padding: 12px 16px;
  border: 1px solid #e2e8f0;
  text-align: left;
}

table tbody tr:hover {
  background-color: #f9fafb;
}


.author-box {
  border-top: 1px solid #ddd;
  margin-top: 40px;
  padding-top: 20px;
}

.author-content {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.author-photo {
  width: 60px;
  height: 60px;
  border-radius: 50% !important;
  object-fit: cover;
}

.author-details {
  flex: 1;
}

.author-details strong {
  display: block;
  font-size: 1.1rem;
  margin-bottom: 5px;
}

.author-details p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
}

.author-details a {
  color: #0056b3;
  text-decoration: underline;
}

.author-social {
  margin-top: 10px;
}

.author-social a {
  margin-right: 12px;
  font-size: 1.1rem;
  color: #333;
}

.rf-resources-widget {
  border: 1px solid #5271ff; /* Solid black border */
  border-radius: 6px;
  padding: 14px;
  background-color: #fff;
  max-width: 320px;
  font-family: Arial, sans-serif;
}

.rf-resources-title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
 }

.rf-resources-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.rf-resources-list li {
  margin-bottom: 10px;
  font-size: 14px;
  display: flex;
  align-items: center;
    line-height: 1.2; /* or 20px */

}

.rf-resources-list li i {
  color: #5271ff;
  margin-right: 8px;
  font-size: 13px;
}

.rf-resources-list a {
  color: #5271ff;
  text-decoration: none;
  transition: color 0.2s ease;
}

.rf-resources-list a:hover {
  text-decoration: underline;
  color: #3a5dcc;
}


.rf-loan-widget-card {
  border: 1px solid #5271ff;
  border-radius: 8px;
  max-width: 320px;
  font-family: Arial, sans-serif;
  overflow: hidden;
  background: #fff;
}

.rf-loan-card-header {
/* background-color: #f3f8ff; */
  color: #5271ff;
  font-weight: bold;
  font-size: 13px;
  padding: 10px 15px;
  border-bottom: 1px solid #ddd;
}

.rf-loan-card-content {
  padding: 15px;
  text-align: center;
}

.rf-loan-img {
  width: 140px;
  height: 90px;
  object-fit: cover;
  display: block;
  margin: 0 auto 12px auto;
  border-radius: 4px;
}


.rf-loan-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #222;
}

.rf-loan-description {
  font-size: 13px;
  color: #444;
  margin-bottom: 15px;
}

.rf-loan-select {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 15px;
}

.rf-loan-btn {
  width: 100%;
  padding: 12px;
  background-color: #ff6d4d;
  color: #fff;
  border: none;
  font-size: 15px;
  font-weight: bold;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.rf-loan-btn:hover {
  background-color: #e85c3c;
}

.rf-loan-footer {
  font-size: 11px;
  color: #888;
  margin-top: 12px;
}

/* Fade-in scroll effect */
.fade-in-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-in-on-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}


.pre-approval-banner-pro {
  background-color: #ffffff;
  border: 1px solid #e0e6ed;
  border-left: 5px solid #2b61fe;
  padding: 20px;
  border-radius: 10px;
  font-family: 'Segoe UI', sans-serif;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  margin-bottom: 30px;
}

.pre-approval-banner-pro h3 {
  font-size: 1.15rem;
  color: #1e2a38;
  margin-bottom: 10px;
  font-weight: 600;
}

.pre-approval-banner-pro p {
  font-size: 0.95rem;
  color: #4a4a4a;
  line-height: 1.5;
  margin-bottom: 18px;
}

.btn-pre-approve {
  display: inline-block;
  background-color: #2b61fe;
  color: #ffffff;
  padding: 10px 20px;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 6px;
  transition: background-color 0.3s ease;
}

.btn-pre-approve:hover {
  background-color: #1a4cd6;
}

.elementor-editor-active .fade-in-on-scroll {
  opacity: 1 !important;
 }


.author-details a {
  color: #0056b3;
  text-decoration: none;
}

.author-details a:hover {
  text-decoration: underline;
}



/* Smooth Scroll */
html {
  scroll-behavior: smooth;
}
