

:root {
    --font-audrielle-1: "audrielle-no1", sans-serif;
    --font-audrielle-2: "audrielle-no2", sans-serif;
    --font-marketpro: "audrielle-no2", sans-serif;
    /*--font-marketpro: "MarketPro", sans-serif;*/
}

.font-audrielle-1 {
    font-family: "audrielle-no1", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.font-audrielle-2 {
    font-family: "audrielle-no2", sans-serif;
    font-weight: 400;
    font-style: normal;
}
html,
body {
    margin: 0;
    padding: 0;
}

body {
    font-size: 17px;
    color: #282828;
    line-height: 27px;
    font-family: 'Gotham';
    background-color: #f9f9f9;
    letter-spacing: -1px;

    overflow-x: hidden;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #000;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: transparent !important;
    border: solid 3px #CCCCCC;
    color: #282828;
}

.dropdown-item.active:hover {
    background-color: #f15b4f !important;
}
.consumer_complaints_email{
    color: #f15b4f !important;
}

iframe {
    border-radius: 20px;

}
.z-index--1 { z-index: -1 !important; }

#fixed-header {
    position: fixed;
    width: 100%;
    transition: all 0.5s;
    top: 0;
    z-index: 11;
    background-color: #ffffff00;
}

#fixed-header.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 0px 2px 6px #999;
    z-index: 999 !important;
    padding: 0px 40px;
    min-height: 90px;
    background-color: #fff;
    display: flex;
    align-items: center;
    width: 100%;
}

.content-page {
    margin-top: 145px;
}

.section-header .header-label.header-label-second {
    background-color: #d4dcdc;
    color: #282828;
    font-weight: 400;
}

/* team-info */

