

: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: 1.5;
    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: #105b7c !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 2px #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;
}

/* 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;
}

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

.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;
}

.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;
}

.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 120px;
    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;
}

.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: 64px;
}

.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: 60px;
    margin-top: 30px;
}

.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;
}

.content-box {
    margin-top: 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 {
    margin-top: 60px;
}


.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;
}

.about-address p {}

.about-address p a {
    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: #fff 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;
}

.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: 0px;
    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;
}

.mobile-navbar {
    padding: 0 30px;
}

.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;
}

.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;
}

.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;
    }
}

@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: 24px;
    }

    .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;
    }

    .loan-lists-banner {
        flex-direction: column-reverse;
        gap: 30px;
    }

    .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: '';
    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-section li {
    margin-bottom: 15px;
    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: 15px;
}

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

.content-section ul {

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

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

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

.content-section ul li ul{
    margin-left: 50px;
    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;
}

/* Base image block */
.content-section figure.image {
    display: block;
    margin: 1rem auto;
    max-width: 100%;
}

/* The image itself */
.content-section figure.image > img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
}

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

/* Resized images: CKEditor applies inline width on <figure> */
.content-section figure.image.image_resized { max-width: 100%; }

/* Some editors output width on style — make sure it obeys */
.content-section figure.image[style*="width"] { max-width: 100%; }

/* Alignment helpers (block images) */
.content-section .image-style-align-left {
    float: left;
    margin: 1rem 1rem 1rem 0;
    max-width: 50%; /* tweak if you want looser/tighter */
}

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

.content-section figure.image.image-style-align-center {
    margin-left: auto;
    margin-right: auto;
    float: none;
    text-align: center;
}

/* “Side” image style (text wraps; CKEditor class name) */
.content-section .image-style-side {
    float: right !important;
    margin: 0 0 1rem 1rem;
    max-width: 50%;
}

/* Full-width image style (if enabled) */
.content-section figure.image.image-style-block {
    float: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

/* 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;
}

/* Defensive resets against global themes */
.content-section img { max-width: 100%; height: auto; }
.content-section figure { box-sizing: border-box; }

.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) ---- */


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

/* Respect intrinsic/attribute width by default (do NOT stretch) */
.content-section figure.image > img {
    display: block;
    width: auto;        /* key: keep small logos small */
    max-width: 100%;    /* but never overflow container */
    height: auto;
}

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

/* When the FIGURE is resized (CKEditor adds .image_resized or inline width),
   make the IMG fill the resized box */
.content-section figure.image.image_resized > img,
.content-section figure.image[style*="width"] > img {
    width: 100%;
    max-width: 100%;
}

/* Alignment helpers (block images) */
.content-section figure.image.image-style-align-left {
    float: left;
    margin: 1rem 1rem 1rem 0;
    /* optional: cap width when floated; adjust as you like */
    max-width: 50%;
}

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

.content-section figure.image.image-style-align-center {
    margin-left: auto;
    margin-right: auto;
    float: none;
    text-align: center;
    display: table; /* helps center narrow figures without stretching */
}

/* “Side” image style (text wraps) */
.content-section figure.image.image-style-side {
    float: right;
    margin: 0 0 1rem 1rem;
    max-width: 50%;
}

/* Full-width block style (if enabled) */
.content-section figure.image.image-style-block {
    float: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

/* 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;
}

/* Defensive resets against global themes */
.content-section img { height: auto; }
.content-section figure { box-sizing: border-box; }

/* Clear floats after rich text blocks */
.content-section::after {
    content: "";
    display: block;
    clear: both;
}


/* Scope to CKEditor-rendered content */
.content-section figure.image {
    display: block;
    box-sizing: border-box;
    margin: 1rem 0;         /* base spacing */
    max-width: 100%;
}

/* Don't stretch images by default; respect intrinsic/attr width */
.content-section figure.image > img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
}

/* === CENTER when no explicit alignment is set === */
.content-section figure.image:not(.image-style-align-left):not(.image-style-align-right)
:not(.image-style-block-align-left):not(.image-style-block-align-right) {
    margin-left: auto;
    margin-right: auto;     /* center narrow figures */
    float: none;
    text-align: center;
    display: table;         /* helps center narrow figures reliably */
}

/* === BLOCK ALIGNMENT (newer CKEditor classes) === */

.content-section figure.image.image-style-block-align-left {
    float: none;
    display: table;          /* shrink-to-fit so margins work */
    margin-left: 0;
    margin-right: auto;      /* left-align without text wrap */
}

.content-section figure.image.image-style-block-align-right {
    float: none;
    display: table;          /* shrink-to-fit so margins work */
    margin-left: auto;       /* right-align without text wrap */
    margin-right: 0;
}

.content-section figure.image.image-style-block-align-center {
    float: none;
    display: table;          /* shrink-to-fit */
    margin-left: auto;
    margin-right: auto;      /* center */
    text-align: center;
}

/* === LEGACY ALIGNMENT (older CKEditor classes) === */
.content-section figure.image.image-style-align-left {
    float: left;
    margin: 0 2rem 1rem 0;
}
.content-section figure.image.image-style-align-right {
    float: right;
    margin: 0 0 1rem 1rem;
}
.content-section figure.image.image-style-align-center {
    margin-left: auto;
    margin-right: auto;
    float: none;
    text-align: center;
    display: table;
}

/* Resized figures (when user drags size) — make img fill figure width */
.content-section figure.image.image_resized > img,
.content-section figure.image[style*="width"] > img {
    width: 100%;
    max-width: 100%;
}

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

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



/* CKEditor image alignment – final overrides */
.content-section figure.image.image-style-block-align-left,
.content-section figure.image.image-style-block-align-right,
.content-section figure.image.image-style-block-align-center {
    max-width: 100%;              /* honor inline width from style attr or .image_resized */
}
.content-section figure.image.image_resized > img,
.content-section figure.image[style*="width"] > img {
    width: 100%;
    max-width: 100%;
}

.content-section figure.image:not(.image-style-align-left):not(.image-style-align-right):not(.image-style-block-align-left):not(.image-style-block-align-right):not(.image-style-side) {
    float: none !important;
    display: table !important;      /* shrink-to-fit so margins work */
    margin-left: auto !important;
    margin-right: auto !important;  /* center */
}

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

.image-style-align-right{
    float: inline-end;
}

.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: 60px;
    margin-top: 30px;
}
.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: 60px;
    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: 17.5px;
    border-left: 5px solid #eee;
}

/* Scoped to this component to avoid conflicts */
.contact-form label {
    font-weight: 600;
    font-size: 14px;
    color: #1f2937; /* slate-800 */
    margin-bottom: 6px;
}
.contact-form .form-control {
    border-radius: 14px;
    border: 1px solid #e5e7eb; /* gray-200 */
    background: #f3f4f6; /* gray-100 */
    height: 46px;
    padding: 10px 14px;
    font-size: 15px;
    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:focus {
    background: #ffffff;
    border-color: #111827; /* near black to match screenshot tone */
    box-shadow: 0 0 0 3px rgba(17, 24, 39, 0.12);
}
.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: #6b7280; margin-top: 6px; display: inline-block; }
.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 { width: 75%; 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 iframe {
    margin-bottom: 80px;

}

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

.main_content h2 {
    margin-bottom: 10px;
}


.main_content h3 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.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;
}