/* =========================================================
   ROOT
========================================================= */

:root{
    --blue:#1678c9;
    --blue-dark:#075da4;
    --blue-light:#eef7fc;

    --navy:#102733;
    --dark:#17242c;

    --text:#596970;
    --muted:#7b898f;

    --white:#fff;
    --offwhite:#f7fafc;

    --border:#dce7ed;

    --green:#13aa82;
    --orange:#e9a638;
    --purple:#7259d7;
    --red:#d95c52;

    --shadow:0 12px 35px rgba(18,54,74,.08);
    --shadow-sm:0 6px 20px rgba(18,54,74,.06);

    --container:1290px;
}


/* =========================================================
   RESET
========================================================= */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:"DM Sans",Arial,sans-serif;
    color:var(--text);
    background:#fff;

    font-size:15px;
    line-height:1.72;

    -webkit-font-smoothing:antialiased;
}

img{
    max-width:100%;
    display:block;
}

a{
    text-decoration:none;
    color:inherit;
}

button{
    font-family:inherit;
}

.container{
    width:min(var(--container),calc(100% - 48px));
    margin:auto;
}


/* =========================================================
   TYPOGRAPHY
========================================================= */

h1,
h2,
h3,
h4{
    font-family:"Manrope",Arial,sans-serif;
    color:var(--dark);
}

h1{
    font-size:46px;
    line-height:1.12;
    letter-spacing:-1.5px;
    font-weight:800;
}

h2{
    font-size:35px;
    line-height:1.2;
    letter-spacing:-.8px;
    font-weight:800;
}

h3{
    font-size:20px;
    line-height:1.35;
    font-weight:700;
}

p{
    font-size:15px;
    line-height:1.75;
}

.eyebrow{
    display:flex;
    align-items:center;
    gap:9px;

    color:var(--blue);

    font-size:11px;
    line-height:1;
    font-weight:700;

    letter-spacing:1.6px;
    text-transform:uppercase;
}

.eyebrow:before{
    content:"";

    width:28px;
    height:2px;

    background:var(--blue);
}


/* =========================================================
   BUTTONS
========================================================= */

.btn{
    min-height:45px;

    padding:0 21px;

    display:inline-flex;
    align-items:center;
    justify-content:center;

    border-radius:3px;

    font-size:12.5px;
    font-weight:700;

    transition:.2s ease;
}

.btn-blue{
    color:#fff;
    background:var(--blue);
}

.btn-blue:hover{
    background:var(--blue-dark);
    transform:translateY(-2px);
    box-shadow:0 7px 20px rgba(22,120,201,.22);
}

.btn-outline{
    color:var(--blue);
    border:1px solid var(--blue);
    background:#fff;
}

.btn-outline:hover{
    color:#fff;
    background:var(--blue);
}


/* =========================================================
   HEADER
========================================================= */

.header{
    height: 72px;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: rgb(8 27 38 / 0%);
    /* border-bottom: 1px solid rgba(255, 255, 255, .13); */
    /*backdrop-filter: blur(8px);*/
}

.header-inner{
    height:100%;

    display:flex;
    align-items:center;
    justify-content:space-between;
}

.logo{
    width:200px;
}

.logo img{
    width:200px;

    filter:brightness(0) invert(1);
}

.navigation{
    display:flex;
    align-items:center;
    gap:22px;
}

.navigation a{
    color:#fff;

    font-size:12px;
    font-weight:600;

    white-space:nowrap;

    transition:.2s ease;
}

.navigation a:hover{
    color:#59baf0;
}

.resume-btn{
    padding:10px 15px;

    color:#fff !important;

    background:var(--blue);
}

.mobile-menu{
    display:none;

    border:0;
    background:none;

    color:#fff;

    font-size:25px;

    cursor:pointer;
}


/* =========================================================
   HERO
========================================================= */

.hero{
    min-height:455px;

    position:relative;

    display:flex;
    align-items:center;

    background:
        linear-gradient(
            90deg,
            rgba(5,31,45,.94) 0%,
            rgba(5,31,45,.78) 46%,
            rgba(5,31,45,.40) 100%
        ),
        url("https://images.unsplash.com/photo-1554224155-8d04cb21cd6c?auto=format&fit=crop&w=1800&q=85")
        center/cover no-repeat;
        background-size: cover;
}

