p {
    line-height: 1.25em;
}

/* BOF WELCOME */
.welcome .box {
    position: relative;
    padding-right: 500px;
}
.welcome h1 {
    margin-top: 100px;
    font-size: 78px;
    line-height: 1.1em;

    /* Adjusted for announcement */
    margin-top: 40px;
}
.welcome p {
    font-size: 24px;
    color: var(--light-color);
    line-height: 1.25em;
}
.welcome .phone {
    position: absolute;
    top: 1rem;
    top: 50px;
    right: 1rem;

    background: url(/assets/images/phone.svg) no-repeat;
    background-size: contain;

    background-size: contain;
    width: 400px;
    height: 687px;

    clip-path: inset(0 0 180px 0);

    width: 320px;
    height: 600px;
    clip-path: inset(0 0 135px 0);
    top: 90px;
    right: 4rem;

    /* Adjusted for announcement */
    top: 30px;
}

.welcome .phone img {
    width: 314px;
    position: absolute;
    top: 70px;
    left: 28px;


    width: 269px;
    top: 62px;
    left: 26px;
}
/* EOF WELCOME */

/* BOF FEATURES */
.features {
    background: var(--bg);
}
main .features h2 {
    margin: 32px 0;
    text-align: center;

    font-weight: normal;
    font-size: 24px;
    color: var(--light-color);
}
main .features ul {
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
    border-top: 0;
}
main .features li {
    display: flex;
    gap: 1rem;
    font-size: 32px;
    align-items: center;
}
main .features li:before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
}

/* Tools */
.features li:nth-child(1):before {
    background: url(/mavoc/images/bootstrap/funnel-fill.svg) no-repeat;
    background-size: contain;
}
/* Data Feeds */
.features li:nth-child(2):before {
    background: url(/mavoc/images/bootstrap/grid-1x2-fill.svg) no-repeat;
    background-size: contain;
}
/* News */
.features li:nth-child(3):before {
    background: url(/mavoc/images/bootstrap/inbox-fill.svg) no-repeat;
    background: url(/mavoc/images/bootstrap/filter-square-fill.svg) no-repeat;
    background: url(/mavoc/images/bootstrap/clipboard2-data-fill.svg) no-repeat;
    background: url(/mavoc/images/bootstrap/sign-intersection-fill.svg) no-repeat;
    background: url(/mavoc/images/bootstrap/collection-fill.svg) no-repeat;
    background-size: contain;
}
/* Directory */
.features li:nth-child(4):before {
    background: url(/mavoc/images/bootstrap/layers-fill.svg) no-repeat;
    background: url(/mavoc/images/bootstrap/database-fill.svg) no-repeat;
    background-size: contain;
}
/* EOF FEATURES */

/* BOF MAIN */
.content h2 {
    font-size: 32px;
}
.content ul {
    list-style-type: none;
    padding: 0;
    border-top: 1px solid #e5e7eb;
    margin-top: 28px;
    padding-top: 32px;
    margin-bottom: 28px;
}
.content li {
    font-size: 16px;
    margin-bottom: .5rem;
    font-weight: bold;
}
.content li:before {
    content: '';
    display: inline-block;
    margin-right: 12px;
    width: 16px;
    height: 16px;

    mask: url(/mavoc/images/bootstrap/check-circle-fill.svg) no-repeat;
    mask-size: contain;
    background: var(--color);
}
.content p {
    color: var(--light-color);
    font-size: 20px;
}
/* EOF MAIN */

/* BOF TOOLS */
.tools {
    padding: 32px 0;
}
.tools .box {
    padding-right: 630px;
}
.tools .process {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 540px;
}
.tools .process img {
    display: block;
    margin: 0 auto;
    margin-bottom: 2rem;
}
/* EOF TOOLS */

/* BOF ACCESS */
.access {
    padding: 32px 0;
    padding-bottom: 48px;
}
.access .box {
    padding-left: 630px;
}
.access .process {
    position: absolute;
    top: 0;
    left: 1rem;
    width: 540px
}
.access .process img {
    display: block;
    margin: 0 auto;
    margin-bottom: 2rem;
}
.access .process .arrow {
    margin-bottom: -48px;
}
/* EOF ACCESS */


/* BOF TESTIMONIALS */
.testimonials {
    background: var(--bg);
}
.testimonials .box {
    padding: 32px 1rem;
    text-align: center;
    width: 100%;
    max-width: 700px;
}
.testimonials .box:before {
    content: '';
    display: block;
    width: 48px;
    height: 48px;
    background: url(/mavoc/images/bootstrap/quote.svg) no-repeat;
    background-size: contain;
    margin: 0 auto 1rem;
    opacity: .5;
}
.testimonials .box p {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 2rem;
}
.testimonials .box .bio {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 1rem;
}
.testimonials .box .bio img {
    border-radius: 50%;
    width: 80px;
}
.testimonials .box cite strong:after {
    content: ' | ';
    display: inline-block;
    margin: 0 8px;
}
/* EOF TESTIMONIALS */

/* BOF READY */
.ready {
    text-align: center;
    padding: 32px 0;
}
.ready h2 {
    font-size: 32px;
}
.ready p {
    font-size: 24px;
    color: var(--light-color);
}
/* EOF READY */

@media (max-width: 1199px) {
    /* BOF WELCOME */
    .welcome .box {
        padding: 1rem;
        position: relative;
    }
    .welcome h1 {
        margin-top: 0;
        font-size: 42px;
        line-height: 1.1em;
    }
    .welcome p {
        font-size: 24px;
        color: var(--light-color);
    }
    .welcome .phone {
        position: relative;
        top: 1rem;

        width: 300px;
        height: 600px;
        clip-path: inset(0 0 135px 0);
        top: unset;
        right: unset;

    }

    .welcome .phone img {
        position: absolute;
        width: 254px;
        top: 58px;
        left: 23px;
    }
    /* EOF WELCOME */

    /* BOF FEATURES */
    main .features {
        position: relative;
        z-index: 1;
        margin-top: -180px;
    }
    main .features ul {
        display: block;
    }
    main .features li {
        margin-bottom: 1rem;
    }
    /* BOF FEATURES */

    /* BOF TOOLS */
    .tools .box {
        padding: 1rem;
    }
    .tools .process {
        position: static;
        width: auto;
    }
    /* EOF TOOLS */

    /* BOF ACCESS */
    .access .box {
        padding: 1rem;
    }
    .access .process {
        position: static;
        width: auto;
    }
    /* EOF ACCESS */
}
