.elementor-20 .elementor-element.elementor-element-759807e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-20 .elementor-element.elementor-element-2bf47b3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-20 .elementor-element.elementor-element-23dd5b4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-20 .elementor-element.elementor-element-ec4058f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-20 .elementor-element.elementor-element-66f84d7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-639981c *//* =========================================================
   MEDCARE VOICE — ABOUT HERO
========================================================= */

.mcv-about-hero {
    position: relative;
    width: 100%;
    min-height: 560px;

    display: flex;
    align-items: center;

    overflow: hidden;

    background-color: #080A1C;

    /* SAME IMAGE */
    background-image: url("/wp-content/uploads/2025/11/medical_flow-1.png");

    background-repeat: no-repeat;
    background-size: cover;

    /* Keep image visible toward the right */
    background-position: 68% center;

    font-family:
        "Inter",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
}


/* =========================================================
   MEDCARE VOICE BRAND OVERLAY
========================================================= */

.mcv-about-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            90deg,
            #080A1C 0%,
            #080A1C 25%,
            rgba(8,10,28,.97) 38%,
            rgba(8,10,28,.82) 50%,
            rgba(8,10,28,.52) 62%,
            rgba(8,10,28,.20) 76%,
            rgba(8,10,28,.02) 100%
        );

    pointer-events: none;
}


/* =========================================================
   CONTENT CONTAINER
========================================================= */

.mcv-about-container {
    position: relative;
    z-index: 2;

    width: min(1440px, calc(100% - 80px));

    margin: 0 auto;

    /* More space above, less below */
    padding: 80px 0 35px;
}


/* =========================================================
   CONTENT
========================================================= */

.mcv-about-content {
    width: 100%;
    max-width: 800px;
}


/* =========================================================
   HEADING
========================================================= */

.mcv-about-content h1 {
    margin: 0;

    color: #FFFFFF;

    font-size: clamp(44px, 4.7vw, 64px);

    font-weight: 600;

    line-height: 1.04;

    letter-spacing: -.055em;
}


