@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&display=swap');

:root {
    --color-primary: #3DBDEE;
    --color-secondary: #2181BF;
    --color-text:#2193BF;
    --color-text-light: #ffffff;
    --color-text-dark: #333333;
    --font-main: 'Inter', sans-serif;
    --spacing-unit: 1rem;
}

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    font-family: var(--font-main);
    font-weight: 400;
}

/* header and footer */
ul{
    padding-left: 0px;
}

#header {
    height: 11rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

img[src$="menu-logo-white.png"] {
    display: none !important;
}

.hero-header {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-logo {
    height: auto;
}

.footer {
    background: linear-gradient(0deg, var(--color-secondary) 0%, var(--color-primary) 68.75%);
    padding: calc(var(--spacing-unit) * 3.5) 0;
    color: var(--color-text-light);
    font-family: var(--font-main);
    font-weight: 300;
    text-align: center;
}

.footer-content {
    padding-bottom: calc(var(--spacing-unit) * 2);
    margin-bottom: calc(var(--spacing-unit) * 2);
}

.footer-nav ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: calc(var(--spacing-unit) * 0.5) calc(var(--spacing-unit) * 1.5);
}

.footer-nav li a {
    color: var(--color-text-light);
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 500;
    transition: opacity 0.3s;
}

.footer-nav li a:hover {
    opacity: 0.8;
}

.footer-nav li:not(:last-child)::after {
    content: '|';
    margin-left: calc(var(--spacing-unit) * 1.5);
    color: var(--color-text-light);
    opacity: 1;
    display: inline-block;
    transform: scaleY(2);
}

.footer-info {
    margin-top: calc(var(--spacing-unit) * 2.5);
    font-size: 1.125rem;
    line-height: 1.6;
    padding-inline: 2rem;
}

.footer-copyright p {
    font-size: 1.125rem;
    font-weight: 400;
}

/* END header and footer */

.background-gray{
    background: linear-gradient(180deg, #F2F2F2 0%, rgba(242, 242, 242, 0) 100%);
}

h1{
    font-family: var(--font-main);
    font-weight: 800;
    color: var(--color-text);
    font-size: 3.6rem;
    line-height: 100%;
    margin: 2rem auto !important;
}
h2{
    color: var(--color-primary);
    font-weight: 600;
    font-size: 2rem;
    max-width: 800px !important;
}
h5{
    color: #7AADDE;
    font-weight: 700;
    font-size: 1.5rem;
}
.info-block p{
    font-weight: 300;
    color: #636363;
    font-size: 1rem;
}

.custom-hr {
    width: 40%;
    max-width: 150px;
    border-top: 1px solid black;
    margin: .8rem auto;
    opacity: 1;
}
.transunion-score-img{
    width: 400px;
    margin-top: calc(15px + 5vw);
}
.get-score {
    font-weight: 700;
    color: white;
    border-radius: 41.47px;
    background-color: var(--color-primary);
    box-shadow: 4px 7px 15px 0px #2193BF80;
    border: none;
    padding-inline: 50px;
    font-size: calc(0.8rem + 1.3vw);
    padding-left: 5vw;
    padding-right: 5vw;
    text-decoration: none;
}

.separator{
    background-color: #2193BF;
}
.separator p{
    color: white;
    font-size: 1.5rem;
    font-weight: 500;
    padding-block: 0.8rem
}
.service-thumb img{
    max-width: 1000px;
}
.service-list > li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.media-body{
    flex: 1;
    padding-left: 10px;
}
.media-body p{
    font-weight: 400;
    font-size: 1.5rem;
}
.service-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease 0s;
}

.service-icon img {
    width: 76px;
    height: auto;
    display: block;
}

#section-2 .get-score{
    margin-top: 30px;
}

#section-3{
    background: linear-gradient(180deg, #35ABE0 0%, #2193BF 100%);
}

#section-3{
    padding-block: 50px;
    color: white;
    font-size: 1.5rem;
    font-weight: 400;
}

#section-3 .title-section{
    font-size: 2rem;
    font-weight: 700;
}

