.elementor-20453 .elementor-element.elementor-element-7fd32f0{--display:flex;--background-transition:0.3s;--padding-top:5%;--padding-right:5%;--padding-bottom:5%;--padding-left:5%;}.elementor-20453 .elementor-element.elementor-element-7fd32f0:not(.elementor-motion-effects-element-type-background), .elementor-20453 .elementor-element.elementor-element-7fd32f0 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F0F8FF;}.elementor-20453 .elementor-element.elementor-element-7fd32f0, .elementor-20453 .elementor-element.elementor-element-7fd32f0::before{--border-transition:0.3s;}.elementor-20453 .elementor-element.elementor-element-9a73296{text-align:center;}.elementor-20453 .elementor-element.elementor-element-9a73296 .elementor-heading-title{color:#000000;font-family:"Libre Baskerville", Sans-serif;font-size:64px;font-weight:600;}.elementor-20453 .elementor-element.elementor-element-9a73296 > .elementor-widget-container{margin:0px 0px 012px 0px;}.elementor-20453 .elementor-element.elementor-element-133875e{text-align:center;}.elementor-20453 .elementor-element.elementor-element-133875e .elementor-heading-title{color:#000000;font-family:"Libre Baskerville", Sans-serif;font-size:24px;font-weight:600;}.elementor-20453 .elementor-element.elementor-element-133875e > .elementor-widget-container{margin:0px 0px 024px 0px;}.elementor-20453 .elementor-element.elementor-element-44353d4{text-align:center;}.elementor-20453 .elementor-element.elementor-element-44353d4 .elementor-heading-title{color:#000000;font-family:"Libre Baskerville", Sans-serif;font-size:20px;font-weight:500;}.elementor-20453 .elementor-element.elementor-element-44353d4 > .elementor-widget-container{margin:0px 0px 048px 0px;}.elementor-20453 .elementor-element.elementor-element-0d7b9cd{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--justify-content:center;--background-transition:0.3s;}.elementor-20453 .elementor-element.elementor-element-a9db1a4 .elementor-button{fill:#FFFFFF;color:#FFFFFF;background-color:#0B2465;border-style:solid;border-width:1px 1px 1px 1px;border-color:#0B2465;border-radius:12px 12px 12px 12px;box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);}.elementor-20453 .elementor-element.elementor-element-a9db1a4 .elementor-button:hover, .elementor-20453 .elementor-element.elementor-element-a9db1a4 .elementor-button:focus{color:#0B2465;background-color:#FFFFFF;border-color:#0B2465;}.elementor-20453 .elementor-element.elementor-element-a9db1a4 .elementor-button:hover svg, .elementor-20453 .elementor-element.elementor-element-a9db1a4 .elementor-button:focus svg{fill:#0B2465;}.elementor-20453 .elementor-element.elementor-element-a9db1a4 > .elementor-widget-container{padding:0% 0% 0% 0%;}.elementor-20453 .elementor-element.elementor-element-ed1db88 .elementor-button{fill:#FFFFFF;color:#FFFFFF;background-color:#0B2465;border-style:solid;border-width:1px 1px 1px 1px;border-color:#0B2465;border-radius:12px 12px 12px 12px;box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);}.elementor-20453 .elementor-element.elementor-element-ed1db88 .elementor-button:hover, .elementor-20453 .elementor-element.elementor-element-ed1db88 .elementor-button:focus{color:#0B2465;background-color:#FFFFFF;border-color:#0B2465;}.elementor-20453 .elementor-element.elementor-element-ed1db88 .elementor-button:hover svg, .elementor-20453 .elementor-element.elementor-element-ed1db88 .elementor-button:focus svg{fill:#0B2465;}.elementor-20453 .elementor-element.elementor-element-ed1db88 > .elementor-widget-container{padding:0% 0% 0% 0%;}.elementor-20453 .elementor-element.elementor-element-ed1db88{width:auto;max-width:auto;}.elementor-20453 .elementor-element.elementor-element-8f2a187{--display:flex;--background-transition:0.3s;}/* Start custom CSS for html, class: .elementor-element-1cc36fc */.faqButton .chevron {
    height: 24px;
    width: 24px;
}

.faqButton {
    text-wrap: auto;
}

