/* =========================================================
   PREMIERBLU REALTY
   ABOUT THE BROKER
   WIDGET ID: f174e040
   MATCHED TO PHP V3
   ========================================================= */


/* =========================================================
   BASE
   ========================================================= */

.about-broker-f174e040 {
    position: relative;
    width: 100%;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    color: #333333;
    background-color: #FFFFFF;
    box-sizing: border-box;
}

.about-broker-f174e040 *,
.about-broker-f174e040 *::before,
.about-broker-f174e040 *::after {
    box-sizing: border-box;
}

.about-broker-f174e040 img {
    max-width: 100%;
}

.about-broker-f174e040 h1,
.about-broker-f174e040 h2,
.about-broker-f174e040 h3,
.about-broker-f174e040 h4,
.about-broker-f174e040 h5,
.about-broker-f174e040 h6,
.about-broker-f174e040 p {
    margin-top: 0;
}


/* =========================================================
   MAIN LAYOUT
   ========================================================= */

.ab-container-f174e040 {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    gap: 46px;
}

.ab-col-image-f174e040 {
    display: flex;
    flex-direction: column;
    flex: 0 0 36%;
    width: 36%;
    max-width: 36%;
    min-width: 0;
}

.ab-col-content-f174e040 {
    display: flex;
    flex: 1 1 64%;
    flex-direction: column;
    width: 64%;
    max-width: 64%;
    min-width: 0;
    padding-top: 2px;
}


/* =========================================================
   IMAGE
   ========================================================= */

.ab-image-wrapper-f174e040 {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #F3F5F7;
}

.ab-image-wrapper-f174e040 img {
    display: block;
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center top;
    border-radius: 0;
}


/* =========================================================
   EYEBROW
   ========================================================= */

.ab-eyebrow-container-f174e040 {
    width: 100%;
    margin: 0 0 18px;
}

.ab-eyebrow-f174e040 {
    display: block;
    margin: 0;
    color: #0D47A1;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.ab-eyebrow-accent-f174e040 {
    display: block;
    width: 75px;
    height: 2px;
    margin-top: 7px;
    background-color: #0D47A1;
}


/* =========================================================
   HEADING
   ========================================================= */

.ab-heading-f174e040 {
    margin: 0 0 12px;
    color: #071229;
    font-family: 'Poppins', sans-serif;
    font-size: 52px;
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -1.2px;
}


/* =========================================================
   SUBHEADING
   ========================================================= */

.ab-subheading-f174e040 {
    margin: 0 0 26px;
    color: #333333;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.55;
}


/* =========================================================
   QUOTE
   ========================================================= */

.ab-quote-block-f174e040 {
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin: 0 0 30px;
    padding: 8px 0 8px 22px;
    border-left: 3px solid #0D47A1;
}

.ab-quote-text-f174e040 {
    flex: 1 1 auto;
    max-width: 760px;
    margin: 0;
    color: #0D47A1;
    font-family: 'Poppins', sans-serif;
    font-size: 21px;
    font-weight: 500;
    font-style: italic;
    line-height: 1.5;
}


/* =========================================================
   BIOGRAPHY
   ========================================================= */

.ab-bio-grid-f174e040 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    width: 100%;
    gap: 36px;
    margin: 0;
}

.ab-bio-col-f174e040 {
    min-width: 0;
    color: #444444;
    font-family: 'Poppins', sans-serif;
    font-size: 15.5px;
    font-weight: 400;
    line-height: 1.7;
}

.ab-bio-col-f174e040 p {
    margin: 0 0 18px;
}

.ab-bio-col-f174e040 p:last-child {
    margin-bottom: 0;
}

.ab-bio-col1-f174e040.has-divider {
    padding-right: 36px;
    border-right: 1px solid var(--bio-divider-color, #E0E0E0);
}


/* =========================================================
   SIGNATURE
   ========================================================= */

.ab-signature-block-f174e040 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    margin-top: 22px;
}

/* REAL SIGNATURE IMAGE */

.ab-signature-image-f174e040 {
    display: block;
    width: 180px;
    max-width: 100%;
    height: auto;
    margin: 0 0 7px;
    padding: 0;
    object-fit: contain;
    object-position: left center;
    background: transparent;
}

/* TEXT FALLBACK IF NO IMAGE IS UPLOADED */

.ab-signature-text-f174e040 {
    display: block;
    margin: 0 0 7px;
    color: #0D47A1;
    font-family: 'Mrs Saint Delafield', cursive;
    font-size: 42px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
}

/* BROKER TITLE BELOW SIGNATURE */