.faq-container {
    margin: auto;
    border: 2px solid #87CEEB; 
    border-radius: 20px 20px 0px 0px;
    padding: 40px;
    background-color: #fff;
    position: relative;
}

.faq-header {
    display: inline-block;
    background-color: #2E9CCA; 
    color: white;
    padding: 10px 30px;
    border-radius: 10px;
    font-weight: bold;
    font-size: 1.25rem;
    position: absolute;
    top: -25px; 
    left: 40px;
}

.accordion {
    --bs-accordion-border-color: #2193BF; 
    --bs-accordion-border-radius: 15px; 
    --bs-accordion-btn-focus-box-shadow: none; 
    --bs-accordion-active-color: #0c5460;
    --bs-accordion-active-bg: #e7f5ff;
    font-size: 1.3rem;
    font-weight: 400;
}

.accordion-item {
    margin-bottom: 1rem;
    border: 1px solid var(--bs-accordion-border-color) !important;
    border-radius: var(--bs-accordion-border-radius) !important;
    box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    color: #414040 !important;
}

.accordion-item:last-of-type {
    margin-bottom: 0;
}

.accordion-header{
    max-width: unset !important;
}

.accordion-button {
    color: #414040;
    font-size: 1.3rem;

}

    .accordion-button:not(.collapsed) {
        color: #2193BF;
        background-color: var(--bs-accordion-active-bg);
        font-weight: 700;
        box-shadow: unset !important;
    }

.accordion-button::after {
            flex-shrink: 0;
            width: 2rem;
            height: 2rem;
            margin-left: auto;
            content: '';
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232E9CCA'%3e%3cpath fill-rule='evenodd' d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z'/%3e%3cpath d='M4.646 6.646a.5.5 0 0 1 .708 0L8 9.293l2.646-2.647a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-3-3a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
            background-repeat: no-repeat;
            background-size: 2rem;
            transition: transform 0.2s ease-in-out;
        }

.accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg);
}
.accordion-collapse{
    background-color: var(--bs-accordion-active-bg);
}

.rounded-4{
    border-radius: var(--bs-border-radius-xl) !important;
}

@media (max-width: 991.98px) {
    .mobile-padding-list{
        padding-inline: 100px;
    }
    #section-2 .get-score{
        margin-top: 0px;
    }
    .service-list{
        padding-top: 20px;
    }
    h1{
        font-size: calc(1rem + 3vw) !important;
    }
}

@media (max-width: 767.98px) {
    #header {
        height: 7rem;
    }
    .transunion-score-img{
        width: 200px;
    }
    .mobile-padding-list{
        padding-inline: 50px;
    }
    .nav-logo {
        width: 80%;
    }
}
@media (min-width: 768px) { 
    .border-md-end {
        border-right: 1px solid black !important;
    }
}

@media (max-width: 575.98px) {
    /* header and footer */
    #header {
        height: 5rem;
    }
    .footer-nav li a {
        font-size: 1rem;
    }
    .footer-info ,
    .footer-copyright p {
        font-size: 0.875rem;
    }

    /* END header and footer */

    .get-score{
        font-size: 0.9rem;
    }
    h1{
        margin: 1.5rem auto !important;
    }
    h2{
        font-size: 1rem;
    }
    h5 {
        font-size: 0.9rem;
    }
    .info-block p {
        font-size: calc(0.5rem + 1vw);
    }
    .separator p{
        font-size: 0.8rem;
        padding-inline: 10px;
    }
    .mobile-padding-list {
        padding-inline: 30px;
    }
    .media-body p {
        font-size: 0.9rem;
    }
    .service-icon img {
        width: 34px;
    }
    #section-3{
        font-size: 0.9rem;
    }
    #section-3 .title-section{
        font-size: 1.3rem;
    }
    #section-3 img{
        max-width: 120px;
    }
    #section-3 p{
        margin-inline: 20px;
    }
    .accordion-button, .accordion {
        font-size: 0.9rem;
    }

    .nav-logo-l{
        max-height: 70px;
    }
} 