@charset "utf-8";
/* CSS Document */
/* typography */
section.hero-banner h3 {
	font-size: 20px;
}
h3.icon-title {
	font-size: 1.15rem;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 0.15rem;
}
section.better-score h3 {
	font-size: 1.25rem;
	text-transform: uppercase;
	margin-bottom: 0.15rem;
}
/* colours */
span.efx-red, .efx-red {
    color: #9e1b32;
}
span.efx-blue, .efx-blue {
    color: #007298;
}
.bg-efx-red{
    background-color: #9e1b32;
}
.bg-grey{
    background-color: #ebebeb;
}
/* buttons */
.btn, a.btn {
	font-weight: 600;
}
.btn-efx, a.btn-efx {
    background-color: #9e1b32;
	color: #ffffff;
}
.btn-efx:hover, a.btn-efx:hover {
    background-color: #000000;
	color: #ffffff;
}
.btn-white, a.btn-white {
    background-color: #ffffff;
	color: #9e1b32;
}
.btn-white:hover, a.btn-white:hover {
    background-color: #000000;
	color: #ffffff;
}
/* cards */
h3.card-title {
    color: #9e1b32;
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 600;
}
.text-blue {
    color: #007298;
}
.text-orange {
    color: #e77204;
}
.text-green {
    color: #45842a;
}
h3.card-title a {
    color: #9c1b32;
}
h3.card-title a:hover {
    color: #000000;
}
h5.card-subtitle {
    margin-bottom: 10px;
	margin-top: 10px;
}
.card-body {
    text-align: center;
}
.card-text {
	font-size: 1.25rem;
	line-height: 1.5rem;
	font-weight: 600;
}
.card-footer {
    border-top: none;
    background-color: inherit;
    padding-bottom: 1.5rem;
}
.card-icon {
    display: flex;
    flex-wrap: wrap;
}
.card .icon-circle {
    flex: 1 0 21%;
    margin: 5px auto;
    height: 100px;
}
.card .icon-container {
    background-color: #e7e7e7;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    text-align: center;
    margin: 0 auto;
    line-height: 64px;
    padding: 10px;
}
.icon-container.efx-red {
    background-color: #9c1b32;
}
.icon-container.efx-blue {
    background-color: #007298;
}
.icon-container.efx-orange {
    background-color: #e77204;
}
.icon-container.efx-green {
    background-color: #45842a;
}
.card.icon-container img {
    vertical-align: middle;
    width: 90%;
    height: auto;
}
.card .icon-container h4 {
    vertical-align: middle;
    line-height: 70px;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 1.15rem;
}
ul.card-list {
    text-align: left;
}
/* hero section */
section.hero-banner {
	background: url("/sites/default/files/lpassets/images/EFX-Credit-Seeker-Banner-bg.jpg") no-repeat 60% 30%;
	min-height: 650px;
}
.container.hero-banner-img {
    overflow: visible;
    position: relative;
    flex-shrink: 0;
    display: block;
    border-radius: 30px 30px 0 0;
    min-height: 362px;
    width: 100%;
	margin-top: 5rem;
}
section.hero-banner .hero-bg {
    background: transparent url("/sites/default/files/lpassets/images/Credit-seeker-banner-mobile-grey.png") no-repeat bottom center;
	background-size: contain;
	max-width: 425px;
	overflow: visible;
	min-height: 530px;
}
/* icon ribbon */
section.icon-ribbon {
	background-color: #5b6771;
}
section.icon-ribbon div.icon-container {
	background-color: #ebebeb;
	border-radius: 5px;
	aspect-ratio: 1 / 1;
	display: flex;
	/*max-width: 70px;*/
	min-width: 50px;
}
section.icon-ribbon .icon-text {
    max-width: 300px;
	margin-left: 10px;
}
/* divider boxes */
.divider-box {
    border-bottom: 1px solid #ebebeb;
}
.divider-box:last-of-type {
    border-bottom: none;
}
/* facts section */
section.facts {
	padding: 6rem 0;
}
/* pricing table */
section.pricing {
	padding: 6rem 0;
}
table.pricing-table {
	border-collapse: separate;
	border-spacing: 0;
}
table.pricing-table th.recommended {
    background-color: #9e1b32;
	color: #ffffff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
table.pricing-table th {
    font-weight: 400;
}
table.pricing-table th.product-name {
    font-weight: bold;
}
table.pricing-table th.no-border, table.pricing-table td.no-border {
	border-bottom: none;
}
th.table-header-row {
    background-color: #5b6771;
	color: #ffffff;
	font-size: 1.25rem;
}
table.pricing-table td {
	text-align: center;
	margin: 0 auto;
}
table.pricing-table td:first-of-type, .pricing-table tr:last-child td:nth-child(2) {
	border-left: 1px solid #cccccc;
}
tr.row-grey td, tr.row-grey th {
	background-color: #f7f7f7;
}
.pricing-table td:nth-child(3),
.pricing-table th:nth-child(3) {
	border-left: 2px solid #9e1b32 !important; 
	border-right: 2px solid #9e1b32 !important;
}
.pricing-table th.product-name:nth-child(2) {
	/*border-top: 2px solid #9e1b32 !important;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;*/
}
table.pricing-table td.no-border {
	border-left: none;
}
.pricing-table tr:last-child td:nth-child(3) {
	border-bottom: 2px solid #9e1b32 !important;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
table.pricing-table span.price {
	color: #9e1b32;
	font-size: 1.15rem;
}
i.bi.bi-check-circle-fill {
    color: green;
    font-size: larger;
}
i.bi.bi-x-circle-fill {
	color: #cc0000;
	font-size: larger;
}
/* get started */
section.get-started {
	padding: 6rem 0;
}
.step-col {
	position: relative;
	padding-bottom: 2rem;
}
.step-icon-circle {
    width: 80px;
    height: 80px;
    background-color: #ffffff;
    border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
    margin: 0 auto;
  }
.step-icon-circle img {
    vertical-align: middle;
    width: 60%;
    height: auto;
}
  /* The Arrow Connector */
  .step-connector {
	  position: absolute;
	  font-size: 2rem;
	  color: #000000;
	  display: flex;
	  justify-content: center;
	  transition: transform 0.3s ease;
  }
/* footer */
.footer-main {
    background: #333e48;
    width: 100%;
    padding: 35px 0 15px;
    font-weight: 300;
	color: #ffffff;
}
@media (min-width: 576px) {
section.icon-ribbon .icon-text {
	margin-left: 0;
}
}
@media (min-width: 768px) {
	.step-connector {
		top: 40px; /* Aligns with the center of the icon circle */
		right: -15px;
		transform: translateY(-50%);
	}
}
@media (min-width: 992px) {
/* typography */
section.hero-banner h3 {
	font-size: 24px;
}
section.hero-banner .hero-bg {
    /*background: transparent url("../img/Credit-seeker-banner-tablet-v2.png") no-repeat top center;
	max-width: 1024px;
	min-height: 540px;
	background-size: contain;*/
}
section.icon-ribbon .icon-text {
    max-width: 500px;
}
}
@media (min-width: 1200px) {
}
@media (max-width: 767px) {
    .step-connector {
      bottom: 0;
		left: 50%;
		transform: translateX(-50%) rotate(90deg);
    }
    .step-col {
      margin-bottom: 30px;
    }
	/* Ensure the sticky column stays put */
    .sticky-col {
      position: -webkit-sticky; /* Support for Safari */
      position: sticky;
      left: 0;
      background-color: white !important; /* Prevents transparency issues while scrolling */
      z-index: 1; /* Keeps it above other TD elements */
    }

    /* Special Case: The top-left header needs a higher z-index */
    thead th.sticky-col {
      z-index: 2; 
    }

    /* Optional: Add a subtle shadow to indicate depth when scrolling */
    .sticky-col::after {
      content: '';
      position: absolute;
      top: 0;
      right: -5px;
      bottom: 0;
      width: 5px;
      pointer-events: none;
      box-shadow: inset 10px 0 8px -10px rgba(0,0,0,0.15);
    }
}