.ab-signature-title-f174e040 {
    display: block;
    margin: 0;
    padding: 0;
    color: #071229;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0;
    text-transform: none;
}


/* =========================================================
   CREDENTIALS
   ========================================================= */

.ab-credentials-shell-f174e040 {
    width: 100%;
    margin: 0;
}

.ab-credentials-top-line-f174e040 {
    width: 100%;
    margin: 32px 0 24px;
    border-top: 1px solid #E0E0E0;
}

.ab-credentials-f174e040 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: 100%;
    gap: 0;
    margin: 0;
}

.ab-credential-item-wrapper-f174e040 {
    display: flex;
    align-items: stretch;
    position: relative;
    min-width: 0;
    min-height: 96px;
}

.ab-credential-item-f174e040 {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-width: 0;
    padding: 4px 18px 10px;
    text-align: center;
}

.ab-credential-item-wrapper-f174e040:first-child
.ab-credential-item-f174e040 {
    padding-left: 0;
}

.ab-credential-icon-f174e040 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 10px;
    color: #0D47A1;
    font-size: 27px;
    line-height: 1;
}

.ab-credential-icon-f174e040 i {
    line-height: 1;
}

.ab-credential-icon-f174e040 svg {
    display: block;
    width: 27px;
    height: 27px;
    fill: currentColor;
}

.ab-credential-title-f174e040 {
    margin: 0 0 4px;
    color: #071229;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
}

.ab-credential-subtitle-f174e040 {
    margin: 0;
    color: #0D47A1;
    font-family: 'Poppins', sans-serif;
    font-size: 12.5px;
    font-weight: 500;
    line-height: 1.45;
}

.ab-credential-vertical-line-f174e040 {
    flex: 0 0 1px;
    width: 1px;
    min-height: 68px;
    margin: 5px 0;
    background-color: #E0E0E0;
}


/* =========================================================
   CTA SHELL
   ========================================================= */

.ab-cta-shell-f174e040 {
    width: 100%;
    max-width: 1240px;
    margin: 28px auto 0;
}


/* =========================================================
   CTA
   ========================================================= */

.ab-cta-container-f174e040 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 112px;
    gap: 36px;
    padding: 30px 36px;
    background-color: #F4F7FC;
    border-radius: 0;
}

.ab-cta-left-f174e040 {
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    min-width: 0;
    gap: 20px;
}

.ab-cta-icon-f174e040 {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    color: #0D47A1;
    font-size: 34px;
    line-height: 1;
}

.ab-cta-icon-f174e040 svg {
    display: block;
    width: 34px;
    height: 34px;
    fill: currentColor;
}

.ab-cta-text-wrapper-f174e040 {
    flex: 1 1 auto;
    min-width: 0;
}

.ab-cta-heading-f174e040 {
    margin: 0 0 7px;
    color: #071229;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.35;
}

.ab-cta-body-f174e040 {
    max-width: 720px;
    margin: 0;
    color: #555555;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.65;
}


/* =========================================================
   CTA BUTTON
   ========================================================= */

.ab-cta-button-f174e040 {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 14px 28px;
    gap: 10px;
    border: 1px solid #0D47A1;
    border-radius: 0;
    background-color: #0D47A1;
    color: #FFFFFF;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.7px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
    transition:
        background-color 0.25s ease,
        border-color 0.25s ease,
        color 0.25s ease;
}

.ab-cta-button-f174e040:hover,
.ab-cta-button-f174e040:focus {
    border-color: #08377F;
    background-color: #08377F;
    color: #FFFFFF;
    text-decoration: none;
}

.ab-cta-button-f174e040:focus-visible {
    outline: 3px solid rgba(13, 71, 161, 0.25);
    outline-offset: 3px;
}

.ab-cta-btn-text-f174e040 {
    display: inline-block;
}

.ab-cta-btn-icon-wrapper-f174e040 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 1;
}

