/* Header Background and Height */
.inner-page-header {
  background-color: #27257f;
  padding: 60px 0; /* Adjust padding for desired height */
  position: relative;
}

/* Page Title Styling */
.inner-page-header .page-title {
  font-size: 2.25rem;
  letter-spacing: 0.5px;
}

/* Breadcrumb Styling */
.inner-page-header .breadcrumb {
  background: transparent;
}

/* Breadcrumb Links */
.inner-page-header .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  transition: color 0.3s ease;
}

.inner-page-header .breadcrumb-item a:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* Active Breadcrumb Item */
.inner-page-header .breadcrumb-item.active {
  color: #ffffff;
  font-weight: 500;
}

/* Breadcrumb Separator Color (white / semi-transparent) */
.inner-page-header .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.5);
}

/* Palette Variables */
:root {
  --brand-color: #27257f;
  --brand-light: rgba(39, 37, 127, 0.08);
}

.text-navy {
  color: #27257f;
}

/* Header Styling */
.inner-page-header {
  background-color: #27257f;
  padding: 60px 0;
  position: relative;
}

.inner-page-header .page-title {
  font-size: 2rem;
  letter-spacing: 0.5px;
}

/* Breadcrumb Styling */
.inner-page-header .breadcrumb {
  background: transparent;
}

.inner-page-header .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  transition: color 0.3s ease;
}

.inner-page-header .breadcrumb-item a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.inner-page-header .breadcrumb-item.active {
  color: #ffffff;
  font-weight: 500;
}

.inner-page-header .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.5);
}

/* UI Card Adjustments */
.bg-primary-light {
  background-color: var(--brand-light);
}

.icon-square {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

.benefit-card {
  transition: transform 0.2s ease, shadow 0.2s ease;
}

.benefit-card:hover {
  transform: translateY(-3px);
}

/* CTA Sidebar Card */
.cta-card {
  background-color: #27257f;
  border-radius: 8px;
}

.text-navy {
  color: #27257f !important;
}

/* Process Steps */
.process-step {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  padding: 10px 5px;
  border-radius: 8px;
  font-size: 0.85rem;
}

.step-num {
  display: block;
  font-weight: bold;
  color: #27257f;
}

.step-text {
  color: #6c757d;
  font-size: 0.75rem;
}

/* Disclaimer text size */
.disclaimer-text {
  font-size: 0.75rem;
  line-height: 1.4;
}



.bg-navy {
  background-color: var(--brand-navy) !important;
}

.border-navy {
  border-color: var(--brand-navy) !important;
}

/* Heading Typography */
.main-heading {
  font-size: 2.25rem;
  line-height: 1.25;
}
.main-heading:after {
  content: none;
}

/* Icon Box */
.icon-square {
  width: 52px;
  height: 52px;
  background-color: var(--brand-light);
  color: var(--brand-navy);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

/* Table Enhancements */
.table thead th {
  letter-spacing: 0.5px;
}

.table-success-subtle {
  background-color: rgba(25, 135, 84, 0.08) !important;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .main-heading {
    font-size: 1.75rem;
  }
}

/*# sourceMappingURL=elevate.css.map */