.team-box {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.team-description h2 {
    font-family: "LEMON MILK";
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

.team-description .header-label {
    min-width: auto;
    font-size: 60px;
    text-align: start;

}

.team-description p {
    font-size: 18px;
    color: #3d4044;
    line-height: 28px;
}

.team-member-img {
    background-color: #e9eded;
    padding-top: 20px;
    border-radius: 20px 20px 0px 0px;
    overflow: hidden;
    max-width: 362px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
}

.team-member-img img {
    width: 100%;
}

.team-member .row {
    align-items: center;
}

/* navigation */
.navbar-nav {
    display: flex;
    gap: 10px;
}

.down-icon svg {
    transition: transform 0.3s ease-in-out;
}

.navbar-expand-lg .navbar-nav>.nav-item:hover .down-icon svg {
    transform: rotate(180deg);
}

.nav-link {
    color: #105b7c;
    font-size: 18px;
    font-weight: 500;
    position: relative;
}

.nav-link.active {
    color: #133042 !important;
    position: relative;
}

.nav-link.active::after {
    content: "";
    height: 9px;
    width: 100%;
    position: absolute;
    bottom: -6px;
    left: 0;
    background-image: url(../images/menu-nav-bar.png);
    background-repeat: repeat-x;
    background-position: bottom;
}

.nav-link:hover::after {
    content: "";
    height: 9px;
    width: 100%;
    position: absolute;
    bottom: -6px;
    left: 0;
    background-image: url(../images/menu-nav-bar.png);
    background-repeat: repeat-x;
    background-position: bottom;
}

header .dropdown-toggle::after {
    top: 2px;
    position: relative;
}

header .dropdown-toggle::after {
    display: none;
}

.navbar-expand-lg .navbar-nav>.nav-item:hover>.dropdown-menu {
    opacity: 1;
    visibility: visible;
    margin: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    right: -50%;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    float: left;
    margin: 25px 0 0;
    font-size: 16px;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #f3f3f3;
    border: none;
    border-radius: 0;
    min-width: 280px;
    padding: 10px 20px;
    border: solid 3px #d4dcdc;
    box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
    transition: opacity 0.3s ease-out, visibility 0.3s ease-out,
    margin 0.3s ease-out;
    display: inherit;
    border-radius: 20px;
    overflow: hidden;
}

ul.dropdown-menu li a {
    padding: 9px 14px;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #282828;
    transition: background-color 0.3s ease, color 0.3s ease;
    border-radius: 50px;
}

ul.dropdown-menu li a:hover {
    background-color: #f15b4f;
    color: #fff;
}


.list-unstyled {
    font-size: 16px;
    color: #282828;
    text-align: left;
    list-style: none;
    background-color: #f3f3f3;
    border: none;
    border-radius: 10px;
    min-width: 200px;
    padding: 20px;
    border: solid 3px #d4dcdc;
    box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
    transition: opacity 0.3s ease-out, visibility 0.3s ease-out, margin 0.3s ease-out;
}

.list-unstyled li a {
    padding: 9px 14px;
    position: relative;
    font-size: 16px;
    transition: background-color 0.3s ease, color 0.3s ease;
    border-radius: 50px;
}

.list-unstyled li a:hover {
    background-color: #f15b4f;
    color: #fff;
}

/* Hero Section */
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1380px;
}

.header {
    padding: 30px 0 40px;
}

.right-header {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.btn {
    min-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px !important;
}

.btn-outline-primary {
    --bs-btn-color: #133042;
    --bs-btn-border-color: #133042;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #133042;
    --bs-btn-hover-border-color: #133042;
    --bs-btn-focus-shadow-rgb: 108, 117, 125;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #133042;
    --bs-btn-active-border-color: #133042;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #133042;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #133042;
    --bs-gradient: none;
    min-width: 185px;
    font-size: 16px;
    font-family: 'LEMON MILK';
    font-weight: 500;
    min-height: 45px;
    border: solid 2px #133042;
    letter-spacing: 0px;
}

.btn-outline-secondary {

    --bs-btn-color: #133042;
    --bs-btn-border-color: #f15b4f;
    --bs-btn-hover-color: #133042;
    --bs-btn-hover-bg: transparent;
    --bs-btn-hover-border-color: #f15b4f;
    --bs-btn-focus-shadow-rgb: 108, 117, 125;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #f15b4f;
    --bs-btn-active-border-color: #f15b4f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #f15b4f;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f15b4f;
    --bs-gradient: none;
    min-width: 185px;
    font-size: 15px;
    font-family: 'LEMON MILK';
    font-weight: 500;
    min-height: 45px;
    border: solid 4px #f15b4f;
    letter-spacing: 0px;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #133042;
    --bs-btn-border-color: #133042;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #1f4258;
    --bs-btn-hover-border-color: #f15b4f;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #1f4258;
    --bs-btn-active-border-color: #1f4258;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #133042;
    --bs-btn-disabled-border-color: #133042;
    min-width: 185px;
    font-size: 15px;
    font-family: 'LEMON MILK';
    font-weight: 500;
    letter-spacing: 0px;

}

.btn-primary:hover {
    --bs-btn-border-color: #f15b4f !important;
}

.nav-link {
    font-weight: 500;
    color: #282828;
}

.navbar-nav {
    gap: 4px;
}


.tabline {
    background-color: #fff;
}

/*  hero section */

.hero-section {
    margin: 40px 0 80px;
    padding-top: 40px;
}

.hero-section .container {
    max-width: 1320px;
}

.hero-action {
    display: flex;
    align-items: center;
    gap: 10px;
}

.hero-action a {
    text-transform: capitalize;
    font-family: 'Gotham';
    min-width: 120px;
}

.hero-info span {
    background-color: #133042;
    color: #fff;
    font-size: 24px;
    padding: 10px 20px;
    border-radius: 50px;
    font-family: var(--font-marketpro);
    letter-spacing: 0px;
}

.hero-info h1 {
    font-family: 'Gotham';
    font-weight: 400;
    margin-top: 20px;
    font-size: 40px;
    letter-spacing: -2px;
}

.hero-info strong {
    font-family: 'LEMON MILK';
    font-size: 32px;
    color: #133042;
}

.hero-info p {
    max-width: 580px;
    margin-bottom: 30px;
    margin-top: 30px;
    font-weight: 400;
    font-size: 17px;
}

.hero-img {
    position: relative;
}

.hero-img img {
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    border-radius: 30px;
}

.trusted-box {
    margin-top: 30px;
}

.trusted-box label {
    text-transform: uppercase;
    color: #606060;
    margin-bottom: 5px;
}

.star {
    position: absolute;
    bottom: 30px;
    left: -60px;
}

.star img {
    box-shadow: none;
    max-height: 120px;
}

/* hero second second */

.hero-info-second {
    padding: 80px 0;
    position: relative;
    z-index: 1;
}

.hero-info-second .tabline {
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 50px;
    text-align: center;
    max-width: max-content;
    font-size: 26px;
    padding: 4px 30px;
    border-radius: 50px;
    font-family: var(--font-marketpro);
    margin: 0 auto 20px;
    position: relative;
    z-index: 1;
    letter-spacing: 0px;
}

.hero-info-title h1 {
    font-size: 60px;
    font-weight: 700;
    font-family: 'LEMON MILK';
    text-align: center;
    line-height: 60px;
    position: relative;
    z-index: 1;
}

.hero-info-title h1 span {
    color: #7e9897;
}

.hero-address {
    margin-top: 40px;
    padding-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    position: relative;
    z-index: 1;
}

.hero-left {
    max-width: 280px;
}

.hero-left p {
    padding-left: 30px;
    font-weight: 500;
}

.hero-right {
    max-width: 280px;
}

.hero-right p {
    font-weight: 500;
}

.btn-schedule {
    /*border: solid 4px #d9e0e0;*/
    border-radius: 20px;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'LEMON MILK';
    font-size: 24px;
    font-weight: 700;
    gap: 10px;
    color: #133042;
    overflow: hidden;
    position: relative;
}

.btn-schedule:hover {
    /*border: solid 4px #133042;*/
}

.btn-schedule p {
    position: relative;
    z-index: 1;
}

.btn-schedule span {
    font-family: var(--font-marketpro);
    font-size: 66px;
    color: #133042;
    font-weight: 500;
    position: relative;
}

.btn-schedule span::after {
    content: '';
    background-color: #f15b4f;
    height: 3px;
    width: 200px;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 40px;
}

.circle-icon {
    position: absolute;
    background-color: #f3f3f3;
    width: 190px;
    height: 190px;
    border-radius: 100px;
    right: 40px;
    z-index: -1;
}

.schedule-action {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1060px;
    margin: 0 auto;
    /*gap: 30px;*/
}

.schedule-action a {
    /*width: 50%;*/
    padding: 10px;
    background-color: #f9f9f9;
}

.hero-bg {
    position: absolute;
    top: -140px;
    width: 87%;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 210px;
    max-width: max-content;
}


/* Let's get started! */


.section-started {
    margin: 0 0 80px;
}

.section-header-started .container {
    max-width: 1100px;
}

.section-header {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 24px;
}

.section-header .header-label {
    /*background-color: #133042;*/
    color: #133042;

    border-radius: 50px;
    font-family: var(--font-marketpro);
    font-size: 90px;
    min-width: 300px;
    text-align: center;
    letter-spacing: 0px;
    line-height: 80px;
}

.section-header h2 {
    font-family: 'LEMON MILK';
    font-size: 32px;
    color: #133042;
    font-weight: 700;
    letter-spacing: -2px;
}

.section-header p {
    text-align: center;
    font-size: 17px;
}


.items-step {
    margin-top: 50px;
}

.items-step .container {
    max-width: 1320px;
}

.item-step {
    /*border: solid 6px #d4dcdc;*/
    min-height: 330px;
    overflow: hidden;
    border-radius: 30px;
    position: relative;
    cursor: pointer;
    padding: 30px;
    display: block;
}

.step-title {
    font-size: 38px;
    font-weight: 300;
    line-height: 40px;
    margin-top: 60px;
    color: #133042;
    letter-spacing: -2px;
}

.step-title span {
    font-size: 40px;
    font-weight: 500;
}

.item-step:hover {
    /*border: solid 6px #133042;*/
}

.step-icon {
    position: absolute;
    bottom: -19px;
    background-color: #f3f3f3;
    width: 160px;
    height: 160px;
    border-radius: 100px;
    right: -30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 20px;
    padding-bottom: 10px;
}

.step-arrow {
    width: 50px;
    height: 50px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    border-radius: 100px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    position: absolute;
    bottom: 50px;
}

/* blog section */
.blog-section {
    padding: 80px 0 80px;
}

.blog-section .section-header-started .container {
    max-width: 1380px;
}

.blog-list {
    margin-top: 40px;
}

.blog-box {
    background-color: #fff;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    display: block;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
}

.blog-img {
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 20px;
}

.blog-img img {
    width: 100%;
    border-radius: 20px;
}

.blog-info h3 {
    font-family: 'LEMON MILK';
    font-size: 20px;
    font-weight: 600;
    color: #133042;
    line-height: 30px;
}

.blog-info {
    padding: 20px;
    display: flex;
    gap: 15px;
    flex-direction: column;
}

.blog-info p {
    text-align: left;
}

.blog-info span {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #7e9898;
    font-weight: 500;
}

.blog-date {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 16px;
    font-weight: 500;
}

/* testimonial-section-three */

.testimonial-section-three {
    background-color: #fff;
    padding: 80px 0;
    position: relative;
}

.testimonial-section-three .testimonials-info-inner {
    border-radius: 20px;
}

.testimonial-section-three .testimonials-info {
    position: relative;
}

.testimonial-section-three .testimonials-info::before {
    content: '';
    width: 100px;
    height: 100px;
    position: absolute;
    top: -20px;
    right: -20px;
    background-color: #dce0e5;
    border-radius: 20px;
}

.testimonial-section-three .container {
    max-width: 1260px;
}

.testimonial-section-three .schedule-action {
    max-width: 100%;
    margin-top: 80px;
}

/* testimonial-section-two */


.testimonial-section-two {
    padding: 80px 0 80px;
    background-color: #fff;
}

.testimonial-section-two .container {
    max-width: 1200px;
}

.testimonial-section-two .row {
    align-items: center;
}

.testimonial-section-two iframe {
    border-radius: 20px;
}

.testimonial-section-two .testimonials-info-inner {
    border-radius: 20px;
    max-width: 520px;
}

.testimonial-section-two .testimonials-info h2 {
    font-family: 'LEMON MILK';
    font-size: 26px;
    font-weight: 700;
    color: #133042;
    margin-bottom: 30px;
}

.testimonial-section-two .testimonials-info h2 span {
    color: #7e9897;
}

/* section-loan-options */

.section-loan-options {
    padding: 120px 0;
    position: sticky;
    top: 120px;
    padding-bottom: 112px;
}

.section-loan-options .row {
    align-items: center;
    position: relative;
}

.loan-options-header h1 {
    font-family: 'LEMON MILK';
    font-size: 62px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #133042;
    display: flex;
    flex-direction: column;
    line-height: 72px;
}

.section-loan-options .container {
    max-width: 1200px;
    position: relative;
}

.loan-options-header h1 span {
    color: #7e9897;
}

.breadcrumb {
    display: flex;
    align-items: center;
    gap: 5px;
}

.breadcrumb a {
    font-style: italic;
}

.breadcrumb i {
    text-decoration: underline;
}

.loan-options-bg {
    position: absolute;
    top: -265px;
    right: -290px;
}

/* loan-lists-content */

.loan-lists-content {
    margin-top: 40px;
}

.loan-content-info {
    margin-top: 30px;
}

.loan-content-info h2 {
    font-family: 'LEMON MILK';
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.loan-content-list {
    max-width: 900px;
    margin-left: 30px;
    margin-top: 20px;
}

.loan-content-list li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 45px;
    color: #133042;
}

.loan-content-list li:last-child {
    margin-bottom: 0;
}

.loan-content-list li::after {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    top: 3px;
    background-image: url(../images/left-right-arrow.png);
    background-position: left;
    background-repeat: no-repeat;
    left: 0;
}

.content-info {
    margin-bottom: 30px;
}

.content-info h2 {
    font-family: 'LEMON MILK';
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.content-info p {
    font-size: 16px;
    color: #3d4044;
}

.generalmenu {
    margin-bottom: 50px;
}

.nav-tabs-box {
    background-color: #f1f3f3;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
}

.nav-tabs .nav-link {
    border: none !important;
    color: #3d4044 !important;
    font-size: 18px !important;
}

.nav-link.active {
    text-decoration: underline;
    background-color: transparent !important;
    border: none;
}

.nav-link:hover {
    text-decoration: underline;
    background-color: transparent !important;
    border: none;
    box-shadow: none !important;
    border-bottom: none !important;
}

.nav-tabs {
    border-bottom: none !important;
}

/* section-loan-lists */

.section-loan-lists {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    position: relative;
}

.section-loan-lists::after {
    content: '';
    width: 100%;
    height: 300px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f9f9f9;
}

.section-content-lists {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    position: relative;
}

.section-content-lists::after {
    content: '';
    width: 100%;
    height: 300px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f9f9f9;
}



/* loan list */
.loan-lists-inner {
    background-color: #fff;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    padding: 80px 40px;
    max-width: 1600px;
    border-radius: 30px;
    width: 100%;
    position: relative;
    z-index: 1;
}

.loan-lists-inner .container {
    max-width: 1200px;
}

.section-content-lists .loan-lists-inner .container {
    max-width: 1280px;
}

.loan-lists-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.loan-lists-info h2 {
    font-family: 'LEMON MILK';
    font-size: 32px;
    color: #133042;
    font-weight: 700;
}

.loan-lists-info p {}

.loan-lists-info .header-label {
    margin-bottom: 0;
}

.header-label {
    color: #133042;

    border-radius: 50px;
    font-family: var(--font-marketpro);
    font-size: 60px;
    min-width: 300px;
    text-align: center;
    display: block;
    max-width: max-content;

    letter-spacing: 0px;
}

.location-lists img {
    border-radius: 20px;
    width: 100%;
}

.loan-lists-banner {
    --bs-gutter-x: 40px;
    align-items: center;
}




.loan-lists .row {
    --bs-gutter-y: 1.5rem;
}

.loan-list-item {
    position: relative;
    /*border: solid 6px #d4dcdc;*/
    min-height: 280px;
    overflow: hidden;
    border-radius: 30px;
    position: relative;
    cursor: pointer;
    padding: 30px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-evenly;
}

.loan-list-item:hover .step-arrow {
    background-color: #F15B4F;
}

.loan-list-item:hover .step-arrow  img {
    filter: brightness(0) invert(1);
}

.loan-list-item:hover {
    /*border: solid 6px #133042;*/
}

.loan-list-title {
    width: 100%;
    font-family: 'LEMON MILK';
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
    color: #133042;
}

.loan-list-title span {
    color: #7e9897;
}

.loan-list-item p {
    max-width: 68%;
    font-size: 17px;
}

.loan-list-item .step-arrow {
    margin-top: 0;
    margin-bottom: 10px;
}

.social-link img {
    border-radius: 40px;
}

.social-link img:hover {
    border: solid 4px #F15B4F;
}

/* section-meet-team */
.meetteam-section {
    background-color: #fff;
    padding: 80px 0 0;
}

.header-title {
    margin-bottom: 50px;
}

.header-title h2 {
    font-family: 'LEMON MILK';
    font-size: 46px;
    font-weight: 700;
    color: #133042;
    margin-bottom: 30px;
    text-align: center;
    letter-spacing: -2px;
}

.header-title h2 span {
    color: #7e9897;
}

.team-member:hover .team-info {
    border: solid 4px #f15b4f;
}

.team-member .team-info {
    border: solid 4px rgba(243, 244, 244, 1);
}

.team-images img {
    width: 70%;
    margin: 0 auto;
}

.team-info {
    padding: 20px 10px;
    background: linear-gradient(90deg, rgba(217, 224, 224, 1) 0%, rgba(243, 244, 244, 1) 50%);
    display: block;
    border-radius: 20px;
    text-align: center;
}

.team-info span {
    font-family: 'LEMON MILK';
    font-size: 22px;
    font-weight: 700;
    color: #133042;
}

.team-info p {}

.team-info p.profile-title {
    color: #282828 !important;
    font-weight: normal;
}

/* testimonial-section */

.testimonial-section {
    background-color: #fff;
    padding: 80px 0;
}

.testimonials-img {
    position: relative;
}

.testimonial-section .row {
    --bs-gutter-x: 0;
    align-items: center;
}

.testimonials-img::after {
    content: '';
    width: 120px;
    height: 120px;
    background-color: #dce0e5;
    border-radius: 20px;
    position: absolute;
    right: -20px;
    top: -20px;
}

.testimonials-img img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 19%);
    position: relative;
    z-index: 11;
}

.testimonials-info {
    position: relative;
}

.testimonials-info-inner {
    background-color: #f4f4f4;
    padding: 40px;
    min-height: 300px;
    border-radius: 20px 0 0 20px;
    position: relative;
    z-index: 1;
}

.testimonials-info::after {
    width: 120px;
    height: 120px;
    background-color: #dce0e5;
    border-radius: 20px;
    position: absolute;
    left: -20px;
    bottom: -20px;
    content: '';
    z-index: 0;
}

.item-testimonials p {
    padding-bottom: 10px;
}

.item-testimonials span {
    font-weight: 500;
}

.owl-dots {
    margin-top: 14px;
    gap: 10px;
    display: flex;
}

.owl-dots .owl-dot {
    border: solid 8px #d4dcdc !important;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    background-color: #fff !important;
}

.owl-dots .owl-dot.active {
    border: solid 8px #f15b4f !important;
}

/* section-about */

.section-about {
    padding: 80px 0;
    background-color: #f9f9f9;
}

.section-about .container {
    max-width: 1260px;
}

.section-about .about-info .header-label {
    color: #133042;
    border-radius: 50px;
    font-family: var(--font-marketpro);
    font-size: 90px;
    min-width: 149px;
    text-align: center;
    display: block;
    max-width: max-content;
    letter-spacing: 0px;
    line-height: 80px;
}



.about-me {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.about-info h2 {
    font-family: 'LEMON MILK';
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
}

.about-info h2 span {
    color: #7e9898;
}

.about-info p {
    /*font-weight: 500;*/
    /*color: red;*/
}
.about-info .lo-email {
    font-weight: 500;
    color: #f15b4f;
}

.about-logo {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 15px;
    margin-left: 30px;
}

.about-address {
    border: solid 4px #d4dcdc;
    border-radius: 40px;
    padding: 30px;
}


.disclaimers{
    display: contents;
    background: #f9f9f9;
}
.disclaimers a {
    color: #f15b4f;
    font-weight: 500;
}
.disclaimers-details{
    color: #f15b4f;
    font-weight: 500;
}

.about-sedule {
    font-size: 16px;
    font-weight: 400;
    color: #282828;
}

.social-link {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
    justify-content: center;
}

.social-link img {
    max-width: 40px;
}

.hr-space {
    padding: 10px 0;
}

.hr-space hr {
    border-top: solid 4px #d4dcdc;
    opacity: 1;
}

.business-card {
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.business-card a {
    background-color: #f3f3f3;
    padding: 6px 20px;
    font-size: 16px;
    font-weight: 500;
    color: #282828;
    border: solid 1px #d4dcdc;
    border-radius: 6px;
}

/* hero-section-three */
.hero-section-three {
    padding: 40px 0 60px;
}

.originator-info {
    margin-top: 20px;
}

.originator-info span {
    color: #7e9897;
    font-size: 22px;
    font-weight: 600;
}

/*.originator-info p {*/
/*    font-size: 16px;*/
/*    font-weight: 400;*/
/*}*/

/*.originator-info p.nml {*/
/*font-weight: 700;*/
/*}*/

.originator-info p i {
    text-decoration: underline;
}

/* .hero-info-three  */

.hero-section-three .container {
    max-width: 1200px !important;
}

.hero-section-three .container .row {
    align-items: center;
}

.header-label {
    /*background-color: #133042;*/
    color: #133042;

    border-radius: 50px;
    font-family: var(--font-marketpro);
    font-size: 90px;
    min-width: 300px;
    text-align: left;
    display: block;
    max-width: max-content;

    letter-spacing: 0px;
    line-height: 80px;
}


.hero-info-three h1 {
    display: flex;
    flex-direction: column;
    font-family: 'LEMON MILK';
    font-size: 62px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #133042;

}

.hero-info-three h1 span {
    color: #7e9897;
}

.hero-three-img {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.hero-three-img-box {
    position: relative;
}

.hero-three-img-box .hero-bg {
    position: absolute;
    top: -150px;
    width: 116%;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    max-width: max-content;
}

/* footer */

footer {
    background-color: #133042;
    padding-top: 90px;
    position: relative;
}

.powered-by-icon {
    justify-content: flex-start;
    margin-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
}

.progress-wrap {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f062";
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    color: #f15b4f;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.lightScrollIcon::after {
    color: #ecedf3 !important;
}

.progress-wrap:hover::after {
    opacity: 0;
}

.progress-wrap::before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f062";
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    opacity: 0;
    background-image: linear-gradient(298deg, #da2c4d, #f8ab37);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap:hover::before {
    opacity: 1;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: #f15b4f;
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.social-link ul {
    display: flex;
    align-items: center;
    margin-top: 20px;
    justify-content: center;
    gap: 20px;
}

.social-link ul li {
    list-style: none;
}


.spacebar {
    padding: 25px 0;
}

.spacebar hr {
    border-top: #ef5a50 solid 1px;
    opacity: 1;
}

.footer-middel {
    margin-top: 40px;
}

.footer-middel {
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-address {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

.bottom-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.footerLink {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2px;
}

.footerLink a {
    margin: 0;
    text-align: center;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    padding: 4px 10px;
    border-radius: 50px;
    font-size: 16px;
}

.footerLink a:hover {
    background-color: #f15b4f;
    color: #fff;
    padding: 4px 10px;
}

.theme-link a {
    margin: 0;
    text-align: center;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    padding: 4px 10px;
    border-radius: 50px;
}

.theme-link a:hover {
    background-color: #f15b4f;
    color: #fff;
    padding: 4px 10px;
}


.footer-big-description p {
    margin: 0;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
}

.footer-big-description a {
    font-size: 14px;
    color: #fff;
}

.OfficeAddress p {
    margin: 0;
    text-align: left;
    font-weight: 400;
    color: #fff;
    padding-bottom: 10px;
}

.item-testimonials {
    margin-top: 20px;
}

/* mobile */
.mobile-menu.active {
    transform: translateX(0);
}

.mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    z-index: 1111111;
}

.menu-close {
    padding: 1rem 2.5rem 1rem 2rem;
    font-size: 1.5rem;
    text-align: right;
    cursor: pointer;
    position: absolute;
    top: 40px;
    right: -18px;
}

.mobile-content {
    overflow-y: auto;
    height: 96%;
}

.mobile-logo-container {
    text-align: center;
    padding: 20px 0;
}

.mobile-logo-container a {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 400px;
    margin: auto;
}

.mobile-navbar {
    padding: 0 30px;
    max-width: 600px;
    margin: auto;
}



.mobile-action {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
    padding: 0 10px;
}

.mobile-action a {
    width: 96%;
}

/* section-guides-resources */


.section-guides-resources {
    padding: 40px 0 80px;
}

.guides-resources-box {
    margin-top: 10px;
}
.index-resources-box {
    padding-top: 80px !important;
    background: #ffffff;
}

.guides-resources-item {
    /*border: solid 6px #d4dcdc;*/
    min-height: 180px;
    overflow: hidden;
    border-radius: 30px;
    position: relative;
    cursor: pointer;
    padding: 30px;
    display: flex;
    align-items: center;
    z-index: 99;
}

.guides-resources-item:hover {
    /*border: solid 6px #133042;*/
}

.guides-resources-item .step-title {
    margin-top: 0;
    font-size: 26px;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    line-height: 30px;
}

.guides-resources-item .step-title span {
    font-size: 26px;
}

.guides-resources-item .step-icon {
    width: 170px;
    height: 170px;
}

/*  */

/* Bounce To Right */
.btn-primary {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    overflow: hidden;
}

.btn-primary:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f15b4f;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    color: white;
}

.btn-primary:hover:before,
.btn-primary:focus:before,
.btn-primary:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}



/*  */

.btn-outline-secondary {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    overflow: hidden;
    font-size: 15px;
}

.btn-outline-secondary:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f15b4f;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:active {
    color: white;
}

.btn-outline-secondary:hover:before,
.btn-outline-secondary:focus:before,
.btn-outline-secondary:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}


/* Gray outline button – Get To Know Me */

.btn-outline-gray {
    --bs-btn-color: #7e9897;
    --bs-btn-border-color: #d4dcdc;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: transparent;
    --bs-btn-hover-border-color: #7e9897;
    --bs-btn-active-bg: #7e9897;
    --bs-btn-active-border-color: #7e9897;
    --bs-gradient: none;

    width: 170px;
    max-width: 170px;
    min-width: 160px;
    min-height: 45px;
    font-size: 15px;
    font-family: 'LEMON MILK';
    font-weight: 500;

    border: solid 4px #d4dcdc;
    border-radius: 14px !important;
    color: #7e9897;
    background: transparent;

    vertical-align: middle;
    position: relative;
    overflow: hidden;
    transition: color 0.5s ease;
    z-index: 0;
    letter-spacing: 0px;
}

.btn-outline-gray:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #7e9897;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.btn-outline-gray:hover,
.btn-outline-gray:focus,
.btn-outline-gray:active {
    color: #ffffff;
    border-color: #7e9897;
}

.btn-outline-gray:hover:before,
.btn-outline-gray:focus:before,
.btn-outline-gray:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Red outline button – variant */

.btn-outline-red {
    --bs-btn-color: #000000;
    --bs-btn-border-color: #f15b4f;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: transparent;
    --bs-btn-hover-border-color: #f15b4f;
    --bs-btn-active-bg: #f15b4f;
    --bs-btn-active-border-color: #f15b4f;
    --bs-gradient: none;

    width: 170px;
    max-width: 170px;
    min-width: 160px;
    min-height: 45px;
    font-size: 15px;
    font-family: 'LEMON MILK';
    font-weight: 500;

    border: solid 4px #f15b4f;
    border-radius: 14px !important;
    color: #000000;
    background: transparent;

    vertical-align: middle;
    position: relative;
    overflow: hidden;
    transition: color 0.5s ease;
    z-index: 0;
    letter-spacing: 0px;
}

.btn-outline-red:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f15b4f;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.btn-outline-red:hover,
.btn-outline-red:focus,
.btn-outline-red:active {
    color: white;
    border-color: #f15b4f;
}

.btn-outline-red:hover:before,
.btn-outline-red:focus:before,
.btn-outline-red:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/*  resources-list  */

.resources-list {
    margin-top: 80px;
}

.resources-list .row {
    --bs-gutter-y: 30px;
}

/* blog */

.section-blog {
    position: relative;
    background-color: #f9f9f9;
    padding: 80px 0;
}

.section-blog .blog-list {
    margin-top: 0;
}

.section-blog .row {
    --bs-gutter-y: 30px;
}

/*  */

.footer-imgs-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

/* reponisve */

@media (max-width: 1024px) {
    .OfficeAddress p {
        text-align: center;
        max-width: 280px;
    }

    .hero-bg {
        display: none;
    }
 .testimonials-info h2{
        text-align: center;
    }
    .testimonials-info-inner {

        max-width: 100% !important;
    }
}

@media (max-width: 991px) {
    .testimonial-section .row {
        --bs-gutter-y: 20px;
    }

    .social-address {
        flex-direction: column;
        gap: 40px;
    }

    .blog-list .row {
        --bs-gutter-y: 30px;
    }

    .items-step .row {
        --bs-gutter-y: 30px;
    }

    .hero-info-second {
        padding: 20px 0 80px;
    }

    .hero-address {
        flex-wrap: wrap;
    }

    .schedule-action {
        flex-wrap: wrap;
    }

    .schedule-action a {
        width: 100%;
    }

    .btn-schedule {
        font-size: 20px;
    }

    .btn-schedule span {
        font-size: 56px;
    }

    .testimonial-section-two .row {
        --bs-gutter-y: 40px;
    }

    .testimonials-info::after {
        display: none;
    }

    .testimonials-img::after {
        display: none;
    }

    #menu-toggle svg {
        width: 40px;
        height: 40px;
    }

    .hero-three-img-box .hero-bg {
        display: none;
    }

    .section-about .row {
        --bs-gutter-y: 30px;
        flex-direction: column-reverse;
    }

    .guides-resources-box .row {
        --bs-gutter-y: 30px;
    }

    .loan-options-bg {
        display: none;
    }

    .section-loan-options {
        padding: 40px 0;
    }


    .testimonial-section-three .testimonials-info::before {
        display: none;
    }

    .loan-content-list {
        margin-left: 0;
    }

    .nav-tabs-box {
        padding-top: 20px;
        padding-bottom: 20px;
        border-radius: 10px;
    }

    .team-member .row {
        gap: 40px;
    }

    .hero-section-three .row {
        --bs-gutter-y: 30px;
    }

    .content-page {
        margin-top: 85px;
    }

    iframe {
        border-radius: 20px;
        width: 100% !important;
    }



    .loan-options-header h1 {
        font-size: 40px;
        line-height: normal;
    }
}


/*-----------NEW-CSS mir---------------*/

.content-section li::after {
    content: "";
    background-image: url(../images/left-right-arrow.png);
    background-repeat: no-repeat;
    background-size: 20px;
    position: absolute;
    left: 15px;
    width: 20px;
    height: 20px;
    top: 5px;
}

.content-section li {
    margin-bottom: 5px;
    position: relative;
    padding-left: 45px;
    color: #133042;
}

.content-section h3 {
    line-height: 30px;
    margin-bottom: 15px;
    font-size: 24px;
    margin-top: 20px;
}
.content-section p {
    font-size: 18px;
    margin-bottom: 5px;
}

.content-section li:last-child {
    margin-bottom: 0;
}

.content-section ul {

    margin-left: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.content-section a {
    color: #f15b4f !important;
}

.content-section a:hover {
    text-decoration: underline;
}

.content-section ul li ul{
    margin-left: 30px;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}




/*-------------------*/


.content-section h2 {
    margin-top: 24px;
}



/* Scope all editor content so site styles don't clash */
.content-section {
    line-height: 1.6;
}


/* Inline image variant */
.content-section span.image-inline {
    display: inline-block;
    vertical-align: middle;
}

.content-section span.image-inline > img {
    height: 1.2em;
    width: auto;
    max-width: none; /* keep inline sizing natural */
}

/* Clear floats after the content block to avoid layout collapse */
.content-section::after {
    content: "";
    display: block;
    clear: both;
}



.text-filter {
    filter: url(#white-text-shadow);
}

.visually-hidden {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}



/* ---- CKEditor content (scoped) ---- */



/* Inline image variant */
.content-section span.image-inline {
    display: inline-block;
    vertical-align: middle;
}
.content-section span.image-inline > img {
    height: 1.2em;
    width: auto;        /* keep inline sizing natural */
    max-width: none;
}



/* Clear floats after rich text blocks (for legacy float alignment) */
.content-section::after {
    content: "";
    display: block;
    clear: both;
}




.team-member-img {

    padding-top: 0px !important;

}

.team-member{
    margin-bottom: 24px;
}

.z-index--1 { z-index: -1 !important; }


.checklist-section {
    margin-top: 80px;
}

.checklist-section h5::before {
    content: "";
    display: inline-block;
    background-image: url('../images/left-right-arrow.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    vertical-align: middle;
}

.checklist-item-title{
    font-weight: 400;
    font-size: 18px;
    line-height: 40px;
}

:root{
    /* tweak these to match your brand */
    --brand-blue: #2b61a7;
    --score-text: #ffffff;
    --gap: 5px;
    --logo-h: 75px;      /* logo height */
    --star-size: 28px;   /* star width/height */
    --score-pad-y: 6px;
    --score-pad-x: 14px;
    --score-radius: 10px;
}

.brand-rating{
    display:flex;
    align-items:center;
    gap: var(--gap);
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

/* X logo */
.brand-rating__logo{
    height: var(--logo-h);
    width: auto;
    display:block;
}

/* 4.88 pill */
.brand-rating__score{
    display:inline-block;
    padding: var(--score-pad-y) var(--score-pad-x);
    border-radius: var(--score-radius);
    background: var(--brand-blue);
    color: var(--score-text);
    font-weight: 700;
    line-height: 1;
    font-size: 1.25rem; /* ~20px */
}

/* star row */
.brand-rating__stars{
    display:inline-flex;
    align-items:center;
    gap: 1px;
}

.brand-rating__star{
    width: var(--star-size);
    height: var(--star-size);
    display:block;
    object-fit: contain;
    /* if you ever need to tint a gray star to brand blue:
       filter: brightness(0) saturate(100%) invert(25%) sepia(27%) saturate(1876%) hue-rotate(185deg) brightness(89%) contrast(95%);
    */
}

/* optional wrapper style if you want the light rounded background like the screenshot */
.brand-rating--card{
    background: #f6f7f9;
    border-radius: 18px;
    padding: 18px 22px;
}

.step-title p{
    display: contents;
}
.content-section {
    width: 100%;
}
.content-section h2 {
    font-family: 'LEMON MILK';
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}
.content-section ul {
    margin-left: 30px;
    margin-top: 10px;
}
.blog-img img {
    width: 100%;
    border-radius: 20px;
    max-height: 280px;
    object-fit: cover;
}
.team-images img {
    width: 70%;
    margin: 0 auto;
    max-height: 400px;
    object-fit: cover;
    border-radius: 12px;
}
.hero-three-img img{
    max-height: 500px;
    border-radius: 12px;
}

input.form-control {
    border-color: #e0dddd;
    color: #282828;
    border: solid 4px #e0dddd;
    background-color: #fff;
    border-radius: 12px;
    min-height: 56px;
    padding: 0 28px;
}

input::placeholder {
    font-size: 18px;
    color: #282828;
    font-weight: 500;
}

.is-invalid {
    border: 2px solid #dc3545 !important;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='0 0 12 16'%3e%3cpath fill-rule='evenodd' d='M6.5 0C3 0 0 3 0 6.5S3 13 6.5 13 13 10 13 6.5 10 0 6.5 0zm0 11.5c-2.75 0-5-2.25-5-5s2.25-5 5-5 5 2.25 5 5-2.25 5-5 5zM7 4.75v-2h-1v2h1zM7 6v1h-1V6h1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(1.5em + 0.375rem) calc(1.5em + 0.375rem);
}

.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #dc3545;
}

.is-invalid + .invalid-feedback {
    display: block;
}
.loan-content-list {
    max-width: 900px;
    margin-left: 50px;
    margin-top: 30px;
}

@media (max-width: 768px) {
    .content-section ul {
        margin-left: 0px;
        margin-top: 30px;
    }
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17px;
    border-left: 5px solid #eee;
}

/* Scoped to this component to avoid conflicts */
.contact-form label {
    /*font-weight: 600;*/
    font-size: 17px;
    /*color: #1f2937; !* slate-800 *!*/
    margin-bottom: 6px;
}
.contact-form .form-control {
    border-radius: 14px;
    border: 6px solid #f3f4f6; /* gray-200 */
    background: #f3f4f6; /* gray-100 */
    height: 46px;
    padding: 10px 14px;
    font-size: 18px;
    font-weight: bold;
    transition: box-shadow .2s ease, border-color .2s ease, background .2s ease;
}
.contact-form textarea.form-control {
    min-height: 120px;
    height: auto;
    resize: vertical;
}

.contact-form .form-control:hover {
    background: #ffffff;
    border-color: #f15b4f;

}
.contact-form .form-control:focus {
    background: #ffffff;
    border-color: #d4dcdc !important;
    box-shadow: none;
}

.contact-form .form-control::placeholder { color: #9ca3af; }

.contact-form .row > [class*="col-"] { margin-bottom: 14px; }
.contact-form .row + .row { margin-top: 4px; }

.contact-form small.form-text { color: #282828; margin-top: 6px; display: inline-block; line-height: 24px; font-size: 15px }
.contact-form .g-recaptcha { margin-top: 10px; }

.contact-form .statusMessage { display:none; }
.contact-form .statusMessage.show { display:block; }
.contact-form .statusMessage .messageContent {
    border-radius: 10px; padding: 10px 12px; font-size: 14px;
}
.contact-form .statusMessage.success .messageContent {
    background:#ecfdf5; color:#065f46; border:1px solid #a7f3d0;
}
.contact-form .statusMessage.error .messageContent {
    background:#fef2f2; color:#991b1b; border:1px solid #fecaca;
}

.contact-form .btn-send {
    border-radius: 999px; /* pill */
    height: 50px;
    padding: 0 36px;
    font-weight: 700;
    letter-spacing: .8px;
    text-transform: uppercase;
    box-shadow: 0 8px 22px rgba(2,6,23,.15);
    transition: transform .08s ease, box-shadow .2s ease, background-color .2s ease;
}
.contact-form .btn-send:hover { transform: translateY(-1px); box-shadow: 0 12px 26px rgba(2,6,23,.18); }
.contact-form .btn-send:active { transform: translateY(0); box-shadow: 0 8px 18px rgba(2,6,23,.14); }

@media (max-width: 575.98px) {
    .contact-form form { padding: 14px; border-radius: 12px; }
    .contact-form .form-control { height: 44px; }
}

.contact-form-section { width: 100%; }
@media (min-width: 992px) { /* desktop and larger */
    .contact-form-section {  margin-left: auto; margin-right: auto; }
}
.theme-mt{
    margin-top: 80px;
}
.adddress{
    line-height: 30px;
}

.grecaptcha-badge{
    bottom: 96px !important;
}

.form-check-input{
    font-size: 18px !important;
}

.lo-card-section{
    background: linear-gradient(90deg, rgba(217, 224, 224, 1) 0%, rgba(243, 244, 244, 1) 50%);
    border-radius: 20px;
}

.lo-card-team-info {
    padding: 15px 10px;
    display: block;
    text-align: center;
}

.lo-card-team-info span {
    font-family: 'LEMON MILK';
    font-size: 22px;
    font-weight: 600;
    color: #133042;
}

.card-btn{
    margin-bottom: 15px;
}


.lo-card-team-info p.profile-title {
    font-weight: 500;
}

.lo-card-section {
    border: solid 4px rgba(243, 244, 244, 1);
}

.lo-card-section:hover {
    border: solid 4px #f15b4f;
}



/* Add margin under all iframes inside .html-content */

.html-content h2 {
    font-family: 'LEMON MILK';
    font-size: 24px;
    font-weight: 700;
    color: #133042;
    margin-bottom: 10px;
}
.html-content iframe {
    margin-bottom: 80px;

}

.main_content h1 {
    padding-top: 20px;
    padding-bottom: 10px;
}

.main_content h2 {
    font-family: 'LEMON MILK';
    font-size: 24px;
    font-weight: 700;
    color: #133042;
    margin-bottom: 10px;
}


.main_content h3 {
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: 'LEMON MILK';
    font-size: 20px;
    font-weight: 600 !important;
}
.main_content h3 strong{
    font-weight: 600 !important;
}

.main_content h4 {
    padding-top: 10px;
    padding-bottom: 10px;

}

.main_content p {
    padding-top: 6px;
    padding-bottom: 6px;

}

.main_content span {
    padding-top: 5px;
    padding-bottom: 5px;
}

blockquote {
    padding-left: 20px;
    border-left: solid 6px #b3ded8;
    margin-top: 15px;
}

.lo-last-name{
    color: #7e9897;
}

.branch-tab-body .tab-title {
    font-size: 90px;
    font-weight: 400;
    color: #133042;
    margin-bottom: 12px;
    margin-top: 50px;
    font-family: var(--font-marketpro);
}

.title-content{
    font-family: 'LEMON MILK';
    font-size: 32px;
    color: #133042;
    font-weight: 700;
}

.grecaptcha-badge{
    z-index: 9999999999;
}

@media (min-width: 1400px) {
    .modal-lg, .modal-xl {
        --bs-modal-width: 1100px;
    }
}

.form-control{
    font-weight: bold;
}

.communication-preferences{
    margin-top: 40px !important;
}


.consumer-privacy a {
    color: #f15b4f;
}
.ck-content-section a {
    color: #f15b4f;
}

.main_content h2 {
    margin-bottom: 10px;
    font-family: 'LEMON MILK';
    font-size: 24px;
    font-weight: 700;
    margin-top: 10px;
}


.form-section-title{
    font-family: "LEMON MILK";
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.vp-preview{
    border-radius: 15px !important;
}
.vp-video{
    border-radius: 15px !important;
}

.VideoThumbnail_module_videoThumbnail__836d3344{
    border-radius: 15px !important;
}

/*!* Base figure *!*/
/*.content-section figure.image,*/
/*.ck-content-section figure.image {*/
/*    display: block;*/
/*    max-width: 100%;*/
/*    box-sizing: border-box;*/
/*    margin: 1rem 0;*/
/*}*/

/*!* Base image: do NOT stretch by default (keep logos small) *!*/
/*.content-section figure.image > img,*/
/*.ck-content-section figure.image > img {*/
/*    display: block;*/
/*    width: auto !important;*/
/*    max-width: 100% !important;*/
/*    height: auto !important;*/
/*}*/

/*!* Resized figures (CKEditor sets width on <figure> or adds .image_resized)*/
/*   When resized, the image should fill the resized box.*/
/**!*/
/*.content-section figure.image.image_resized > img,*/
/*.content-section figure.image[style*="width"] > img,*/
/*.ck-content-section figure.image.image_resized > img,*/
/*.ck-content-section figure.image[style*="width"] > img {*/
/*    width: 100% !important;*/
/*    max-width: 100% !important;*/
/*}*/

/*!* DEFAULT CENTER (resized but no explicit block-align left/right) *!*/
/*.content-section figure.image.image_resized:not(.image-style-block-align-left):not(.image-style-block-align-right),*/
/*.content-section figure.image[style*="width"]:not(.image-style-block-align-left):not(.image-style-block-align-right),*/
/*.ck-content-section figure.image.image_resized:not(.image-style-block-align-left):not(.image-style-block-align-right),*/
/*.ck-content-section figure.image[style*="width"]:not(.image-style-block-align-left):not(.image-style-block-align-right) {*/
/*    float: none !important;*/
/*    display: table !important;       !* shrink-to-fit so margins work *!*/
/*    margin-left: auto !important;*/
/*    margin-right: auto !important;*/
/*    text-align: center;*/
/*}*/

/*!* BLOCK ALIGNMENTS (no text wrap) *!*/
/*.content-section figure.image.image-style-block-align-right,*/
/*.ck-content-section figure.image.image-style-block-align-right {*/
/*    float: none !important;*/
/*    display: table !important;*/
/*    margin-left: auto !important;*/
/*    margin-right: 0 !important;*/
/*}*/

/*.content-section figure.image.image-style-block-align-left,*/
/*.ck-content-section figure.image.image-style-block-align-left {*/
/*    float: none !important;*/
/*    display: table !important;*/
/*    margin-left: 0 !important;*/
/*    margin-right: auto !important;*/
/*}*/

/*.content-section figure.image.image-style-block-align-center,*/
/*.ck-content-section figure.image.image-style-block-align-center {*/
/*    float: none !important;*/
/*    display: table !important;*/
/*    margin-left: auto !important;*/
/*    margin-right: auto !important;*/
/*    text-align: center;*/
/*}*/

/*!* LEGACY wrap styles (text wraps around) *!*/
/*.content-section figure.image.image-style-align-left,*/
/*.ck-content-section figure.image.image-style-align-left {*/
/*    float: left;*/
/*    margin: 0 1rem 1rem 0;*/
/*    max-width: 50%;*/
/*}*/

/*.content-section figure.image.image-style-align-right,*/
/*.ck-content-section figure.image.image-style-align-right {*/
/*    float: right;*/
/*    margin: 0 0 1rem 1rem;*/
/*    max-width: 50%;*/
/*}*/

/*!* Captions *!*/
/*.content-section figure.image > figcaption,*/
/*.ck-content-section figure.image > figcaption {*/
/*    font-size: 0.875rem;*/
/*    line-height: 1.4;*/
/*    color: #666;*/
/*    text-align: center;*/
/*    margin-top: .5rem;*/
/*}*/

/*!* Clear floats after the rich text wrapper *!*/
/*.content-section::after,*/
/*.ck-content-section::after {*/
/*    content: "";*/
/*    display: block;*/
/*    clear: both;*/
/*}*/

.leave-review-link{
    display: flex;
    justify-content: center;
    align-items: center;
}

.leave-review-link a:hover {
    color: #f15b4f;
    /*text-decoration: underline*/
}
.leave-review-link a{
    text-decoration: underline;
    font-size: 15px;
}

.text-white {
    filter: url(#white-text-shadow);
}
.blog-info span{
    filter: url(#white-text-shadow);
}
.loan-options-header h1 span{
    filter: url(#white-text-shadow);
}
a {
    filter: url(#white-text-shadow);
}

.ci-ellipsis{
    filter: url(#white-text-shadow);
}

.visually-hidden {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}


.nav-link-theme{
    margin: 0;
    text-align: center;
    font-weight: 400;
    text-decoration: none;
    padding: 4px 10px;
    border-radius: 50px !important;
}

.nav-link-theme:hover {
    background-color: #f15b4f !important;
    color: #fff !important;
    padding: 4px 10px;
    text-decoration: none !important;
}

.leader-img{
    border-radius: 40px;
}

.team-member-img{
    background-color: transparent;
}

.featured-blog-date{
    font-size: 16px;
    font-weight: 500;
}


.hr {
    color: #ef5a50 !important;
}


/* Animated button using btn-outline-secondary styles */
.coolBeans {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* match btn-outline-secondary base styles */
    min-width: 185px;
    min-height: 50px;
    /*padding: 0.6rem 1.25rem;*/
    font-size: 15px;
    font-family: 'LEMON MILK', sans-serif;
    font-weight: 500;
    letter-spacing: 0;
    color: #133042;
    background: transparent;
    border: 4px solid #f15b4f;
    border-radius: 8px;

    /* animation setup */
    position: relative;
    overflow: hidden;
    text-decoration: none;
    cursor: pointer;

    transition: transform 0.2s ease-in-out, color 0.3s ease;
    will-change: transform;
    z-index: 0;
}

/* animated overlay */
.coolBeans::after {
    content: '';
    position: absolute;
    inset: 0;
    background-color: #f15b4f; /* same as btn-outline-secondary hover bg */
    /*border-radius: 8px;*/

    transform: translate(-100%, 0) rotate(10deg);
    transform-origin: top left;

    transition: transform 0.4s ease-out;
    will-change: transform;
    z-index: -1;
}

/* hover / focus states */
.coolBeans:hover::after,
.coolBeans:focus::after {
    transform: translate(0, 0);
}

.coolBeans:hover,
.coolBeans:focus {
    color: #ffffff;
    transform: scale(1.05);
}

/* active state (matches bootstrap intent) */
.coolBeans:active {
    color: #ffffff;
}

/* Animated primary-outline button (white default, blue slide) */
.coolBeans-primary {
    text-align: center;
    /* base button styles */
    min-width: 185px;
    min-height: 50px;
    padding: 0.6rem 1.25rem;
    font-size: 15px;
    font-family: 'LEMON MILK', sans-serif;
    font-weight: 500;
    letter-spacing: 0;
    color: #ffffff;
    background: #133042;
    /*border: 2px solid #133042;*/
    border-radius: 8px;

    position: relative;
    overflow: hidden;
    text-decoration: none;
    cursor: pointer;

    transition: transform 0.2s ease-in-out, color 0.25s ease;
    will-change: transform;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.coolBeans-primary:hover{
    /*border: 2px solid #f15b4f !important;*/
}
/* sliding blue background */
.coolBeans-primary::after {
    content: '';
    position: absolute;
    inset: 0;
    background-color: #f15b4f; /* BLUE slide */

    border-radius: 8px;

    transform: translate(-100%, 0) rotate(10deg);
    transform-origin: top left;

    transition: transform 0.4s ease-out;
    will-change: transform;
    z-index: -1;
}

/* hover / focus */
.coolBeans-primary:hover::after,
.coolBeans-primary:focus::after {
    transform: translate(0, 0);
}

.coolBeans-primary:hover,
.coolBeans-primary:focus {
    color: #ffffff;
    transform: scale(1.05);
    border-color: #133042; /* stays BLUE */
}

/* active */
.coolBeans-primary:active {
    color: #ffffff;
}

.ck-content-section ul {
    margin-bottom: 10px;
    margin-top: 0px;
    position: relative;
    margin-left: 30px;
}

.ck-content-section ul li {

    margin-left: 35px;
    position: relative;
    margin-bottom: 5px;
}

.ck-content-section ul li::after {
    content: "";
    background-image: url(../images/left-right-arrow.png);
    background-repeat: no-repeat;
    background-size: 20px;
    position: absolute;
    left: -30px;
    width: 20px;
    height: 20px;
    top: 5px;
}
.ck-content-section ol {
    margin-left: 50px;
}
.ck-content-section ol li{
    list-style-type: decimal;
    margin-bottom: 5px;
}

.general-menu-item{
    font-size: 15px !important;
    font-weight: 500!important;
}


.breadcrumb-item .nav-link-theme{
    margin: 0;
    text-align: center;
    font-weight: 400;
    text-decoration: none;
    padding: 4px 12px !important;
    border-radius: 50px !important;
}

.breadcrumb-item::before{
    padding-right: 4px !important;
}
.breadcrumb-active{
    padding-left: 8px;
}
.breadcrumb-item .nav-link-theme:hover {
    background-color: #f15b4f !important;
    color: #fff !important;
    padding: 4px 12px !important;
    text-decoration: none !important;
}

.breadcrumb-item+.breadcrumb-item{
    margin-left: -8px!important;
}

.featured-blog-title a{
    color: #133042 !important;
    line-height: 42px;
}

.step-icon{
    z-index: -1;
}

.loan-list-item::before,
.loan-list-item::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    box-sizing: border-box;
    pointer-events: none;
}

/* static border */
.loan-list-item::before {
    border: 6px solid #d4dcdc;
}

/* animated border */
.loan-list-item::after {
    border: 6px solid #133042;
    clip-path: inset(100% 0 0 0);
    transition: clip-path 0.25s ease;
}

/* hover draw */
.loan-list-item:hover::after {
    clip-path: inset(0 0 0 0);
}

.branch-content-wrap h2 {
    font-size: 32px;
}

.branch-content-wrap {
    width: 80%;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .branch-content-wrap {
        width: 100%;
    }
}


.contact-form-map-section{
    margin-bottom: 80px;
}

.border-animation{
    position: relative;
}
.border-animation::before,
.border-animation::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    box-sizing: border-box;
    pointer-events: none;
}

/* static border */
.border-animation::before {
    border: 6px solid #d4dcdc;
}

/* animated border */
.border-animation::after {
    border: 6px solid #133042;
    clip-path: inset(100% 0 0 0);
    transition: clip-path 0.25s ease;
}

/* hover draw */
.border-animation:hover::after {
    clip-path: inset(0 0 0 0);
}

.blog-box .blog-img {
    overflow: hidden;
}

.blog-box .blog-img img {
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    transform: scale(1) rotate(0deg);
}

.blog-box:hover .blog-img img {
    transform: scale(1.2) rotate(0.1deg);
}

/* featured blog image hover animation */
.featured-blog-image {
    overflow: hidden;
    border-radius: 20px;
}

.featured-blog-image img {
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    transform: scale(1) rotate(0deg);
}

.featured-blog-image:hover img {
    transform: scale(1.2) rotate(0.1deg);
}

a.calc_icons.active {
    background: white;
    color: black;
    border: 6px solid #f15b4f;
}


.desktop_sec {
    display: flex;
    flex-wrap: wrap;
}
/* ===== Calculator Section ===== */

.calculator-section {
    margin-top: 80px;
}


.desktop_sec {
    display: flex;
    flex-wrap: wrap;
}

.mobile_sec {
    display: none;
}

/* ===== Calculator Button List ===== */

.calcbuttonlist {
    width: 100%;
}

.mobile_sec .sgbtn {
    width: 100%;
    margin: 8px 0;
}

.sgbtn {
    width: 100%;
    border-radius: 12px !important;
    /*margin: 8px 0;*/
}

.sgbtn a {
    /*background: #F4f4f4;*/
     color: #000;
    font-size: 17px;
    border-radius: 12px !important;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    transition: background 0.3s ease, color 0.3s ease;
}

.sgbtn a:hover {
    /*background: #7E9897;*/
    /*color: white;*/
}

.sgbtn a span {
    width: 100%;
    text-align: center;
}

/* ===== Active Calculator Button ===== */


/* ===== Responsive Behavior ===== */

@media (max-width: 1200px) {

    .mobile-logo-container{
        width: 300px;
        margin: auto;
    }

    .star{
        display: none !important;
    }
    .mobile_sec {
        display: block;
    }

    .desktop_sec {
        display: none;
    }
}


.guides-resources-item{

    position: relative;
    z-index: 2;
}
.guides-resources-item::before,
.guides-resources-item::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    box-sizing: border-box;
    pointer-events: none;
}

/* static border */
.guides-resources-item::before {
    border: 6px solid #d4dcdc;
}

/* animated border */
.guides-resources-item::after {
    border: 6px solid #133042;
    clip-path: inset(100% 0 0 0);
    transition: clip-path 0.25s ease;
}

/* hover draw */
.guides-resources-item:hover::after {
    clip-path: inset(0 0 0 0);
}



.item-step{
    position: relative;
}
.item-step::before,
.item-step::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    box-sizing: border-box;
    pointer-events: none;
}

/* static border */
.item-step::before {
    border: 6px solid #d4dcdc;
}

/* animated border */
.item-step::after {
    border: 6px solid #133042;
    clip-path: inset(100% 0 0 0);
    transition: clip-path 0.25s ease;
}

/* hover draw */
.item-step:hover::after {
    clip-path: inset(0 0 0 0);
}

.btn-schedule{
    position: relative;
}
.btn-schedule::before,
.btn-schedule::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    box-sizing: border-box;
    pointer-events: none;
}

/* static border */
.btn-schedule::before {
    border: 6px solid #d4dcdc;
}

/* animated border */
.btn-schedule::after {
    border: 6px solid #133042;
    clip-path: inset(100% 0 0 0);
    transition: clip-path 0.25s ease;
}

/* hover draw */
.btn-schedule:hover::after {
    clip-path: inset(0 0 0 0);
}

.mt-40{
    margin-top: 40px;
}
.OfficeAddress{
    font-size: 16px;
}
.testimonial-rating img{
    width: 20px !important;
    margin-bottom: 5px;
    height: 100%;
}

@media (max-width: 631px) {

  .active-progress{
        display: none !important;
    }
    .grecaptcha-badge{
        display: none;
    }
    .progress-wrap{
        display: none !important;
    }
    .hero-left{
        width: 100% !important;
        text-align: center;
        max-width: 100%;
    }
    .hero-left p{
        padding: 0px !important;
    }
    .hero-right{
        width: 100% !important;
        text-align: center;
        max-width: 100%;
    }


    .mobile-action{
        display: grid;
        align-items: center;
        gap: 12px;
        max-width: 235px;
        margin: auto;
        margin-top: 20px;
    }


    .section-header h2{
        text-align: center;
    }

    .section-header .header-label {
        line-height: 66px;
    }
    .tab-title{
        line-height: 85px;
    }
    .testimonials-info-inner {

        padding-bottom: 75px;
    }

    .mobile-logo-container{
        position: relative;
    }

    .lone-officer-section{
        margin-top: 0px !important;
        padding-top-top: 0px !important;
    }

    .loan-lists{
        margin-top: 0px;
    }

    .hero-info-three{
        text-align: center !important;
    }
    .header-label{
        text-align: center !important;
        padding: 0px;
        margin: auto;
        line-height: 66px;
    }
    .main_content h2{
        text-align: center;
    }


}

.breadcrumb{
    font-size: 16px;
}
.loan-lists{
    margin-top: 50px;
}



.sgbtn{
    position: relative;
}
.sgbtn::before,
.sgbtn::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    box-sizing: border-box;
    pointer-events: none;
}

/* static border */
.sgbtn::before {
    border: 6px solid #d4dcdc;
}

/* animated border */
.sgbtn::after {
    border: 6px solid #133042;
    clip-path: inset(100% 0 0 0);
    transition: clip-path 0.25s ease;
}

/* hover draw */
.sgbtn:hover::after {
    clip-path: inset(0 0 0 0);
}

.checklist-item-title{
    font-size: 17px;
    line-height: 27px;
}
.checklist-category-title{
    margin-top: 30px !important;
}

@media (max-width: 991px) {
    .hero-info{
        text-align: center;
    }
    .hero-info p{
        margin: 30px auto;
    }
    .hero-action{
        justify-content: center;
    }

    .breadcrumb{
        justify-content: center;
    }
    .loan-lists-info p{
        text-align: center;
    }
    .loan-lists-info h2{
        text-align: center;
    }

}

@media (max-width: 401px) {
    .hero-action {
        flex-direction: column;
        align-items: stretch;
    }
}

@media (max-width: 1200px) {

    .calcbuttonlist{
        max-width: 600px;
        margin: auto;
    }

    .loan-lists-banner {
        flex-direction: column-reverse;
        gap: 30px;
    }
    .blog-article-btn{
        margin: auto;
    }
    .breadcrumb {
        justify-content: center;
    }
    .loan-lists-info h2 {
        text-align: center;
    }
    .contact-section{
      text-align: center;
    }

    .loan-lists-info p {
        text-align: center;
    }
    .location-lists img {
        border-radius: 20px;
        max-height: 450px;
        object-fit: contain;
        margin: auto;
        width: auto;
    }
    .breadcrumbs-title{
        text-align: center;
    }

    .content-page {
        margin-top: 100px;
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 100%;
    }
    .hero-info h1{
        text-align: center;
        max-width: 85%;
        margin: auto;

    }
    .hero-img img {
        margin: auto;
        margin-top: 30px;
        max-height: 450px;
    }

    .hero-action{
        justify-content: center;
    }
    .hero-info p{
        margin: 30px auto;
        text-align: center;
    }
    .star{
        display: none;
    }

    .header-label{
        text-align: center;
        margin: auto;
    }

    .testimonials-img img{
        max-height: 350px;
        object-fit: contain;
    }

}

@media (max-width: 770px) {
    .schedule-action{
        gap: 30px;
    }
}

.mobile-action{
    display: grid;
    align-items: center;
    gap: 12px;
    max-width: 235px;
    margin: auto;
    margin-top: 20px;
}


.loan-lists-info a {
    color: #f15b4f !important;
}

.pill-city-name {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
}

.pill-state-name {
    font-weight: normal;
    font-size: 0.9em;
    line-height: 1.2;
}

/* Pills grid (city/state lists) */
.pill-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 18px;

    /* make each row equal height (based on tallest pill in that row) */
    grid-auto-rows: 1fr;
    align-items: stretch;

    justify-items: center;
}

.pill-grid .pill-button-card {
    min-height: 50px;
    width: 100%;
    max-width: 300px; /* keeps rows tidy on very wide screens */
}

.pill-button-card {
    display: flex;              /* allows stretching */
    flex-direction: column;     /* stack city + state on 2 lines */
    gap: 4px;

    align-items: center;
    justify-content: center;

    padding: 10px 22px;
    width: 100%;
    height: 100%;              /* fill the grid row height */
    text-align: center;
    white-space: normal;
    line-height: 1.2;

    background: #ffffff;
    color: #243a4a;

    font-size: 18px;
    font-weight: 500;
    text-decoration: none;

    border-radius: 12px;
    position: relative;
}

/* border layers */
.pill-button-card::before,
.pill-button-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    box-sizing: border-box;
    pointer-events: none;
}

/* static border */
.pill-button-card::before {
    border: 4px solid #d4dcdc;
}

/* animated border */
.pill-button-card::after {
    border: 4px solid #133042;
    clip-path: inset(100% 0 0 0);
    transition: clip-path 0.25s ease;
}

/* hover draw */
.pill-button-card:hover::after {
    clip-path: inset(0 0 0 0);
}

/* optional hover polish */
.pill-button-card:hover {
    background-color: #f7fafb;
    color: #133042;
}


.disclaimer-calculators {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 19px;
    color: #525252;
    letter-spacing: 0px;
}

.spoken-image{
    height: 40px;
    max-width: 100px;
    object-fit: cover;
    border-radius: 6px;
}

.btn-sm{
    max-width: 150px !important;
    min-width: 140px !important;
}
.btn-md{
    max-width: 170px !important;
    min-width: 160px !important;
}


.il-faq-category { margin-bottom: 32px; }
.il-faq-category h2 {
    width: 100%;
    font-family: 'LEMON MILK';
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
    color: #133042;
    margin-bottom: 16px;

}

.il-faq-item { background: #ffffff; border:1px solid #e9edf2; border-radius: 14px; margin-bottom: 14px; overflow: hidden; transition: all .3s ease; }
.il-faq-item:hover {
    transform: scale(1.02);
    background: transparent;
    box-shadow: #7e9897 0px 2px 5px -1px, #7e9897 0px 1px 3px -1px;
    z-index: 2;
    position: relative;
}

.il-faq-content:hover .il-faq-item:not(:hover) {
    transform: scale(0.98);
    opacity: 0.9;
    transition: all 0.8s ease;
}

.il-faq-content { pointer-events: none; }
.il-faq-item { pointer-events: auto; }

.il-faq-question { padding: 18px 20px; cursor: pointer; display:flex; justify-content:space-between; align-items:center; transition: all .3s ease; }
.il-faq-question:hover { background: #f9f9f9; box-shadow: #7e9897 0px 2px 5px -1px, #7e9897 0px 1px 3px -1px; }
.il-faq-question h3 { font-size: 18px; color: #282828; margin:0; font-weight: 500; }
.il-faq-icon { color: #105b7c; transition: all .3s ease; }
/* Icon glyphs without external CDN */
.il-faq-icon { width: 22px; height: 22px; display:inline-flex; align-items:center; justify-content:center; border-radius: 6px; border: 1px solid rgba(0,0,0,0.08); }
.il-faq-icon::before { content: "+"; font-weight: 700; line-height: 1; color: currentColor; }
.il-faq-item.active .il-faq-icon::before { content: "\2212"; /* Unicode minus */ }

.il-faq-item.active .il-faq-icon { transform: rotate(45deg); }


.il-faq-item.active .il-faq-question {
    background: #7b9997;
    color: #ffffff;
}
.il-faq-item.active .il-faq-question h3 {
    color: #ffffff;
}
.il-faq-item.active .il-faq-icon {
    color: #ffffff;
}

.il-faq-answer { padding: 0 20px; max-height: 0; overflow: hidden; transition: all .3s ease; }
.il-faq-item.active .il-faq-answer { padding: 20px 18px; max-height: 1000px; }
.il-faq-answer p { color: #5b6469; margin: 0; }

.nav-item{
    list-style: none;
}
.content-section li{
    list-style: none;
}

.main_content a {
    color: #f15b4f;
    font-weight: 500;
}

.lo-card-team-info{
    color: #243a4a;
}

@media (max-width: 770px) {
    .schedule-section {
        margin-top: 5px !important;
    }
}