.hero-content{
    padding-top:65px;

    max-width:760px;
}

.hero .eyebrow{
    color:#63c2ed;
}

.hero .eyebrow:before{
    background:#63c2ed;
}

.hero h1{
    margin-top:15px;
    color:#fff;
}

.hero h1 span{
    color:#5bbdec;
}

.hero-text{
    max-width:700px;

    margin-top:17px;

    color:#dbe8ed;

    font-size:15px;
    line-height:1.75;
}

.hero-buttons{
    display:flex;
    gap:9px;

    margin-top:24px;
}


/* =========================================================
   INTRO
========================================================= */

.intro{
    padding:0px 0 30px;
}

.intro-grid{
    display:grid;

    grid-template-columns:1fr 280px;

    gap:55px;

    align-items:center;
}

.intro-grid.intro-grid-full {
    grid-template-columns: 1fr;
}

.intro-copy h2{
    margin-top:12px;
}

.intro-copy h2 span{
    color:var(--blue);
}

.intro-copy p{
    margin-top:16px;

    font-size:15px;
}

.intro-stat{
    padding:25px;

    background:var(--blue-light);

    border-left:3px solid var(--blue);
}

.intro-stat-number{
    color:var(--blue);

    font-family:"Manrope";

    font-size:42px;
    font-weight:800;

    line-height:1;
}

.intro-stat-title{
    margin-top:6px;

    color:var(--dark);

    font-size:13px;
    font-weight:700;
}

.intro-stat-text{
    margin-top:5px;

    color:var(--muted);

    font-size:11.5px;
    line-height:1.6;
}


/* =========================================================
   DUAL CTA
========================================================= */

.dual-cta{
    padding:0px 0 75px;
    position: relative;
    z-index: 5;
    margin-top: -65px;
}

.dual-cta-inner{
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 30px;
    padding: 27px 32px;
    background: #f3f8fb;
    /* position: absolute; */
    border: 1px solid #dcebf3;
    /* top: 398px; */
    width: 100%;
}

.dual-cta h3{
    font-size:21px;
}

.dual-cta p{
    margin-top:3px;

    font-size:13px;
}

.dual-buttons{
    display:flex;
    gap:8px;
}


/* =========================================================
   WHY PENNSYLVANIA
========================================================= */

.why{
        margin-bottom: 80px;
}

.section-top{
    max-width:820px;

    margin:0 auto 38px;

    text-align:center;
}

.section-top .eyebrow{
    justify-content:center;
}

.section-top h2{
    margin-top:11px;
}

.section-top h2 span{
    color:var(--blue);
}

.section-top p{
    margin-top:11px;

    font-size:14px;
}

.why-grid{
    display:grid;

    grid-template-columns:1fr 1fr;

    gap:18px;
}

.why-card{
    min-height:320px;

    position:relative;

    overflow:hidden;

    background-position:center;
    background-size:cover;
}

.why-card:first-child .why-card-content{
    background:
        linear-gradient(
            135deg,
            rgba(11,103,174,.93),
            rgba(17,124,199,.74)
        );
}

.why-card:last-child .why-card-content{
    background:
        linear-gradient(
            135deg,
            rgba(12,89,127,.91),
            rgba(28,129,153,.76)
        );
}

.why-card-content{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 35px;
    padding-left: 35px;
    padding-bottom: 45px;
    padding-right: 35px;
    height: 100%;
    color:#fff;
}

.why-card-number{
    color:rgba(255,255,255,.58);

    font-size:10px;
    font-weight:700;

    letter-spacing:1.5px;
}

.why-card h3{
    margin-top:8px;

    color:#fff;

    font-size:23px;
}

.why-card h3:after{
    content:"";

    display:block;

    width:45px;
    height:2px;

    margin-top:11px;

    background:#fff;
}

.why-card p{
    margin-top:13px;

    color:#f2f8fb;

    font-size:13px;
    line-height:1.7;
}


/* =========================================================
   ROLES
========================================================= */

