@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
/*  font-family: "Poppins", sans-serif; */
/*   font-family: "Roboto Condensed", sans-serif; */
/*  font-family: 'MarketPro'; */

@font-face {
    font-family: 'MarketPro';
    src: url('https://one.codeintel.biz/website/landing/m4-onedemo/assets/fonts/MarketPro.eot');
    src: local('MarketPro'),
    url('https://one.codeintel.biz/website/landing/m4-onedemo/assets/fonts/MarketPro.eot?#iefix') format('embedded-opentype'),
    url('https://one.codeintel.biz/website/landing/m4-onedemo/assets/fonts/MarketPro.woff2') format('woff2'),
    url('https://one.codeintel.biz/website/landing/m4-onedemo/assets/fonts/MarketPro.woff') format('woff'),
    url('https://one.codeintel.biz/website/landing/m4-onedemo/assets/fonts/MarketPro.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



:root {
    --primary-color: #fdb414;
    --secondary-color: #fdb414;
    --font-color: #282828;
    --background-color: #fff;
    --link-color: #000;
    --white-color: #fff;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    color: var(--font-color);
    background-color: var(--background-color);
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    /* Update to preferred font */
}

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

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

a {
    text-decoration: none;
    cursor: pointer;
}

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

.container {
    max-width: 1160px;
}

.btn-secondary {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    color: var(--font-color) !important;
    font-family: "Roboto Condensed", sans-serif;
    border: solid 5px;
}

.btn-outline-secondary {
    border-color: var(--secondary-color);
    color: var(--font-color) !important;
    font-style: normal !important;
    font-family: "Roboto Condensed", sans-serif;
    border: solid 5px var(--secondary-color);
    background-color: var(--white-color);
    min-height: 50px;
    font-size: 20px;
    align-items: center;
}

.btn-outline-secondary:hover {
    border: solid 5px var(--secondary-color);
    background-color: var(--secondary-color);
}

/* Header */
header {
    background-color: var(--white-color);
    padding: 15px 0;
}

header .logo img {
    max-height: 90px;
}

header a {
    font-size: 30px;
    color: var(--primary-color);
}

.phone-block {
    text-align: right;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
}

.phone {
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    color: var(--font-color);
    font-weight: 600;
}



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

.hero-section .hero-inner {
    max-width: 970px;
    margin: 0 auto;
}

.hero-section .hero-inner h1 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    color: #282828;
    font-size: 40px;
    text-align: center;
}

.hero-inner h2 {
    text-align: center;
    font-family: 'MarketPro';
    font-size: 60px;
    font-weight: 500;
    margin-top: 4px;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    z-index: 1;
}

.hero-inner h2::after {
    content: '';
    position: absolute;
    bottom: -32px;
    width: 100%;
    height: 40px;
    background-size: contain;
    background-image: url(../images/highlight.png);
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    z-index: -1;
}

.first-section {
    background: rgb(216, 216, 216);
    background: linear-gradient(0deg, rgba(216, 216, 216, 1) 0%, rgba(232, 232, 232, 1) 87%);
}
/* logo-section */
.logo-section {
    background-color: var(--white-color);
    padding: 20px 0;
}

.logo-content img {
    max-height: 120px;
}
/* consolidate-section */

.consolidate-section {
    background: rgb(18, 92, 125);
       background: linear-gradient(90deg, #f1b65c 7%, #fdf4e5 87%);
    padding: 60px 0;
}

.consolidate-content h2 {
    color: var(--font-color);
    text-align: center;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    font-size: 40px;
}

.consolidate-content h3 {
    color: var(--link-color);
    text-align: center;
    font-family: 'MarketPro';
    font-size: 60px;
    font-weight: 500;
}


/* reasons-section */

.reasons-section {
    padding-bottom: 100px;
}

.reasons-section .container {
    max-width: 1080px;
}

.icon-box .icon {
       background: linear-gradient(180deg, #fdb61a 0%, #f7e8c9 100%);
    min-height: 120px;
    width: 120px;
    border-radius: 100px;
    margin: 0 auto;
    position: relative;
    bottom: -20px;
}

.icon-box .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
}

.icon-box .icon img {
    height: 50px;
    width: 50px;
}

.icon-content {
    background-color: #fff;
    padding: 25px;
    border-radius: 20px;
    position: relative;
}

.icon-content h2 {
    font-weight: 700;
    font-size: 20px;
    font-family: "Roboto Condensed", sans-serif;
    margin-bottom: 10px;
}

.icon-content p {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    font-size: 16px;
}

.reasons-header {
    text-align: center;
}


.reasons-header h2 {
    font-family: 'MarketPro';
    font-size: 45px;
    font-weight: 500;
}

.reasons-header span {
    border-bottom: solid 3px var(--font-color);
}

.reasons-section .btn-action {
    margin-top: 60px;
}

.reasons-section .btn-action .btn {
    max-width: 300px !important;
    min-width: max-content;
}

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

.star-icon {
    display: flex;
    align-items: center;
}

.x-icon img {
    max-width: 40px;
}

.review-number {
    background-color: var(--primary-color);
    color: var(--white-color);
    padding: 4px;
    border-radius: 5px;
}

.review-box {
    background-color: #efefef;
    padding: 20px;
    border-radius: 15px;
}

.review-box p {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    font-size: 16px;
}

.review-box span {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    font-size: 16px;
    width: 100%;
    display: block;
    text-align: right;
    margin-top: 15px;
}

.content-box {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.content-img {
    border-radius: 15px;
    overflow: hidden;
}

.review-and-form-section {
    padding-bottom: 100px;
}

.review-and-form-section .row {
    --bs-gutter-x: 40px;
}

.review-and-form-section .container {
    max-width: 1160px;
}

.contact-form {
    padding: 30px 20px;
    text-align: center;
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    -webkit-box-shadow: -2px -3px 28px 0px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: -2px -3px 28px 0px rgba(0, 0, 0, 0.26);
    box-shadow: -2px -3px 28px 0px rgba(0, 0, 0, 0.26);
}

.contact-form .form-group {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 340px;
    margin: 0 auto;
    width: 100%;
    justify-content: center;
}

.contact-form h2 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    color: #282828;
    margin-bottom: 10px;
}

.contact-form p {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    font-size: 16px;
    max-width: 360px;
    margin: 0 auto 20px;
}

.btn-form .btn {
    font-weight: 700;
    min-width: 200px;
    width: 100%;
}

.contact-form input {
    height: 50px;
    display: flex;
    align-items: flex-start;
    text-align: left;
    background-color: #e1e1e1;
    border-radius: 50px;
    border: none;
    width: 100%;
    padding: 0 25px;
    border: solid 4px #efefef;
}

/* second-section */

.second-section {
    padding: 30px 0;
    background-color: var(--white-color);
}

.top-box {
    display: flex;
    gap: 20px;
    align-items: center;
}

.top-icon img {
    max-height: 120px;
}

.top-content span {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    color: var(--font-color);
}

.top-content h3 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 500;
}

/* footer-section */

.footer-section .container {
    max-width: 1080px;
}

.footer-section {
    padding-bottom: 80px;
}

.footer-link {
    margin-top: 20px;
}

.footer-link a {
    color: var(--font-color);
}

.footer-copyright {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    font-size: 16px;
}

.loan-officer {
    border-radius: 0px 0 30px 30px;
    overflow: hidden;
}

.footer-section address p {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
    color: var(--font-color);
}

.footer-section address {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    flex-direction: column;
}

.footer-section address a {
    color: var(--font-color);
    font-style: italic;
}

.footer-section address strong {
    font-size: 23px;
}

.footer-section address span {
    border-bottom: solid 1px var(--font-color);
}

.address {
    color: var(--primary-color);
    border-bottom: solid 1px var(--font-color);
}

p.address {
   color: var(--font-color);
    font-style: italic;
}


.btn-action {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.btn-action a.btn {
    max-width: 200px;
    width: 100%;
    min-width: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    font-weight: 700;
}

.eol {
    margin-top: 20px;
}

.footer-logo {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
}

.footer-logo img {
    max-height: 90px;
    max-width: fit-content;
    margin-bottom: 10px;
}

.footer-phone {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
    margin-top: 10px;
}

.footer-phone a {
    color: var(--font-color);
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
}

.footer-phone span {
    color: var(--font-color);
    font-family: 'MarketPro';
    font-weight: 500;
    font-size: 42px;
}

/* reponisve */

@media (max-width: 1023px) {

    header {
        padding: 20px 0;
    }

    .hero-section .hero-inner h1 {
        font-size: 30px;
    }

    .second-section .row {
            --bs-gutter-y: 20px;
    }

    .top-box {
        width: 100%;
    }

    .top-icon {
        min-width: 100px;
        max-width: 100px;
        text-align: center;
        display: flex;
        justify-content: center;
    }

    .top-icon img {
        max-height: 90px;
    }

    header a {
        text-align: center;
        display: flex;
        justify-content: center;
    }

    .phone-block {
        text-align: center;
        justify-content: center;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .hero-section .hero-inner h1 {
        margin-bottom: 15px;
    }

    .hero-inner h2 {
        font-size: 50px;
    }

    .hero-inner h2::after {
        height: 20px;
    }

    .review-and-form-section .row {
        --bs-gutter-y: 40px;
    }

    .reasons-header h2 {
        font-size: 34px;
    }



    .consolidate-content h2 {
        margin-bottom: 10px;
    }

    .consolidate-content h3 {
        font-size: 40px;
        line-height: 40px;
    }

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

    .loan-officer {
        display: flex;
        justify-content: center;
    }

    .footer-section address p {
        text-align: center;
    }

    p.address {
        margin: 0 auto;
    }

    .footer-section .row .col-lg-4 {
        justify-content: center;
    }

    .footer-link {
        text-align: center;
    }

    .footer-copyright {
        text-align: center;
    }

    .footer-logo {
        justify-content: center;
        align-items: center;
    }

    .eol {
        text-align: center;
        justify-content: center;
        width: 100%;
        display: flex;
    }
}