.mcv-about-content h1 span {
    color: #A89AFF;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.mcv-about-content p {
    max-width: 590px;

    margin: 18px 0 0;

    color: rgba(255,255,255,.68);

    font-size: 15px;

    font-weight: 400;

    line-height: 1.6;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1024px) {

    .mcv-about-hero {
        min-height: 500px;

        background-position: 68% center;
    }

    .mcv-about-container {
        width: calc(100% - 60px);

        /* More top, less bottom */
        padding: 75px 0 30px;
    }

    .mcv-about-content {
        width: 60%;
    }

    .mcv-about-content h1 {
        font-size: 50px;
    }

    .mcv-about-content p {
        margin-top: 16px;

        font-size: 14px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .mcv-about-hero {
        min-height: 75vh;
        height: 75vh;

        align-items: flex-end;

        background-size: cover;

        /*
         * Keep the important part of the SAME image
         * visible toward the right/top.
         */
        background-position: 72% center;
    }


    .mcv-about-overlay {

        background:
            linear-gradient(
                180deg,
                rgba(8,10,28,.02) 0%,
                rgba(8,10,28,.08) 22%,
                rgba(8,10,28,.32) 42%,
                rgba(8,10,28,.76) 64%,
                #080A1C 100%
            );
    }


    .mcv-about-container {
        width: 88%;

        /*
         * More top space, very small bottom space
         */
        padding: 20px 0 20px;
    }


    .mcv-about-content {
        width: 100%;
        max-width: 100%;
    }


    .mcv-about-content h1 {
        font-size: 39px;

        line-height: 1.04;

        letter-spacing: -.045em;
    }


    .mcv-about-content p {
        margin-top: 14px;

        font-size: 14px;

        line-height: 1.6;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .mcv-about-hero {
        min-height: 72vh;
        height: 72vh;

        background-position: 75% center;
    }


    .mcv-about-container {
        width: 87%;

        /* Extra top, minimal bottom */
        padding: 20px 0 15px;
    }


    .mcv-about-content h1 {
        font-size: 36px;
    }


    .mcv-about-content p {
        margin-top: 12px;

        font-size: 13.5px;

        line-height: 1.58;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2eabcf1 *//* =========================================================
   MEDCARE VOICE — ABOUT US INTRO
========================================================= */

.mcv-about-intro {
    width: 100%;
    padding: 70px 0 65px;
    background: #F7F8FC;
    font-family:
        "Inter",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
}

.mcv-about-intro-container {
    width: min(1440px, calc(100% - 80px));
    margin: 0 auto;
}

.mcv-about-intro-header {
    margin-bottom: 35px;
}

.mcv-about-intro-header h2 {
    margin: 0;
    color: #080A1C;
    font-size: 52px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -.055em;
}

.mcv-about-intro-main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 65px;
    padding-bottom: 55px;
    border-bottom: 1px solid rgba(8,10,28,.10);
}

.mcv-about-intro-statement {
    max-width: 540px;
}

.mcv-about-intro-statement p {
    margin: 0;
    color: #080A1C;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -.035em;
}

.mcv-about-intro-statement span {
    color: #7275FE;
}

.mcv-about-intro-copy {
    max-width: 560px;
}

.mcv-about-intro-copy p {
    margin: 0 0 16px;
    color: #62677C;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
}

.mcv-about-intro-copy p:last-child {
    margin-bottom: 0;
}

.mcv-about-footprint {
    padding-top: 25px;
}

.mcv-about-footprint-heading {
    margin-bottom: 20px;
}

.mcv-about-footprint-heading span {
    color: #7275FE;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.mcv-about-footprint-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}

.mcv-footprint-item {
    padding: 0 25px;
    border-left: 1px solid rgba(8,10,28,.12);
}

.mcv-footprint-item:first-child {
    padding-left: 0;
    border-left: 0;
}

.mcv-footprint-item strong {
    display: flex;
    align-items: baseline;
    margin-bottom: 7px;
    color: #080A1C;
    font-size: 34px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -.05em;
}

.mcv-counter {
    display: inline-block;
}

.mcv-footprint-item > span {
    display: block;
    max-width: 160px;
    color: #62677C;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.4;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1024px) {

    .mcv-about-intro {
        padding: 60px 0;
    }

    .mcv-about-intro-container {
        width: calc(100% - 60px);
    }

    .mcv-about-intro-header {
        margin-bottom: 30px;
    }

    .mcv-about-intro-header h2 {
        font-size: 46px;
    }

    .mcv-about-intro-main {
        gap: 40px;
        padding-bottom: 45px;
    }

    .mcv-about-intro-statement p {
        font-size: 22px;
    }

    .mcv-about-intro-copy p {
        font-size: 14px;
    }

    .mcv-about-footprint {
        padding-top: 22px;
    }

    .mcv-about-footprint-grid {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 25px;
    }

    .mcv-footprint-item:nth-child(3) {
        padding-left: 0;
        border-left: 0;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .mcv-about-intro {
        padding: 50px 0;
    }

    .mcv-about-intro-container {
        width: 88%;
    }

    .mcv-about-intro-header {
        margin-bottom: 25px;
    }

    .mcv-about-intro-header h2 {
        font-size: 38px;
        letter-spacing: -.045em;
    }

    .mcv-about-intro-main {
        display: flex;
        flex-direction: column;
        gap: 22px;
        padding-bottom: 40px;
    }

    .mcv-about-intro-statement {
        max-width: 100%;
    }

    .mcv-about-intro-statement p {
        font-size: 20px;
        line-height: 1.4;
    }

    .mcv-about-intro-copy {
        max-width: 100%;
    }

    .mcv-about-intro-copy p {
        font-size: 14px;
        line-height: 1.65;
        margin-bottom: 14px;
    }

    .mcv-about-footprint {
        padding-top: 20px;
    }

    .mcv-about-footprint-heading {
        margin-bottom: 18px;
    }

    .mcv-about-footprint-grid {
        grid-template-columns: 1fr 1fr;
        row-gap: 24px;
    }

    .mcv-footprint-item {
        padding: 0 12px;
    }

    .mcv-footprint-item:nth-child(odd) {
        padding-left: 0;
        border-left: 0;
    }

    .mcv-footprint-item:nth-child(3) {
        padding-left: 0;
    }

    .mcv-footprint-item strong {
        font-size: 27px;
        margin-bottom: 6px;
    }

    .mcv-footprint-item > span {
        font-size: 10.5px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .mcv-about-intro {
        padding: 45px 0;
    }

    .mcv-about-intro-container {
        width: 87%;
    }

    .mcv-about-intro-header h2 {
        font-size: 36px;
    }

    .mcv-about-intro-statement p {
        font-size: 18.5px;
    }

    .mcv-about-intro-copy p {
        font-size: 13.5px;
    }

    .mcv-footprint-item strong {
        font-size: 25px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-747f186 *//* =========================================================
   MEDCARE VOICE — MISSION & VISION
========================================================= */

.mcv-mission-vision {

    position: relative;

    width: 100%;

    margin: 0;

    padding: 65px 0;

    background:
        radial-gradient(
            circle at 90% 5%,
            rgba(200, 146, 231, .16) 0%,
            rgba(168, 154, 255, .07) 25%,
            transparent 50%
        ),
        radial-gradient(
            circle at 5% 95%,
            rgba(114, 117, 254, .10) 0%,
            transparent 42%
        ),
        #080A1C;

    color: #FFFFFF;

    font-family:
        "Inter",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;

    overflow: hidden;
}


/* =========================================================
   BACKGROUND GLOW
========================================================= */

.mcv-mission-vision::before {

    content: "";

    position: absolute;

    width: 600px;
    height: 600px;

    top: -350px;
    right: -180px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(200, 146, 231, .13) 0%,
            rgba(168, 154, 255, .05) 40%,
            transparent 72%
        );

    filter: blur(10px);

    pointer-events: none;
}


.mcv-mission-vision::after {

    content: "";

    position: absolute;

    width: 500px;
    height: 500px;

    bottom: -350px;
    left: -220px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(114, 117, 254, .10) 0%,
            transparent 70%
        );

    filter: blur(10px);

    pointer-events: none;
}


/* =========================================================
   CONTAINER
========================================================= */

.mcv-mv-container {

    position: relative;

    z-index: 2;

    width: min(
        1440px,
        calc(100% - 80px)
    );

    margin: 0 auto;
}


/* =========================================================
   MISSION / VISION BLOCK
========================================================= */

.mcv-mv-block {

    position: relative;

    width: 100%;

    padding: 35px 0;

    border-top: 1px solid rgba(255, 255, 255, .13);
}


.mcv-mv-block:last-child {

    border-bottom: 1px solid rgba(255, 255, 255, .13);
}


/* =========================================================
   CONTENT — FULL WIDTH
========================================================= */

.mcv-mv-content {

    width: 100%;

    max-width: none;
}


/* =========================================================
   LABEL
========================================================= */

.mcv-mv-label {

    display: block;

    margin-bottom: 12px;

    color: #C892E7;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: .16em;

    line-height: 1;
}


/* =========================================================
   HEADING — FULL WIDTH
========================================================= */

.mcv-mv-content h2 {

    width: 100%;

    max-width: none;

    margin: 0;

    color: #FFFFFF;

    font-size: 38px;

    font-weight: 600;

    line-height: 1.18;

    letter-spacing: -.045em;
}


/* =========================================================
   PARAGRAPH — FULL WIDTH
========================================================= */

.mcv-mv-content p {

    width: 100%;

    max-width: none;

    margin: 17px 0 0;

    color: rgba(255, 255, 255, .63);

    font-size: 15px;

    font-weight: 400;

    line-height: 1.7;
}


.mcv-mv-content p + p {

    margin-top: 10px;
}


/* =========================================================
   ACCENT LINE
========================================================= */

.mcv-mv-block::after {

    content: "";

    position: absolute;

    left: 0;

    bottom: -1px;

    width: 75px;

    height: 1px;

    background:
        linear-gradient(
            90deg,
            #C892E7,
            #7275FE,
            transparent
        );

    opacity: .8;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1024px) {

    .mcv-mission-vision {

        padding: 55px 0;
    }


    .mcv-mv-container {

        width: calc(100% - 60px);
    }


    .mcv-mv-block {

        padding: 30px 0;
    }


    .mcv-mv-content h2 {

        font-size: 34px;
    }


    .mcv-mv-content p {

        font-size: 14px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .mcv-mission-vision {

        padding: 45px 0;

        background:
            radial-gradient(
                circle at 90% 5%,
                rgba(200, 146, 231, .14) 0%,
                rgba(168, 154, 255, .06) 25%,
                transparent 52%
            ),
            #080A1C;
    }


    .mcv-mv-container {

        width: 88%;
    }


    .mcv-mv-block {

        padding: 27px 0;
    }


    .mcv-mv-label {

        margin-bottom: 12px;

        font-size: 8px;
    }


    .mcv-mv-content h2 {

        width: 100%;

        max-width: none;

        font-size: 27px;

        line-height: 1.22;

        letter-spacing: -.035em;
    }


    .mcv-mv-content p {

        width: 100%;

        max-width: none;

        margin-top: 15px;

        font-size: 14px;

        line-height: 1.65;
    }


    .mcv-mv-content p + p {

        margin-top: 9px;
    }


    .mcv-mv-block::after {

        width: 50px;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .mcv-mission-vision {

        padding: 40px 0;
    }


    .mcv-mv-container {

        width: 87%;
    }


    .mcv-mv-block {

        padding: 25px 0;
    }


    .mcv-mv-content h2 {

        font-size: 25px;
    }


    .mcv-mv-content p {

        font-size: 13.5px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ee9da20 *//* =========================================================
   MEDCARE VOICE — VALUES SECTION
========================================================= */

.mcv-values-section {

    width: 100%;
    margin: 0;
    padding: 80px 0;

    background:
        radial-gradient(
            circle at 15% 20%,
            rgba(200,146,231,.09),
            transparent 30%
        ),
        radial-gradient(
            circle at 85% 80%,
            rgba(114,117,254,.08),
            transparent 32%
        ),
        #F7F8FC;

    color: #080A1C;

    font-family:
        "Inter",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;

    overflow: hidden;
}


/* =========================================================
   CONTAINER
========================================================= */

.mcv-values-container {

    width: min(
        1440px,
        calc(100% - 80px)
    );

    margin: 0 auto;
}


/* =========================================================
   HEADER
========================================================= */

.mcv-values-header {

    margin-bottom: 45px;
}


.mcv-values-eyebrow {

    display: flex;
    align-items: center;
    gap: 9px;

    margin-bottom: 15px;

    color: #7275FE;

    font-size: 10px;
    font-weight: 700;
    letter-spacing: .16em;
    line-height: 1;
}


.mcv-values-eyebrow::before {

    content: "";

    width: 26px;
    height: 1px;

    background:
        linear-gradient(
            90deg,
            #C892E7,
            #7275FE
        );
}


.mcv-values-header h2 {

    margin: 0;

    color: #080A1C;

    font-size: clamp(
        44px,
        5vw,
        62px
    );

    font-weight: 600;
    line-height: 1.04;
    letter-spacing: -.055em;
}


.mcv-values-header h2 span {

    color: #7275FE;
}


/* =========================================================
   VALUES GRID
========================================================= */

.mcv-values-grid {

    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    gap: 12px;
}


/* =========================================================
   VALUE CARD
========================================================= */

.mcv-value-card {

    position: relative;

    min-height: 280px;

    padding: 30px 25px 28px;

    background: rgba(255,255,255,.78);

    border: 1px solid rgba(8,10,28,.07);
    border-radius: 16px;

    box-shadow:
        0 15px 40px rgba(8,10,28,.05);

    transition:
        transform .3s ease,
        box-shadow .3s ease,
        border-color .3s ease;
}


.mcv-value-card:hover {

    transform: translateY(-4px);

    border-color:
        rgba(114,117,254,.22);

    box-shadow:
        0 20px 50px rgba(8,10,28,.08);
}


/* =========================================================
   ICON
========================================================= */

.mcv-value-icon {

    width: 56px;
    height: 56px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 23px;

    border-radius: 14px;

    background:
        linear-gradient(
            135deg,
            rgba(200,146,231,.15),
            rgba(114,117,254,.12)
        );
}


.mcv-value-icon svg {

    width: 31px;
    height: 31px;

    fill: none;
    stroke: #7275FE;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}


/* =========================================================
   TITLE
========================================================= */

.mcv-value-card h3 {

    margin: 0;

    color: #080A1C;

    font-size: 23px;
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: -.035em;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.mcv-value-card p {

    margin: 13px 0 0;

    color: #62677C;

    font-size: 14px;
    font-weight: 400;
    line-height: 1.65;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1024px) {

    .mcv-values-section {

        padding: 65px 0;
    }


    .mcv-values-container {

        width: calc(100% - 60px);
    }


    .mcv-values-header {

        margin-bottom: 35px;
    }


    .mcv-values-grid {

        grid-template-columns:
            repeat(2, 1fr);

        gap: 12px;
    }


    .mcv-value-card {

        min-height: 250px;
        padding: 27px 23px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .mcv-values-section {

        padding: 55px 0;
    }


    .mcv-values-container {

        width: 88%;
    }


    .mcv-values-header {

        margin-bottom: 30px;
    }


    .mcv-values-eyebrow {

        margin-bottom: 13px;
        font-size: 8px;
    }


    .mcv-values-eyebrow::before {

        width: 21px;
    }


    .mcv-values-header h2 {

        font-size: 42px;
        line-height: 1.04;
        letter-spacing: -.045em;
    }


    .mcv-values-grid {

        grid-template-columns: 1fr;
        gap: 10px;
    }


    .mcv-value-card {

        min-height: auto;

        padding: 24px 22px;

        border-radius: 14px;
    }


    .mcv-value-icon {

        width: 50px;
        height: 50px;

        margin-bottom: 19px;

        border-radius: 13px;
    }


    .mcv-value-icon svg {

        width: 28px;
        height: 28px;
    }


    .mcv-value-card h3 {

        font-size: 22px;
    }


    .mcv-value-card p {

        margin-top: 11px;

        font-size: 14px;
        line-height: 1.65;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .mcv-values-section {

        padding: 48px 0;
    }


    .mcv-values-container {

        width: 87%;
    }


    .mcv-values-header h2 {

        font-size: 38px;
    }


    .mcv-value-card {

        padding: 22px 20px;
    }


    .mcv-value-card h3 {

        font-size: 21px;
    }


    .mcv-value-card p {

        font-size: 13.5px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0481c60 *//* =========================================================
   MEDCARE VOICE — ABOUT US
   OUR PARTNERS
========================================================= */

.mcv-about-partners,
.mcv-about-partners * {
    box-sizing: border-box;
}


.mcv-about-partners {

    position: relative;

    width: 100%;

    margin: 0;

    padding: 75px 0 60px;

    overflow: hidden;

    background: #FFFFFF;

    color: #080A1C;

    font-family:
        "Inter",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;

}


/* =========================================================
   SUBTLE BRAND GLOW
========================================================= */

.mcv-about-partners::before {

    content: "";

    position: absolute;

    width: 420px;
    height: 420px;

    top: -210px;
    right: -150px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(200,146,231,.10),
            transparent 68%
        );

    pointer-events: none;

}


.mcv-about-partners::after {

    content: "";

    position: absolute;

    width: 340px;
    height: 340px;

    bottom: -180px;
    left: -150px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(114,117,254,.07),
            transparent 68%
        );

    pointer-events: none;

}


/* =========================================================
   CONTAINER
========================================================= */

.mcv-about-partners-container {

    position: relative;

    z-index: 2;

    width: min(
        1440px,
        calc(100% - 80px)
    );

    margin: 0 auto;

}


/* =========================================================
   HEADER
========================================================= */

.mcv-about-partners-header {

    max-width: 760px;

    margin-bottom: 40px;

}


/* =========================================================
   EYEBROW
========================================================= */

.mcv-about-partners-eyebrow {

    display: flex;

    align-items: center;

    gap: 9px;

    margin-bottom: 14px;

    color: #7275FE;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: .16em;

    line-height: 1;

}


.mcv-about-partners-eyebrow span {

    width: 26px;

    height: 1px;

    background:
        linear-gradient(
            90deg,
            #C892E7,
            #7275FE
        );

}


/* =========================================================
   HEADING
========================================================= */

.mcv-about-partners-header h2 {

    margin: 0;

    color: #080A1C;

    font-size:
        clamp(
            44px,
            5vw,
            62px
        );

    font-weight: 600;

    line-height: 1.04;

    letter-spacing: -.055em;

}


.mcv-about-partners-header h2 span {

    color: #7275FE;

}


/* =========================================================
   DESCRIPTION
========================================================= */

.mcv-about-partners-header p {

    max-width: 650px;

    margin: 17px 0 0;

    color: #62677C;

    font-size: 15px;

    font-weight: 400;

    line-height: 1.65;

}


/* =========================================================
   LOGO GRID
========================================================= */

.mcv-about-partners-grid {

    display: grid;

    grid-template-columns:
        repeat(5, minmax(0, 1fr));

    border-top:
        1px solid #E7E8EE;

    border-left:
        1px solid #E7E8EE;

}


/* =========================================================
   PARTNER CARD
========================================================= */

.mcv-about-partner-card {

    position: relative;

    height: 120px;

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 20px;

    background: #FFFFFF;

    border-right:
        1px solid #E7E8EE;

    border-bottom:
        1px solid #E7E8EE;

    overflow: hidden;

    transition:
        background .3s ease,
        box-shadow .3s ease;

}


.mcv-about-partner-card::before {

    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 30px;

    height: 2px;

    background:
        linear-gradient(
            90deg,
            #7275FE,
            #C892E7
        );

    opacity: 0;

    transform:
        scaleX(.5);

    transform-origin: left;

    transition:
        opacity .3s ease,
        transform .3s ease;

}


.mcv-about-partner-card:hover {

    background:
        linear-gradient(
            135deg,
            #FFFFFF,
            #FAF9FF
        );

    box-shadow:
        inset 0 0 0 1px
        rgba(114,117,254,.08);

}


.mcv-about-partner-card:hover::before {

    opacity: 1;

    transform:
        scaleX(1);

}


/* =========================================================
   LOGO
========================================================= */

.mcv-about-partner-card img {

    display: block;

    width: auto;

    max-width: 82%;

    max-height: 58px;

    object-fit: contain;

    filter:
        grayscale(100%)
        opacity(.62);

    transition:
        filter .3s ease,
        opacity .3s ease,
        transform .3s ease;

}


.mcv-about-partner-card:hover img {

    filter:
        grayscale(0%)
        opacity(1);

    transform:
        scale(1.04);

}


/* =========================================================
   BOTTOM LABEL
========================================================= */

.mcv-about-partners-bottom {

    display: flex;

    align-items: center;

    gap: 10px;

    margin-top: 17px;

}


.mcv-about-partners-bottom span {

    position: relative;

    width: 38px;

    height: 1px;

    background:
        #E0E1E8;

    overflow: hidden;

}


.mcv-about-partners-bottom span::after {

    content: "";

    position: absolute;

    left: 0;
    top: 0;

    width: 19px;

    height: 1px;

    background:
        linear-gradient(
            90deg,
            #7275FE,
            #C892E7
        );

}


.mcv-about-partners-bottom p {

    margin: 0;

    color: #9A9BAD;

    font-size: 8px;

    font-weight: 700;

    line-height: 1;

    letter-spacing: .14em;

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1050px) {

    .mcv-about-partners {

        padding:
            65px 0
            55px;

    }


    .mcv-about-partners-container {

        width:
            calc(100% - 50px);

    }


    .mcv-about-partners-header {

        margin-bottom: 32px;

    }


    .mcv-about-partners-grid {

        grid-template-columns:
            repeat(3, minmax(0, 1fr));

    }


    .mcv-about-partner-card {

        height: 115px;

    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 650px) {

    .mcv-about-partners {

        padding:
            55px 0
            45px;

    }


    .mcv-about-partners-container {

        width:
            calc(100% - 30px);

    }


    .mcv-about-partners-header {

        margin-bottom:
            28px;

    }


    .mcv-about-partners-eyebrow {

        font-size: 9px;

        letter-spacing: .15em;

        margin-bottom: 11px;

    }


    .mcv-about-partners-eyebrow span {

        width: 19px;

    }


    .mcv-about-partners-header h2 {

        font-size:
            clamp(
                36px,
                10vw,
                50px
            );

        line-height: .98;

    }


    .mcv-about-partners-header p {

        margin-top: 14px;

        font-size: 13px;

        line-height: 1.6;

    }


    .mcv-about-partners-grid {

        grid-template-columns:
            repeat(2, minmax(0, 1fr));

    }


    .mcv-about-partner-card {

        height: 105px;

        padding: 14px;

        border-radius: 0;

    }


    .mcv-about-partner-card img {

        max-width: 88%;

        max-height: 60px;

    }


    .mcv-about-partners-bottom {

        margin-top: 15px;

    }


    .mcv-about-partners-bottom p {

        font-size: 7px;

        letter-spacing: .11em;

    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 390px) {

    .mcv-about-partners {

        padding:
            48px 0
            40px;

    }


    .mcv-about-partners-container {

        width:
            calc(100% - 22px);

    }


    .mcv-about-partners-grid {

        gap: 0;

    }


    .mcv-about-partner-card {

        height: 98px;

        padding: 11px;

    }


    .mcv-about-partner-card img {

        max-height: 54px;

        max-width: 90%;

    }


    .mcv-about-partners-header h2 {

        font-size: 35px;

    }

}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .mcv-about-partner-card,
    .mcv-about-partner-card img,
    .mcv-about-partner-card::before {

        transition: none !important;

    }

}/* End custom CSS */