.roles{
    padding:78px 0 80px;

    background:#f6f9fb;
}

.roles-header{
    display:grid;

    grid-template-columns:42% 58%;

    gap:50px;

    align-items:end;

    margin-bottom:35px;
}

.roles-header h2{
    margin-top:11px;
}

.roles-header h2 span{
    color:var(--blue);
}

.roles-header p{
    font-size:14px;
}


/* =========================================================
   ROLE GRID
========================================================= */

.role-grid{
    display:grid;

    grid-template-columns:1fr 1fr;

    gap:16px;
}

.role-card{
    position:relative;

    padding:25px 26px 24px;

    background:#fff;

    border:1px solid var(--border);

    transition:.25s ease;
}

.role-card:hover{
    border-color:#a8d2e9;

    transform:translateY(-3px);

    box-shadow:var(--shadow-sm);
}

.role-card-top{
    display:flex;

    align-items:center;
    justify-content:space-between;

    gap:15px;
}

.role-number{
    color:#94a4ab;

    font-size:10px;
    font-weight:700;

    letter-spacing:1.4px;
}

.role-icon{
    width:46px;
    height:46px;

    display:flex;
    align-items:center;
    justify-content:center;

    color:var(--blue);

    background:#eef8fd;

    border:1px solid #d6ebf6;

    font-size:20px;
}

.role-card h3{
    margin-top:16px;

    font-size:19px;
}

.role-line{
    width:43px;
    height:2px;

    margin:8px 0 10px;

    background:var(--blue);
}

.role-description{
    color:#69787e;

    font-size:13px;
    line-height:1.65;
}

.role-list{
    display:grid;

    grid-template-columns:1fr 1fr;

    gap:7px 20px;

    margin-top:15px;

    list-style:none;
}

.role-list li{
    position:relative;

    padding-left:12px;

    color:#4f6067;

    font-size:12.5px;
    line-height:1.5;
}

.role-list li:before{
    content:"";

    position:absolute;

    left:0;
    top:8px;

    width:4px;
    height:4px;

    border-radius:50%;

    background:var(--blue);
}


/* =========================================================
   ROLE CTA
========================================================= */