.ab-cta-btn-icon-wrapper-f174e040 svg {
    display: block;
    width: 1em;
    height: 1em;
    fill: currentColor;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1024px) {

    .ab-container-f174e040 {
        max-width: 940px;
        gap: 34px;
    }

    .ab-col-image-f174e040 {
        flex-basis: 38%;
        width: 38%;
        max-width: 38%;
    }

    .ab-col-content-f174e040 {
        width: 62%;
        max-width: 62%;
    }

    .ab-image-wrapper-f174e040 img {
        height: 470px;
    }

    .ab-heading-f174e040 {
        font-size: 42px;
    }

    .ab-subheading-f174e040 {
        font-size: 16px;
    }

    .ab-quote-text-f174e040 {
        font-size: 19px;
    }

    .ab-bio-grid-f174e040 {
        gap: 26px;
    }

    .ab-bio-col1-f174e040.has-divider {
        padding-right: 26px;
    }

    .ab-signature-image-f174e040 {
        width: 160px;
    }

    .ab-signature-text-f174e040 {
        font-size: 38px;
    }

    .ab-credentials-f174e040 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 22px;
    }

    .ab-credential-item-wrapper-f174e040:nth-child(2n)
    .ab-credential-vertical-line-f174e040 {
        display: none;
    }

    .ab-credential-item-wrapper-f174e040:nth-child(n+3) {
        padding-top: 18px;
        border-top: 1px solid #E0E0E0;
    }

    .ab-cta-container-f174e040 {
        flex-wrap: wrap;
    }

    .ab-cta-left-f174e040 {
        flex: 1 1 100%;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .ab-container-f174e040 {
        max-width: 100%;
        flex-direction: column;
        gap: 28px;
    }

    .ab-col-image-f174e040,
    .ab-col-content-f174e040 {
        flex-basis: 100%;
        width: 100%;
        max-width: 100%;
    }

    .ab-col-content-f174e040 {
        padding-top: 0;
    }

    .ab-image-wrapper-f174e040 img {
        width: 100%;
        height: auto;
        aspect-ratio: 4 / 5;
        object-fit: cover;
        object-position: center top;
    }

    .ab-eyebrow-container-f174e040 {
        margin-bottom: 16px;
    }

    .ab-eyebrow-f174e040 {
        font-size: 12px;
        letter-spacing: 1.8px;
    }

    .ab-heading-f174e040 {
        font-size: 34px;
        line-height: 1.12;
    }

    .ab-subheading-f174e040 {
        margin-bottom: 22px;
        font-size: 15px;
    }

    .ab-quote-block-f174e040 {
        margin-bottom: 26px;
        padding-left: 18px;
    }

    .ab-quote-text-f174e040 {
        font-size: 18px;
    }

    .ab-bio-grid-f174e040 {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .ab-bio-col-f174e040 {
        font-size: 15px;
    }

    .ab-bio-col1-f174e040.has-divider {
        padding-right: 0;
        padding-bottom: 20px;
        border-right: 0;
        border-bottom: 1px solid var(--bio-divider-color, #E0E0E0);
    }

    /* SIGNATURE MOBILE */

    .ab-signature-block-f174e040 {
        margin-top: 20px;
    }

    .ab-signature-image-f174e040 {
        width: 155px;
        margin-bottom: 6px;
    }

    .ab-signature-text-f174e040 {
        font-size: 36px;
    }

    .ab-signature-title-f174e040 {
        font-size: 13px;
    }

    .ab-credentials-top-line-f174e040 {
        margin-top: 28px;
        margin-bottom: 18px;
    }

    .ab-credentials-f174e040 {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .ab-credential-item-wrapper-f174e040 {
        min-height: auto;
        border-top: 1px solid #E0E0E0;
    }

    .ab-credential-item-wrapper-f174e040:first-child {
        border-top: 0;
    }

    .ab-credential-item-f174e040 {
        padding: 20px 10px;
    }

    .ab-credential-vertical-line-f174e040 {
        display: none;
    }

    .ab-cta-shell-f174e040 {
        margin-top: 24px;
    }

    .ab-cta-container-f174e040 {
        flex-direction: column;
        align-items: stretch;
        min-height: 0;
        padding: 26px 20px;
        gap: 22px;
    }

    .ab-cta-left-f174e040 {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        gap: 14px;
    }

    .ab-cta-icon-f174e040 {
        font-size: 30px;
    }

    .ab-cta-icon-f174e040 svg {
        width: 30px;
        height: 30px;
    }

    .ab-cta-heading-f174e040 {
        font-size: 18px;
    }

    .ab-cta-body-f174e040 {
        font-size: 14px;
    }

    .ab-cta-button-f174e040 {
        width: 100%;
    }
}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {

    .ab-heading-f174e040 {
        font-size: 32px;
    }

    .ab-quote-text-f174e040 {
        font-size: 18px;
    }

    .ab-signature-image-f174e040 {
        width: 145px;
    }

    .ab-signature-text-f174e040 {
        font-size: 34px;
    }

    .ab-cta-container-f174e040 {
        padding: 24px 18px;
    }
}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    .about-broker-f174e040 *,
    .about-broker-f174e040 *::before,
    .about-broker-f174e040 *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}