.faqTitle {
    color: black;
    font-weight: 500;
    overflow-wrap: break-word;
    word-wrap: break-word;          /* For older browsers, ensures long words wrap */
    white-space: normal; 
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-8f2a187 */@media (max-width: 991px) {
    .exampleImg {
        max-width: 350px!important;
        width: 100%;
    }
}

.openModalButton {
    padding: 12px 24px;
    background-color: #0493cb;
    border-radius: 4px;
    border: 1px solid #0493cb;
    color: #fff;
    transition: opacity .3s,box-shadow .5s;
    font-weight: 700;
}

.openModalButton:hover {
    box-shadow: 0px 0px 0px 4px rgba(4, 147, 203, 1);
    -webkit-box-shadow: 0px 0px 0px 4px rgba(4, 147, 203, 1);
    -moz-box-shadow: 0px 0px 0px 4px rgba(4, 147, 203, 1);
}

.custom-modal-container {
    position: fixed;
    left: 0;
    overflow-y: auto;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.custom-modal-content {
    position: absolute;
    top: 150px; /* Set this just below the header */
    left: 50%;
    transform: translateX(-50%); /* Center the modal horizontally */
    overflow-y: auto;
    width: 80%; /* Adjust width as per requirement */
    padding: 20px;
    background: #fff;
    border-radius: 8px; /* Optional, for styled corners */
}

@media (min-width: 577px) and (max-width: 1119px) {
    .custom-modal-content {
        width: 90%;
    }
}

@media (max-width: 576px) {
    .custom-modal-content {
        width: 95%;
    }
}

.custom-modal-close {
    position: absolute;
    right: 0;
    padding: 0 8px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 24px;
}

.hidden {
    display: none !important;
}

.subnav__seperator {
    width: 2px;
    background-color: #fff;
    height: 32px;
}

.subnav__bottom-item {
    display: flex;
    color: white;
    align-items: center;
}

#subnav {
    background-color: #083b71;
    padding: 16px;
}

.heroWrapper {
    
    background-size: cover;
    background-position: center;
    min-height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 32px;
}

.heroTitle {
    font-size: 64px;
    font-weight: 700;
}

@media (max-width: 767px) {
    .heroTitle {
        font-size: 48px;
    }
}

.heroSubtitle {
    font-size: 32px;
    font-weight: 600;
}

.titleUnderline {
    display: block;
    width: 154px;
    height: 8px;
    margin-bottom: 32px;
    background-color: white;
}





/* past examples  */

.line-break {
    height: 2px!important;
    color: #0B2465;
    opacity: 1!important;
}

.studyWrapper {
    padding: 32px;
    align-items: center;
    justify-content: center;
}

.fa-star {
    font-size: 32px;
    color: gold;
    
}

.exampleTitle {
    font-size: 32px;
    color: #0B2465;
}

.subQuote {
    font-size: 20px;
}

.exampleHighlight {
    color: #0B2465;
    font-weight: bold;
}

/* 3 steps  */

.threeStepsWrapper {
    background-color: #0B2465;
}

.stepImg {
    height: auto;
    width: 100px;
}

.stepTitle {
    font-size: 26px;
    font-weight: bold;
    color: white;
    margin-bottom: 16px;
    margin-top: 16px;
}

.stepText {
    text-align: center;
    color: white;
    font-size: 18px;
}
/* reasons  */

.list-container {
    list-style-type: none; 
    padding-left: 0; 
    display: flex; 
    flex-wrap: wrap; 
    color: white;
}

.list-item {
    width: 50%; 
    display: flex; 
    align-items: flex-start; 
    box-sizing: border-box; 
    padding: 0px 12px 24px;
    
}

.list-item-icon {
    width: 30px; 
    height: 30px; 
    margin-right: 15px;
  margin-top: 8px;
}

.list-item-content {
    flex: 1; 
}

.list-item-title {
    font-size: 24px!important;
    font-weight: 700;
  
}


@media (max-width: 768px) {
    .list-item {
        width: 100%; /* Sets the width of the list item to 100% on mobile */
    }
}

.reasonsWrapper {
    margin-top: 32px;
    display: flex;
    justify-content: center;
    max-width: 1400px;
}

/* banner  */

.banner {
    background-color: #21b5fc;
    min-height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 32px;
    
}

.exampleContents {
    font-family: "Helvetica", sans-serif;
}

.bannerText {
    font-size: 20px;
    color: white;
    font-weight: 600;
}

.lendersImg {
    height: auto;
    width: 150px;
}

.someLenders {
    font-size: 32px;
    color: #0B2465;
    font-family: "Libre Baskerville", sans-serif;
    font-weight: 700;
    margin-bottom: 48px;
}



@media (min-width: 576px) and (max-width: 992px) {
    .exampleImg {
        max-width: 400px;
        
    }
}

@media (max-width: 576px) {
    .exampleImg {
        max-width: 300px;
    }
    .studyWrapper {
        padding: 16px;
    }
}


/* why speedy  */

.whySpeedyContainer {
    /* background-color: rgba(244,244,244,1); */
    background-color: #0493cb29;
}

.whyChoose {
    font-weight: 700;
    font-size: 32px;
    font-family: "Libre Baskerville", Sans-Serif;
}

.whyList {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    font-family: "Helvetica", Sans-Serif;
}

.whyListItem {
    display: flex;
    flex-direction: column;
    flex-basis: 33.3%;
    padding: 32px;
    justify-content: center;
    align-items: center;
}

@media (min-width: 767px) and (max-width: 1119px) {
    .whyListItem {
        padding: 24px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .whyListItem {
        flex-basis: 50%;
    }
}

@media (max-width: 576px) {
    .whyListItem {
        flex-basis: 100%;
    }
}

.whyListImg {
    height: auto;
    width: 90px;
}

.whyListText {
    text-align: center;
}

.whyListTitle {
    margin-top: 12px;
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

/* quick mortgage  */

.quickMortgage {
    font-size: 32px;
    color: #0B2465;
    font-weight: 700;
    font-family: "Libre Baskerville", sans-serif;
    margin-bottom: 48px;
}

.quickMortgageList {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    font-family: "Helvetica", Sans-Serif;
}

.quickMortgageListItem {
    display: flex;
    flex-basis: 25%;
    padding: 32px;
    gap: 8px;
}

@media (min-width: 767px) and (max-width: 1119px) {
    .quickMortgageListItem {
        flex-basis: 50%;
        padding: 16px;
    }
    .quickMortgageList {
        margin-bottom: 16px;
    }
}

@media (max-width: 767px) {
    .quickMortgageListItem {
        flex-basis: 100%;
    }
    .quickMortgage {
        margin-bottom: 24px;
    }
}

.quickMortgageSVG {
    width: -webkit-fill-available; /* For WebKit-based browsers */
    width: -moz-available; /* For Firefox */
    width: fill-available; /* Standard property, not widely supported yet */
    width: 100%; /* Fallback for other browsers */
    max-width: 48px;
    height: 32px;
}

/* crystal quote  */

.crystalList {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.crystalListItem {
    display: flex;
    align-items: center;
    gap: 8px;
    font-style: italic;
    font-size: 20px;
    margin-bottom: 24px;
    font-family: "Helvetica", Sans-Serif;
}

.crystalStatementWrapper {
    background-color: rgba(244,244,244,1);
}

.crystalListSpan {
    font-weight: 700;    
}

.memberQuote {
    gap: 20px;
    align-items: center;
    font-family: "Helvetica", Sans-Serif;
}

.quote {
    font-style: italic;
    font-weight: 600;
    font-size: 18px;
    font-family: "Helvetica", Sans-Serif;
}

/* managers  */

.managersWrapper {
    background-color: #083b71;
}

.relationshipManagerTitle {
    font-size: 32px;
    font-weight: bold;
    color: white;
    margin-bottom: 32px;
}

.managerRole {
    margin-top: 12px;
    background-color: white;
    color: #083b71;
    padding: 12px;
}

.managerRoleTitle {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 0!important;
}

/* faqs  */

.faqs {
    font-size: 40px;
    font-weight: 700;
    color: #0B2465;
    font-family: "Libre Baskerville", Sans-Serif;
}

.faqList {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-family: "Helvetica", Sans-Serif;
}

.faqTitle {
    text-align: left;
    
}


.listDividerHover {
    position: relative;
    overflow: hidden;
}

.listDividerHover:hover {
    background-color: rgb(242 244 255/0.8);
}


.faqButton {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 24px 16px;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    align-items: center;
}

.faqButton.noBorderBottom {
    border-bottom: none;
}

.bgTransparent {
    background-color: transparent;
}

.faqAnswer {
    visibility: hidden;
    opacity: 0;
    transition: 0.3s opacity ease-in;
    font-family: "Helvetica", sans-serif;
    max-height: 0;
}

.faqAnswer.is-visible {
    visibility: visible;
    opacity: 1;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    max-height: fit-content;
    padding: 12px 24px;
}

.chevron {
    transition: transform 0.3s ease;
}

.rotate {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}/* End custom CSS */