.role-cta{
    margin-top:17px;

    display:flex;

    align-items:center;
    justify-content:space-between;

    gap:25px;

    padding:27px 31px;

    background:linear-gradient(105deg,#075b9f,#147bc9);
}

.role-cta h3{
    color:#fff;

    font-size:19px;
}

.role-cta p{
    margin-top:3px;

    color:#d9edf7;

    font-size:13px;
}

.role-cta .btn{
    flex:none;

    color:var(--blue);

    background:#fff;
}


/* =========================================================
   LOCAL EXPERTISE
========================================================= */

/*.expertise{
    padding:80px 0;
}*/

.expertise-grid{
    display:grid;
    grid-template-columns:44% 56%;
    min-height:430px;
}
.expertise-grid.image-right {
    direction: rtl;
}

.expertise-grid.image-right .expertise-content,
.expertise-grid.image-right .expertise-image {
    direction: ltr;
}

.expertise-image{
    background:
        linear-gradient(
            rgba(7,36,52,.10),
            rgba(7,36,52,.10)
        ),
        url("https://images.unsplash.com/photo-1497366811353-6870744d04b2?auto=format&fit=crop&w=1100&q=85")
        center/cover no-repeat;
    background-size: cover;
}

.expertise-content{
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:48px 55px;
    background:var(--navy);
}

.expertise-content .eyebrow{
    color:#5dc0ec;
}

.expertise-content .eyebrow:before{
    background:#5dc0ec;
}

.expertise-content h2{
    margin-top:12px;
    color:#fff;
}

.expertise-content h2 span{
    color:#58b9e8;
}

.expertise-content p{
    margin-top:5px;
    color:#c1d1d8;
    font-size:14px;
    line-height:1.8;
}


/* =========================================================
   48 HOURS CTA
========================================================= */

.speed{
    padding:0 0 78px;
}

.speed-box{
    display:grid;

    grid-template-columns:120px 1fr auto;

    align-items:center;

    gap:28px;

    padding:28px 32px;

    background:var(--blue-light);

    border-left:4px solid var(--blue);
}

.speed-number{
    color:var(--blue);

    font-family:"Manrope";

    font-size:52px;
    font-weight:800;

    line-height:1;
}

.speed-copy h3{
    font-size:20px;
}

.speed-copy p{
    margin-top:3px;

    font-size:13px;
}


/* =========================================================
   TESTIMONIAL
========================================================= */

.testimonial{
    padding:75px 0;

    background:#fff;

   /* border-top:1px solid #edf1f3;
    border-bottom:1px solid #edf1f3;*/
}

.testimonial-inner{
    max-width:1300px;

    margin:auto;

    text-align:center;
}

.testimonial-inner .eyebrow{
    justify-content:center;
}

.testimonial-inner h2{
    margin-top:10px;
}

.quote-mark{
    margin-top:25px;

    color:#65bde8;

    font-family:Georgia,serif;

    font-size:60px;

    line-height:.8;
}

.testimonial-text{
    margin-top:14px;

    color:#64747b;

    font-family:Georgia,serif;

    font-size:16px;
    line-height:1.8;

    font-style:italic;
}

.testimonial-author{
    margin-top:17px;

    color:var(--dark);

    font-size:12px;
    font-weight:700;
}

.testimonial-industry{
    color:#89959a;

    font-size:11px;
}


/* =========================================================
   FAQ
========================================================= */

.faq{
    padding:40px 0 80px;
}

.faq-layout{
    display:grid;

    grid-template-columns:30% 70%;

    gap:60px;
}

.faq-intro h2{
    margin-top:12px;
}

.faq-intro p{
    margin-top:13px;

    font-size:14px;
}

.faq-list{
    border-top:1px solid var(--border);
    display: grid;
}

.faq-item{
    border-bottom:1px solid var(--border);
}

.faq-question{
    width:100%;

    display:flex;

    align-items:center;
    justify-content:space-between;

    gap:25px;

    padding:19px 0;
text-transform: none;
    border:0;

    background:none;

    color:var(--dark);

    text-align:left;
    cursor:pointer;
    font-size:14.5px;
    font-weight:700;

    line-height:1.5;
}
.faq-item button:focus{
    outline: none !important;
}

.faq-plus{
    width:28px;
    height:28px;

    display:flex;
    align-items:center;
    justify-content:center;

    flex:none;

    color:var(--blue);

    border:1px solid #bddbeb;

    font-size:17px;
}

.faq-answer{
    display:none;

    padding:0 45px 21px 0;
}

.faq-answer p{
    color:#64747b;

    font-size:14px;
    line-height:1.78;
}

.faq-item.active .faq-answer{
    display:block;
}

.faq-item.active .faq-plus{
    color:#fff;
    background:var(--blue);
}


/* =========================================================
   CONVERSATION CTA
========================================================= */

.conversation{
    padding:0 0 78px;
}

.conversation-box{
    display:flex;

    align-items:center;
    justify-content:space-between;

    gap:30px;

    padding:30px 35px;

    background:#edf7fc;

    border:1px solid #d7e9f2;
}

.conversation-box h2{
    font-size:29px;
}

.conversation-box p{
    margin-top:3px;

    font-size:13px;
}

.conversation-buttons{
    display:flex;
    gap:8px;

    flex:none;
}


/* =========================================================
   CANDIDATE SECTION
========================================================= */

.candidate{

padding-top:80px;
padding-bottom:80px;
    background:#f6f9fb;
}

.candidate-grid{
    display:grid;

    grid-template-columns:43% 57%;

    min-height:430px;
}

.candidate-image{
    background:
        linear-gradient(
            rgba(7,48,69,.10),
            rgba(7,48,69,.10)
        ),
        url("https://images.unsplash.com/photo-1521737604893-d14cc237f11d?auto=format&fit=crop&w=1100&q=85")
        center/cover no-repeat;
}

.candidate-content{
    padding:45px 50px;

    display:flex;
    flex-direction:column;
    justify-content:center;

    background:#fff;

    border:1px solid var(--border);
    border-left:0;
}

.candidate-content h2{
    margin-top:11px;
}

.candidate-content h2 span{
    color:var(--blue);
}

.candidate-content p{
    margin-top:15px;

    font-size:14px;
    line-height:1.8;
}


/* =========================================================
   FINAL CTA
========================================================= */

.final-cta{
    padding:38px 0;
    margin-top: 40px;
    background:linear-gradient(105deg,#075b9f,#147bc9);
}

.final-inner{
    display:flex;

    align-items:center;
    justify-content:space-between;

    gap:30px;
}

.final-inner h2{
    color:#fff;

    font-size:29px;
}

.final-inner p{
    margin-top:3px;

    color:#d9edf7;

    font-size:13px;
}

.final-buttons{
    display:flex;

    gap:8px;

    flex:none;
}

.final-buttons .btn:first-child{
    color:var(--blue);
    background:#fff;
}

.final-buttons .btn:last-child{
    color:#fff;

    border:1px solid rgba(255,255,255,.7);
}


/* =========================================================
   FOOTER
========================================================= */

.footer{
    background:#101010;

    color:#858d91;
}

.footer-main{
    display:grid;

    grid-template-columns:1.55fr 1fr 1fr 1.1fr;

    gap:40px;

    padding:48px 0 38px;
}

.footer-logo{
    width:150px;

    filter:brightness(0) invert(1);
}

.footer-about{
    max-width:350px;

    margin-top:13px;

    font-size:11.5px;
    line-height:1.75;
}

.footer-heading{
    margin-bottom:13px;

    color:#fff;

    font-size:13px;

    font-weight:700;
}

.footer-links{
    display:flex;

    flex-direction:column;

    gap:6px;
}

.footer-links a{
    color:#858d91;

    font-size:11.5px;

    transition:.2s;
}

.footer-links a:hover{
    color:#fff;
}

.footer-links a:before{
    content:"> ";

    color:#555;
}

.footer-contact p{
    font-size:11.5px;
    line-height:1.7;
}

.footer-contact p + p{
    margin-top:7px;
}

.footer-contact a:hover{
    color:#fff;
}

.footer-bottom{
    min-height:50px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-top:1px solid #292929;

    color:#656b6e;

    text-align:center;

    font-size:10.5px;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media(max-width:1000px){

    .navigation{
        display:none;
    }

    .mobile-menu{
        display:block;
    }

    .intro-grid{
        grid-template-columns:1fr;
    }

    .intro-stat{
        max-width:320px;
    }

    .roles-header{
        grid-template-columns:1fr;
        gap:20px;
    }

    .expertise-grid{
        grid-template-columns:1fr;
    }

    .expertise-image{
        min-height:330px;
    }

    .faq-layout{
        grid-template-columns:1fr;
        gap:35px;
    }

    .faq-intro{
        max-width:650px;
    }

    .footer-main{
        grid-template-columns:1fr 1fr;
    }
}


@media(max-width:700px){

    .container{
        width:calc(100% - 28px);
    }

    h1{
        font-size:34px;
        letter-spacing:-1px;
    }

    h2{
        font-size:29px;
    }

    .header{
        height:65px;
    }

    .logo{
        width:135px;
    }

    .logo img{
        width:135px;
    }

    .hero{
        min-height:500px;
    }

    .hero-content{
        padding-top:70px;
    }

    .hero-text{
        font-size:14px;
    }

    .hero-buttons{
        flex-direction:column;
        align-items:stretch;
    }

    .hero-buttons .btn{
        width:100%;
    }

    .intro{
        padding-top:0px;
    }

    .dual-cta-inner{
        grid-template-columns:1fr;
        padding:24px;
    }

    .dual-buttons{
        width:100%;

        flex-direction:column;
    }

    .dual-buttons .btn{
        width:100%;
    }

    .why-grid{
        grid-template-columns:1fr;
    }

    .why-card{
        min-height:390px;
    }

    .roles{
        padding:60px 0;
    }

    .role-grid{
        grid-template-columns:1fr;
    }

    .role-list{
        grid-template-columns:1fr;
    }

    .role-cta{
        flex-direction:column;
        align-items:flex-start;
    }

    .role-cta .btn{
        width:100%;
    }

    .expertise-content{
        padding:35px 25px;
    }

    .speed-box{
        grid-template-columns:1fr;
        gap:14px;
    }

    .speed-number{
        font-size:45px;
    }

    .speed-box .btn{
        width:100%;
    }

    .testimonial{
        padding:60px 0;
    }

    .testimonial-text{
        font-size:14px;
    }


    

    .conversation-box{
        flex-direction:column;
        align-items:flex-start;

        padding:27px 23px;
    }

    .conversation-buttons{
        width:100%;

        flex-direction:column;
    }

    .conversation-buttons .btn{
        width:100%;
    }

    .candidate-grid{
        grid-template-columns:1fr;
    }

    .candidate-image{
        min-height:280px;
    }

    .candidate-content{
        border-left:1px solid var(--border);

        padding:32px 23px;
    }

    .final-inner{
        flex-direction:column;
        align-items:flex-start;
    }

    .final-buttons{
        width:100%;

        flex-direction:column;
    }

    .final-buttons .btn{
        width:100%;
    }

    .footer-main{
        grid-template-columns:1fr;
    }
}
/* =========================================================
   MORTGAGE ROLES SECTION
========================================================= */

.mortgage-roles-section {
    position: relative;
    padding: 0 0 115px;
    background: #ffffff;
    overflow: hidden;
}

.mortgage-roles-section::before {
    content: "";
    position: absolute;
    top: 0;
    right: -180px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(28, 115, 205, 0.035);
    pointer-events: none;
}

.mortgage-roles-container {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}


/* =========================================================
   HEADING
========================================================= */

.roles-heading {
    max-width: 780px;
    margin: 0 auto 58px;
    text-align: center;
}

.roles-eyebrow {
    display: inline-block;
    margin-bottom: 15px;

    font-family: "Inter", "Arial", sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 3px;
    color: #2478c9;
}

.roles-heading h2 {
    margin: 0;

    font-family: "Inter", "Arial", sans-serif;
    font-size: clamp(34px, 4vw, 48px);
    line-height: 1.12;
    font-weight: 800;
    letter-spacing: -1.4px;
    color: #202a35;
}

.roles-heading h2 span {
    display: block;
    color: #1874c8;
}

.roles-heading p {
    max-width: 720px;
    margin: 22px auto 0;

    font-family: "Inter", "Arial", sans-serif;
    font-size: 16px;
    line-height: 1.75;
    font-weight: 400;
    color: #6d7782;
}

.heading-line {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}

.heading-line span {
    position: relative;
    width: 58px;
    height: 3px;
    display: block;
    background: linear-gradient(
        90deg,
        #1681dc 0%,
        #1681dc 55%,
        #ef4b46 55%,
        #ef4b46 100%
    );
}


/* =========================================================
   GRID
========================================================= */

.roles-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}


/* =========================================================
   CARD
========================================================= */

.role-card {
    position: relative;

    min-height: 390px;
    padding: 28px 28px 30px;

    background: #ffffff;
    border: 1px solid #e4ebf2;
    border-radius: 5px;

    box-shadow:
        0 7px 25px rgba(23, 55, 82, 0.045);

    overflow: hidden;

    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

.role-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 3px;

    background: linear-gradient(
        90deg,
        #1478cf 0%,
        #1478cf 72%,
        #ef514d 72%,
        #ef514d 100%
    );

    transform: scaleX(0);
    transform-origin: left;

    transition: transform 0.35s ease;
}

.role-card:hover {
    transform: translateY(-6px);

    border-color: #b9d8f4;

    box-shadow:
        0 18px 42px rgba(28, 93, 145, 0.11);
}

.role-card:hover::before {
    transform: scaleX(1);
}


/* =========================================================
   TOP ROW
========================================================= */

.role-top {
    position: relative;
    min-height: 66px;

    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.role-number {
    font-family: "Inter", "Arial", sans-serif;
    font-size: 13px;
    line-height: 1;
    font-weight: 800;
    color: #1478cf;
    letter-spacing: 0.5px;
}

.role-category {
    padding-top: 1px;
    font-family: "Inter", "Arial", sans-serif;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 1.4px;
    color: #8a96a2;
    width: 250px;
}

.role-icon {
    position: absolute;
    top: -2px;
    right: 0;

    width: 48px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #177bd0;

    background: #edf7ff;
    border-radius: 8px;

    transition:
        background 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease;
}

.role-icon svg {
    width: 27px;
    height: 27px;
}

.role-icon img {
    width: 27px;
}
.role-card:hover .role-icon img {
    filter: brightness(0) invert(1);
}

.role-card:hover .role-icon {
    color: #ffffff;
    background: #1878cd;
    transform: translateY(-2px);
}


/* =========================================================
   CONTENT
========================================================= */

.role-content {
    padding-right: 4px;
}

.role-content h3 {
    margin: 3px 0 12px;

    font-family: "Inter", "Arial", sans-serif;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 750;
    letter-spacing: -0.25px;
    color: #202932;
}

.role-content p {
    margin: 0 0 18px;

    font-family: "Inter", "Arial", sans-serif;
    font-size: 14px;
    line-height: 1.65;
    font-weight: 400;
    color: #697581;
}


/* =========================================================
   LIST
========================================================= */

.role-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.role-content li {
    position: relative;

    margin-bottom: 9px;
    padding-left: 17px;

    font-family: "Inter", "Arial", sans-serif;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 500;
    color: #46515d;
}

.role-content li:last-child {
    margin-bottom: 0;
}

.role-content li::before {
    content: "";

    position: absolute;
    top: 8px;
    left: 0;

    width: 5px;
    height: 5px;

    border-radius: 50%;
    background: #1880d8;
}


/* =========================================================
   ARROW
========================================================= */

.role-arrow {
    position: absolute;
    right: 27px;
    bottom: 22px;

    font-size: 18px;
    line-height: 1;
    font-weight: 400;

    color: #b5c1cb;

    transition:
        color 0.3s ease,
        transform 0.3s ease;
}

.role-card:hover .role-arrow {
    color: #177bd0;
    transform: translate(3px, -3px);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1024px) {

    .mortgage-roles-section {
        padding: 85px 0 90px;
    }

    .mortgage-roles-container {
        width: min(920px, calc(100% - 40px));
    }

    .roles-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .role-card {
        min-height: 370px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 680px) {

    .mortgage-roles-section {
        padding: 65px 0 70px;
    }

    .mortgage-roles-container {
        width: calc(100% - 32px);
    }

    .roles-heading {
        margin-bottom: 38px;
    }

    .roles-eyebrow {
        font-size: 10px;
        letter-spacing: 2.2px;
    }

    .roles-heading h2 {
        font-size: 31px;
        line-height: 1.15;
        letter-spacing: -0.8px;
    }

    .roles-heading p {
        font-size: 14px;
        line-height: 1.7;
    }

    .roles-grid {
        grid-template-columns: 1fr;
        gap: 17px;
    }

    .role-card {
        min-height: auto;
        padding: 25px 23px 29px;
    }

    .role-content h3 {
        font-size: 19px;
    }

    .role-content p {
        font-size: 13.5px;
    }

    .role-content li {
        font-size: 13px;
        margin-bottom: 8px;
    }

    .role-arrow {
        display: none;
    }

}


/* =========================================================
   VERY SMALL SCREENS
========================================================= */

@media (max-width: 400px) {

    .roles-heading h2 {
        font-size: 28px;
    }

    .role-card {
        padding: 22px 20px 25px;
    }

    .role-icon {
        width: 43px;
        height: 43px;
    }

    .role-icon svg {
        width: 24px;
        height: 24px;
    }

}

/* ================================
   CGT TESTIMONIAL - NO BOOTSTRAP
================================ */

.testimonial #myCarousel {
    position: relative;
    width: 100%;
    padding: 0 70px 65px;
    margin-top: 30px;
}

.testimonial #myCarousel .carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.testimonial #myCarousel .carousel-item {
    display: none;
    width: 100%;
    text-align: center;
}

.testimonial #myCarousel .carousel-item.active {
    display: block;
}

/* Author */
.testimonial #myCarousel .cgt-testimonial-author {
    margin-bottom: 42px;
}

.testimonial #myCarousel .t-author-name {
    font-size:18px;
    line-height: 1.3;
    color: #252525;
    font-weight: 400;
    margin-bottom: 5px;
    font-style: normal;
}

.testimonial #myCarousel .t-author-industry {
    font-size: 15px;
    line-height: 1.4;
    color: #999;
     font-style: normal;
}

/* Quote */
.testimonial #myCarousel .cgt-testimonial-quote {
    max-width: 1240px;
    margin: 0 auto;
}

.testimonial #myCarousel blockquote {
    margin: 0;
    padding: 0;
    border: 0;
}

.testimonial #myCarousel q {
    quotes: none;
}

.testimonial #myCarousel q:before,
.testimonial #myCarousel q:after {
    content: none;
}

.testimonial #myCarousel blockquote p {
    margin: 0;
    color: #777;
    font-size: 15px;
    line-height: 1.75;
    font-family: 'Open Sans', sans-serif!important;
    font-style: italic;
}


/* ================================
   ARROWS
================================ */

.testimonial #myCarousel .carousel-arrows {
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    z-index: 5;
    pointer-events: none;
}

.testimonial #myCarousel .carousel-control-prev,
.testimonial #myCarousel .carousel-control-next {
    position: absolute;
    top: 0;

    width: 25px;
    height: 25px;

    border-radius: 50%;
    background: #72c1e8;

    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;
    text-decoration: none;

    pointer-events: auto;

    transition: .2s ease;
    
}

.testimonial #myCarousel .carousel-control-prev {
    left: 60px;
}

.testimonial #myCarousel .carousel-control-next {
    right: 60px;
}

.testimonial #myCarousel .carousel-control-prev:hover,
.testimonial #myCarousel .carousel-control-next:hover {
    background: #1596d1;
    transform: scale(1.08);
}


/* Arrow icon */
.testimonial #myCarousel .carousel-control-prev-icon,
.testimonial #myCarousel .carousel-control-next-icon {
    width: 9px;
    height: 9px;
    background: none !important;
    display: block;
}

.testimonial #myCarousel .carousel-control-prev-icon {
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(45deg);
    margin-left: 4px;
}

.testimonial #myCarousel .carousel-control-next-icon {
    border-right: 3px solid #fff;
    border-top: 3px solid #fff;
    transform: rotate(45deg);
    margin-right: 4px;
}


/* ================================
   INDICATORS
================================ */

.testimonial #myCarousel .carousel-indicators {
    position: absolute;

    left: 50%;
    bottom: 0;

    margin: 0;
    padding: 0;

    transform: translateX(-50%);

    display: flex;
    align-items: center;

    list-style: none;
}

.testimonial #myCarousel .carousel-indicators li {
    display: block;

    width: 30px;
    height: 3px;

    margin: 0 4px;

    padding: 0;

    background: #73c3e9;
    cursor: pointer;

    transition: background .2s ease;
}

.testimonial #myCarousel .carousel-indicators li.active {
    background: #008fd3;
}


/* ================================
   RESPONSIVE
================================ */

@media (max-width: 991px) {

    .testimonial #myCarousel {
        padding-left: 55px;
        padding-right: 55px;
    }

    .testimonial #myCarousel blockquote p {
        font-size: 16px;
    }
}

@media (max-width: 767px) {

    .testimonial #myCarousel {
        padding-left: 45px;
        padding-right: 45px;
        padding-bottom: 55px;
    }

    .testimonial #myCarousel .cgt-testimonial-author {
        margin-bottom: 25px;
    }

    .testimonial #myCarousel .t-author-name {
        font-size: 18px;
        font-style: normal;
    }

    .testimonial #myCarousel .t-author-industry {
        font-size: 14px;
        font-style: normal;
    }

    .testimonial #myCarousel blockquote p {
        font-size: 14px;
        line-height: 1.7;
    }

    .testimonial #myCarousel .carousel-control-prev,
    .testimonial #myCarousel .carousel-control-next {
        width: 30px;
        height: 30px;
    }

    .testimonial #myCarousel .carousel-indicators li {
        width: 22px;
        height: 3px;
        margin: 0 3px;
    }
}