﻿body,
html {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 16px;
}

html {
    scroll-behavior: smooth;
}

.audio-sub-title {
    font-size: 18px !important;
    color: #314152;
    font-weight: 300;
}

.audio-para {
    font-size: 16px !important;
    color: #314152;
    font-weight: 300;
}

.audio-heading {
    font-size: 24px !important;
    color: #314152;
    font-weight: 500;
}

/* ==========================================================
   Audio Hero Banner
   ========================================================== */

.audio-hero {
    position: relative;
    width: 100%;
    z-index: 0;
    min-height: 560px;
    margin-top: 87px;
    background-image: url('/Content/img/audio/audio-header-image.jpg');
    background-repeat: no-repeat;
    /*
       Important:
       keep the visual weighted to the right
    */
    background-size: cover;
    /*
       Shift image to the right compared with center center
    */
    background-position: 58% center;
    background-color: #020815;
    overflow: hidden;
}

.audio-hero-container {
    min-height: calc(560px - 87px);
}

.audio-hero-content {
    position: relative;
    z-index: 1;
    max-width: 470px;
    padding-top: 65px;
    padding-bottom: 65px;
}

.audio-hero-title {
    margin: 0 0 20px;
    color: #ffffff;
    font-size: 46px;
    line-height: 1.03;
    font-weight: 700;
    letter-spacing: -0.6px;
}

.audio-hero-description {
    max-width: 470px;
    margin-bottom: 26px;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 400;
}

/* Small blue heading */

.audio-hero-label {
    margin-bottom: 10px;
    color: #008cff;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}


/* Main heading */

.audio-hero-title {
    margin: 0 0 18px;
    color: #ffffff;
    font-size: 44px;
    line-height: 1.05;
    font-weight: 700;
}


/* Description */

.audio-hero-description {
    max-width: 430px;
    margin-bottom: 24px;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
}


/* CTA */

.audio-hero-button {
    display: inline-flex;
    align-items: center;
    padding: 13px 22px;
    border: 0;
    border-radius: 8px;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.audio-hero-button:hover,
.audio-hero-button:focus {
    background-color: #0059d9;
    color: #ffffff !important;
}

.audio-hero-arrow {
    display: inline-block;
    margin-left: 12px;
    font-size: 20px;
    line-height: 1;
}


@media (min-width: 1400px) {

    .audio-hero {
        min-height: 570px;
        /*
           Slightly less crop on big monitors
        */
        background-position: 55% center;
    }

    .audio-hero-container {
        min-height: calc(570px - 87px);
    }

    .audio-hero-content {
        padding-top: 72px;
        padding-bottom: 72px;
    }
}


/* ==========================================================
   Laptop
   ========================================================== */

@media (min-width: 992px) and (max-width: 1399.98px) {

    .audio-hero {
        min-height: 520px;
        /*
           Push important image subjects slightly right
        */
        padding-top: 87px;
        background-position: 60% center;
    }

    .audio-hero-container {
        min-height: calc(520px - 87px);
    }

    .audio-hero-title {
        font-size: 42px;
    }

    .audio-hero-content {
        max-width: 430px;
        padding-top: 40px;
        padding-bottom: 40px;
    }
}


/* ==========================================================
   Tablet
   ========================================================== */

@media (min-width: 768px) and (max-width: 991.98px) {

    .audio-hero {
        min-height: 480px;
        /*
           Keep headphones / phone visible
        */
        background-position: 66% center;
    }

    .audio-hero-container {
        min-height: calc(480px - 87px);
    }

    .audio-hero-content {
        max-width: 390px;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .audio-hero-title {
        font-size: 36px;
    }

    .audio-hero-description {
        max-width: 370px;
        font-size: 13px;
    }
}


/* ==========================================================
   Mobile Audio Hero
   ========================================================== */

.audio-mobile-hero {
    margin-top: 86px;
    padding: 35px 0 40px;
    background-color: #051435;
}

.audio-mobile-hero-content {
    padding: 0 10px;
}

.audio-mobile-title {
    margin: 0 0 18px;
    color: #ffffff;
    font-size: 34px;
    line-height: 1.08;
    font-weight: 700;
    letter-spacing: -0.4px;
}

.audio-mobile-description {
    max-width: 100%;
    margin: 0 0 22px;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}



/* ==========================================================
   Audio Challenges
   ========================================================== */

.audio-challenges {
    padding: 65px 0 55px;
    background: #ffffff;
}


/* ==========================================================
   Heading
   ========================================================== */



.audio-challenges-heading {
    margin-bottom: 34px;
}

.audio-section-label {
    margin-bottom: 10px;
    color: #087cff;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

/*.audio-findOutMore-label {
    margin: 10px 0;
    color: #087cff;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}*/

.audio-section-title {
    margin: 0 0 12px;
    color: #0d1738;
    font-size: 38px;
    line-height: 1.08;
    font-weight: 700;
}

.audio-section-description {
    max-width: 600px;
    margin: 0;
    color: #60687b;
    font-size: 14px;
    line-height: 1.5;
}

.audio-section-highlight {
    padding: 4px 0 4px 24px;
    border-left: 3px solid #087cff;
    color: #111a3a;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
}


/* ==========================================================
   Cards
   ========================================================== */

.audio-challenge-cards {
    margin-bottom: 24px;
}

.audio-challenge-card {
    height: 100%;
    background: #ffffff;
    border: 1px solid #dde3ef;
    border-radius: 10px;
    overflow: hidden;
}



/* ==========================================================
   Card Header
   ========================================================== */

.audio-card-header {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    min-height: 100px;
    padding: 20px 18px 5px;
}

.audio-card-header-localized {
    min-height: 125px;
}

.audio-card-header h3 {
    margin: 2px 0 6px;
    color: #111a3a;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 700;
}

.audio-card-header p {
    margin: 0;
    color: #596174;
    font-size: 15px;
    line-height: 1.45;
}


/* ==========================================================
   Card Icon
   ========================================================== */

.audio-card-icon {
    display: flex;
    flex: 0 0 54px;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    font-size: 23px;
}


.audio-card-icon-purple {
    color: #7357ff;
    background: #f2edff;
}

.audio-card-icon-cyan {
    color: #00a9ba;
    background: #eafafb;
}


/* ==========================================================
   Card Images
   ========================================================== */

.audio-card-image {
    width: 100%;
    height:200px;
/*    aspect-ratio: 1.6 / 1;*/
    background: #091226;
    overflow: hidden;
    border-radius: 12px 12px 0 0;
}

.audio-card-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /*        image-rendering: auto;*/
}


/* ==========================================================
   Feature Lists
   ========================================================== */
.audio-feature-list-wrap {
    padding: 10px 18px 14px;
}

.audio-feature-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.audio-feature-list li {
    display: flex;
    align-items: center;
    min-height: 38px;
    color: #485064;
    font-size: 11px;
    line-height: 1.3;
}

.audio-feature-list li:last-child {
    border-bottom: 0;
}


/* Individual icon */

.audio-feature-icon {
    display: flex;
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    margin-right: 10px;
    align-items: center;
    justify-content: center;
}

.audio-feature-icon img {
    display: block;
    width: 22px;
    height: 22px;
    object-fit: contain;
}


/* Text */

.audio-feature-text {
    display: flex;
    flex: 1;
    align-items: center;
    min-height: 38px;
    padding: 6px 0;
    border-bottom: 1px solid #e9edf4;
}

.audio-feature-list li:last-child .audio-feature-text {
    border-bottom: 0;
}

/* ==========================================================
   Bottom Value Strip
   ========================================================== */

.audio-value-strip {
    display: flex;
    align-items: stretch;
    margin-top: 18px;
    padding: 14px 18px;
    background: linear-gradient(90deg, #f4f8ff 0%, #f7f9ff 100%);
    border: 1px solid #e2e9f6;
    border-radius: 10px;
}

.audio-value-intro {
    display: flex;
    align-items: center;
    gap: 14px;
    flex: 1.35;
    padding-right: 24px;
}

.audio-value-main-icon {
    display: flex;
    flex: 0 0 48px;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    color: #087cff;
    background: #e3efff;
    font-size: 20px;
}

.audio-value-intro strong,
.audio-value-intro span {
    display: block;
    color: #17203e;
    font-size: 16px;
    line-height: 1.35;
}

.audio-value-intro strong {
    font-weight: 700;
}

.audio-value-intro span {
    font-weight: 500;
}

.tick-icon {
    display: block;
    flex: 0 0 16px;
    width: 14px;
    height: 14px;
    margin-right: 8px;
    object-fit: contain;
}


/* Right-side benefits */
.audio-value-items {
    display: flex;
    align-items: center;
    flex: 2;
}

.audio-value-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    flex: 1;
    min-height: 46px;
    padding: 0 16px;
    border-left: 1px solid #d4dceb;
}

.audio-value-item i {
    color: #087cff;
    font-size: 18px;
}

.audio-value-item span {
    color: #17203e;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 700;
}


/* ==========================================================
   Why Audio Connectivity Teams Choose Nextgen
   ========================================================== */

.audio-why-nextgen {
    padding: 68px 0 72px;
    background: #ffffff;
}


/* ==========================================================
   Left Heading
   ========================================================== */

.audio-why-content {
    padding-right: 40px;
}

.audio-why-title {
    margin: 0 0 24px;
    color: #10193d;
    font-size: 36px;
    line-height: 1.08;
    font-weight: 700;
    letter-spacing: -0.5px;
}


/* ==========================================================
   Benefit Items
   ========================================================== */

.audio-benefit-item {
    display: flex;
    align-items: flex-start;
    padding: 10px 0;
    /*    border-bottom: 1px solid #e5e9f1;*/
}

.audio-benefit-item-last {
    border-bottom: 0;
}


/* Benefit icon */

.audio-benefit-icon {
    display: flex;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    margin-right: 14px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #0054fb;
}

.audio-benefit-icon-purple {
    background: #692bf1;
}

.audio-benefit-icon-cyan {
    background: #0799a6;
}


.audio-benefit-icon img {
    display: block;
}


/* Benefit text */

.audio-benefit-content {
    flex: 1;
    padding-top: 1px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e9f1;
}

.audio-benefit-item:last-child .audio-benefit-content {
    border-bottom: 0;
}

.audio-benefit-content h3 {
    margin: 0 0 3px;
    color: #172041;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
}

.audio-benefit-content p {
    margin: 0;
    color: #60697b;
    font-size: 16px;
    line-height: 1.45;
}


/* ==========================================================
   Right Video Cards
   ========================================================== */

.audio-video-list {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    gap: 18px;
    height: 100%;
    padding: 5px 20px 20px 20px;
}

.audio-video-card {
    height: 100%;
    margin-bottom: 0;
    background: #ffffff;
    border: 1px solid #dde3ee;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(22, 35, 70, 0.07);
}

    .audio-video-card > .row {
        height: 100%;
    }


    /* ==========================================================
   Columns
   ========================================================== */

    .audio-video-card .col-md-7,
    .audio-video-card .col-md-5 {
        display: flex;
    }


/* ==========================================================
   Video Thumbnail
   ========================================================== */

.audio-video-thumbnail {
    width: 100%;
    height: 100%;
    padding: 10px;
    overflow: hidden;
}

    .audio-video-thumbnail > a {
        display: block;
        width: 100%;
        height: 100%;
    }

        .audio-video-thumbnail > a > img {
            display: block;
            width: 100%;
            height: 100%;
            border-radius: 10px;
            object-fit: cover;
        }


/* ==========================================================
   Video Content
   ========================================================== */

.audio-video-content {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    padding: 22px 20px 20px;
}

    .audio-video-content h3 {
        margin: 0 0 10px;
        color: #111a3b;
        font-size: 20px;
        line-height: 1.13;
        font-weight: 700;
    }

    .audio-video-content p {
        margin: 0 0 16px;
        color: #616a7d;
        font-size: 16px;
        line-height: 1.55;
    }


/* ==========================================================
   Watch Video
   ========================================================== */

.audio-video-link {
    display: inline-flex;
    align-items: center;
    margin-top: auto;
    color: #087cff !important;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    text-decoration: none !important;
}

    .audio-video-link span {
        margin-left: 8px;
        font-size: 18px;
        line-height: 1;
    }

    .audio-video-link:hover {
        color: #005ed1 !important;
    }


/* ==========================================================
   Tablet / Mobile
   ========================================================== */

@media (max-width: 991.98px) {

    .audio-video-list {
        height: auto;
        padding-left: 0;
    }
}

@media (max-width: 767.98px) {

    .audio-video-list {
        display: block;
    }

    .audio-video-card {
        height: auto;
        margin-bottom: 20px;
    }

        .audio-video-card:last-child {
            margin-bottom: 0;
        }

        .audio-video-card > .row {
            height: auto;
        }

        .audio-video-card .col-md-7,
        .audio-video-card .col-md-5 {
            display: block;
        }

    .audio-video-thumbnail {
        height: 220px;
    }

    .audio-video-content {
        min-height: 190px;
        height: auto;
        padding: 20px;
    }
}

/* ==========================================================
   Framework Journey
   ========================================================== */

.audio-framework-journey {
    width: 100%;
    max-width: 1350px;
    margin: 32px auto 0;
}

.audio-framework-journey-row {
    width: 100%;
    margin: 0;
    justify-content: center;
    flex-wrap: nowrap;
}

/* ==========================================================
   Journey Steps
   ========================================================== */

.audio-framework-journey-step {
    flex: 0 0 26%;
    max-width: 26%;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 210px;
    text-align: center;
}


/* ==========================================================
   Icon
   ========================================================== */

.audio-framework-journey-icon {
    display: flex;
    width: 112px;
    height: 112px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
}

.audio-framework-journey-icon img {
    display: block;
    width: 112px;
    height: 112px;
    object-fit: contain;
}


/* ==========================================================
   Text
   ========================================================== */

.audio-framework-journey-content {
    width: 100%;
    margin-top: 8px;
    padding: 0 8px;
    text-align: center;
}

    .audio-framework-journey-content h3 {
        width: 100%;
        margin: 0 auto 8px;
        color: #071334;
        font-size: 20px;
        line-height: 1.2;
        font-weight: 700;
    }

.audio-framework-journey-content p {
    width: 100%;
    margin: 0 auto;
    color: #263250;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 300;
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
}


/* ==========================================================
   Arrow Column
   ========================================================== */

.audio-framework-arrow-col {
    flex: 0 0 11%;
    max-width: 11%;
    height: 112px;
    padding: 0 5px;
    align-items: center;
    justify-content: center;
}


/* ==========================================================
   Dotted Arrow
   ========================================================== */

.audio-framework-dotted-arrow {
    position: relative;
    width: 100%;
    border-top: 3px dotted currentColor;
}


/* Arrow Head */

    .audio-framework-dotted-arrow::after {
        position: absolute;
        top: 50%;
        right: -4px;
        width: 10px;
        height: 10px;
        content: "";
        border-top: 3px solid currentColor;
        border-right: 3px solid currentColor;
        transform: translateY(-60%) rotate(45deg);
    }


/* ==========================================================
   Arrow Colours
   ========================================================== */

.arrow-blue {
    color: #175cff;
    border-color: #175cff;
}

.arrow-purple {
    color: #6428ef;
    border-color: #6428ef;
}

.arrow-green {
    color: #048796;
    border-color: #048796;
}


/* ==========================================================
   Desktop / Laptop
   ========================================================== */

@media (min-width: 1400px) {
    .audio-framework-journey {
        max-width: 1450px;
    }
}

@media (min-width: 992px) and (max-width: 1300px) {
    .audio-framework-journey {
        max-width: 1100px;
    }

    .audio-framework-journey-icon,
    .audio-framework-journey-icon img {
        width: 96px;
        height: 96px;
    }

    .audio-framework-arrow-col {
        height: 96px;
    }

    .audio-framework-journey-content h3 {
        font-size: 16px;
    }

    .audio-framework-journey-content p {
        font-size: 14px;
    }
}


/* ==========================================================
   Tablet
   ========================================================== */

@media (min-width: 768px) and (max-width: 991.98px) {

    .audio-framework-journey-step {
        margin-bottom: 30px;
    }

    .audio-framework-journey-icon {
        width: 90px;
        height: 90px;
    }

    .audio-framework-journey-icon img {
        width: 90px;
        height: 90px;
    }

    .audio-framework-journey-content h3 {
        font-size: 16px;
        white-space: normal;
    }

    .audio-framework-journey-content p {
        font-size: 14px;
    }
}


/* ==========================================================
   Mobile
   ========================================================== */

@media (max-width: 767.98px) {

    .audio-framework-journey-step {
        flex-direction: row;
        min-height: auto;
        margin-bottom: 24px;
        text-align: left;
    }

    .audio-framework-journey-icon {
        flex: 0 0 74px;
        width: 74px;
        height: 74px;
        margin-right: 16px;
    }

    .audio-framework-journey-icon img {
        width: 74px;
        height: 74px;
    }

    .audio-framework-journey-content {
        max-width: none;
        margin-top: 0;
        text-align: left;
    }

    .audio-framework-journey-content h3 {
        margin-bottom: 4px;
        font-size: 18px;
        white-space: normal;
    }

    .audio-framework-journey-content p {
        font-size: 15px;
    }
}

/* ==========================================================
   Tablet
   ========================================================== */

@media (min-width: 768px) and (max-width: 991.98px) {

    .audio-framework-journey {
        padding: 0 10px;
    }

    .audio-framework-journey-icon {
        width: 72px;
        height: 72px;
    }

    .audio-framework-journey-icon img {
        width: 72px;
        height: 72px;
    }

    .audio-framework-journey-step:not(:last-child)::before {
        top: 35px;
        left: calc(50% + 46px);
        width: calc(100% - 20px);
    }

    .audio-framework-journey-step:not(:last-child)::after {
        top: 30px;
        left: calc(150% - 51px);
        width: 10px;
        height: 10px;
    }

    .audio-framework-journey-content {
        padding: 0 7px;
    }

    .audio-framework-journey-content h3 {
        font-size: 14px;
        white-space: normal;
    }

    .audio-framework-journey-content p {
        font-size: 13px;
    }
}


/* ==========================================================
   Mobile
   ========================================================== */

@media (max-width: 767.98px) {

    .audio-framework-journey {
        display: grid;
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 0 15px;
    }

    .audio-framework-journey-step {
        display: flex;
        align-items: center;
        text-align: left;
    }

    .audio-framework-journey-icon {
        flex: 0 0 72px;
        width: 72px;
        height: 72px;
        margin: 0 18px 0 0;
    }

    .audio-framework-journey-icon img {
        width: 72px;
        height: 72px;
    }

    .audio-framework-journey-content {
        max-width: none;
        margin: 0;
        padding: 0;
        text-align: left;
    }

    .audio-framework-journey-content h3 {
        margin: 0 0 5px;
        font-size: 18px;
        white-space: normal;
    }

    .audio-framework-journey-content p {
        max-width: none;
        margin: 0;
        font-size: 15px;
    }

    .audio-framework-journey-step::before,
    .audio-framework-journey-step::after {
        display: none;
    }
}

/* ==========================================================
   Audio Validation Framework
   ========================================================== */

.audio-framework {
    padding: 65px 0 70px;
    background: #ffffff;
}


/* ==========================================================
   Heading
   ========================================================== */

.audio-framework-heading {
    max-width: 850px;
    margin: 0 auto 38px;
}

.audio-framework-title {
    margin: 5px 0 10px;
    color: #111936;
    font-size: 37px;
    line-height: 1.12;
    font-weight: 700;
    letter-spacing: -0.6px;
}

.audio-framework-description {
    margin: 0;
    color: #5e6678;
    font-size: 13px;
    line-height: 1.55;
}

.audio-framework-description strong {
    color: #087cff;
    font-weight: 700;
}


/* ==========================================================
   Flow Container
   ========================================================== */

.audio-framework-flow {
    display: flex;
    align-items: stretch;
    justify-content: center;
}


/* ==========================================================
   Cards
   ========================================================== */

.audio-framework-card {
    flex: 1;
    max-width: 330px;
    min-height: 360px;
    padding: 18px 20px 20px;
    background: #ffffff;
    border: 1px solid #dce2ec;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(24, 34, 60, 0.04);
}


/* ==========================================================
   Card Header
   ========================================================== */

.audio-framework-card-header {
    display: flex;
    align-items: center;
    min-height: 58px;
}

.audio-framework-icon {
    display: flex;
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    margin-right: 13px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.audio-framework-icon img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.audio-framework-card h3 {
    margin: 0 0 2px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
}

.audio-framework-card h3 span {
    font-weight: 700;
}

.audio-framework-card strong {
    display: block;
    color: #202842;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
}


/* ==========================================================
   Card Colours
   ========================================================== */


.audio-framework-card-blue h3,
.audio-framework-card-blue .audio-framework-check {
    color: #087cff;
}




.audio-framework-card-purple h3,
.audio-framework-card-purple .audio-framework-check {
    color: #7751e8;
}


.audio-framework-card-teal h3,
.audio-framework-card-teal .audio-framework-check {
    color: #0f96a1;
}


/* ==========================================================
   Divider
   ========================================================== */

.audio-framework-divider {
    width: calc(100% - 65px);
    height: 2px;
    margin: 7px 0 13px 65px;
    background: #dce3ed;
}

.audio-framework-card-blue .audio-framework-divider {
    background: #9cc8ff;
}

.audio-framework-card-purple .audio-framework-divider {
    background: #d5c4ff;
}

.audio-framework-card-teal .audio-framework-divider {
    background: #a9dfe2;
}


/* ==========================================================
   Description
   ========================================================== */

.audio-framework-card-description {
    min-height: 96px;
    margin: 0 0 12px;
    color: #4f586e;
    font-size: 10px;
    line-height: 1.5;
}


/* ==========================================================
   Lists
   ========================================================== */

.audio-framework-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.audio-framework-list li {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
    color: #414a61;
    font-size: 18px;
    line-height: 1.3;
}

.audio-framework-list li:last-child {
    margin-bottom: 0;
}

.audio-framework-check {
    display: inline-flex;
    flex: 0 0 15px;
    width: 15px;
    height: 15px;
    margin-right: 7px;
    align-items: center;
    justify-content: center;
    border: 1px solid currentColor;
    border-radius: 50%;
    font-size: 8px;
    font-weight: 700;
    line-height: 1;
}

/* Tick image */

.audio-framework-tick-icon {
    display: block;
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    margin-right: 8px;
    object-fit: contain;
}


/* ==========================================================
   Arrows
   ========================================================== */

.audio-framework-arrow {
    display: flex;
    flex: 0 0 64px;
    align-items: center;
    justify-content: center;
}

.audio-framework-arrow span {
    position: relative;
    top: -140px;
    color: #7654ef;
    font-size: 40px;
    line-height: 1;
    font-weight: 400;
}

/* ==========================================================
   Framework Journey Image
   ========================================================== */


.audio-framework-journey {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 22px;
}

.audio-framework-journey-image {
    display: block;
    width: 100%;
    max-width: 900px;
    height: auto;
    object-fit: contain;
}


/* ==========================================================
   Framework CTA Buttons
   ========================================================== */

.audio-framework-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 18px;
}

.audio-framework-btn {
    display: inline-flex;
    min-width: 190px;
    min-height: 38px;
    padding: 9px 22px;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 600;
    text-decoration: none !important;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}


/* Contact us */

.audio-framework-btn-primary {
    border: 1px solid #087cff;
    background: #087cff;
    color: #ffffff !important;
}

.audio-framework-btn-primary:hover,
.audio-framework-btn-primary:focus {
    border-color: #0069dd;
    background: #0069dd;
    color: #ffffff !important;
}


/* Learn about ATAMConnect */

.audio-framework-btn-outline {
    border: 2px solid #087cff !important;
    background: #ffffff;
    color: #087cff !important;
}

.audio-framework-btn-outline:hover,
.audio-framework-btn-outline:focus {
    background: #f1f7ff;
    color: #0069dd !important;
}


/* ==========================================================
   Tablet
   ========================================================== */

@media (max-width: 991.98px) {

    .audio-framework-journey {
        margin-top: 18px;
    }

    .audio-framework-journey-image {
        max-width: 680px;
    }
}


/* ==========================================================
   Mobile
   ========================================================== */

@media (max-width: 767.98px) {

    .audio-framework-journey {
        margin-top: 10px;
        overflow-x: auto;
        display: none;
    }

    .audio-framework-journey-image {
        width: 650px;
        max-width: none;
    }

    .audio-framework-actions {
        flex-direction: column;
        gap: 10px;
        margin-top: 18px;
    }

    .audio-framework-btn {
        width: 100%;
        max-width: 300px;
        min-height: 42px;
        font-size: 12px;
    }
}

/* ==========================================================
   Tablet
   ========================================================== */

@media (max-width: 991.98px) {

    .audio-framework {
        padding: 55px 0;
    }

    .audio-framework-title {
        font-size: 32px;
    }

    .audio-framework-flow {
        flex-wrap: wrap;
    }

    .audio-framework-card {
        flex: 0 0 calc(50% - 20px);
        max-width: none;
        margin-bottom: 25px;
    }

    .audio-framework-card:first-child {
        margin-right: 20px;
    }

    .audio-framework-arrow {
        flex: 0 0 40px;
    }

    .audio-framework-arrow span {
        top: -70px;
        font-size: 28px;
    }

    /*
        On tablet the third card starts next line,
        so hide arrows to avoid awkward placement.
    */
    .audio-framework-arrow {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {

    .audio-framework-arrow span {
        top: -210px;
    }
}


/* ==========================================================
   Mobile
   ========================================================== */

@media (max-width: 767.98px) {

    .audio-framework {
        padding: 45px 0;
    }

    .audio-framework-heading {
        margin-bottom: 28px;
    }

    .audio-framework-title {
        font-size: 28px;
        line-height: 1.15;
    }

    .audio-framework-description {
        font-size: 12px;
    }

    .audio-framework-flow {
        display: block;
    }

    .audio-framework-card {
        width: 100%;
        max-width: none;
        min-height: auto;
        margin-bottom: 18px;
        padding: 18px;
    }

    .audio-framework-card:last-child {
        margin-bottom: 0;
    }

    .audio-framework-card-description {
        min-height: auto;
    }

    .audio-framework-card h3 {
        font-size: 20px;
    }

    .audio-framework-card strong {
        font-size: 16px;
    }

    .audio-framework-card-description,
    .audio-framework-list li {
        font-size: 18px;
    }
}


/* ==========================================================
   Real-world Connected Audio Validation
   ========================================================== */

.audio-realworld {
    padding: 65px 0 70px;
    background: #ffffff;
}


/* Heading */

.audio-realworld-heading {
    max-width: 900px;
    margin: 0 auto 32px;
}

.audio-realworld-title {
    margin: 4px 0 7px;
    color: #111936;
    font-size: 34px;
    line-height: 1.12;
    font-weight: 700;
    letter-spacing: -0.4px;
}

.audio-find-more-title {
    margin: 4px 0 4px;
    color: #111936;
    font-size: 34px;
    line-height: 1.12;
    font-weight: 700;
    letter-spacing: -0.4px;
}

.audio-realworld-description {
    margin: 0;
    color: #60687b;
    font-size: 11px;
    line-height: 1.45;
}


/* ==========================================================
   Journey Cards
   ========================================================== */

.audio-journey-cards {
    margin-right: 30px !important;
    margin-left: 30px !important;
}

.audio-journey-col {
    display: flex;
    padding-right: 7px;
    padding-left: 7px;
    margin-bottom: 14px;
}

.audio-journey-card {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    min-height: 190px;
    background: #ffffff;
    border: 1px solid #dde3ed;
    border-radius: 8px;
    overflow: hidden;
}


/* Image */

.audio-journey-image {
    flex: 0 0 44%;
    padding: 8px;
}

.audio-journey-image img {
    display: block;
    width: 100%;
    height: 115px;
    border-radius: 6px;
    object-fit: cover;
}


/* Content */

.audio-journey-content {
    flex: 1;
    padding: 12px 10px 25px 4px;
}

.audio-journey-title-row {
    display: flex;
    align-items: center;
    margin-bottom: 3px;
}

.audio-journey-heading-icon {
    display: block;
    width: 40px;
    height: 40px;
    margin-right: 6px;
    object-fit: contain;
}

.audio-journey-title-row h3 {
    margin: 0;
    color: #087cff;
    font-size: 18px;
    line-height: 1.15;
    font-weight: 700;
}

.audio-journey-title-row h3 span {
    font-weight: 700;
}

.audio-journey-content>strong {
    display: block;
    margin: 0 0 5px 32px;
    color: #17203c;
    font-size: 8px;
    line-height: 1.2;
    font-weight: 700;
}


/* Lists */

.audio-journey-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.audio-journey-list li {
    display: flex;
    align-items: center;
    margin-bottom: 3px;
    color: #485269;
    font-size: 14px;
    line-height: 1.25;
}

.audio-journey-list li:last-child {
    margin-bottom: 0;
}

/*    .audio-journey-list .tick-icon {
        flex: 0 0 10px;
        width: 10px;
        height: 10px;
        margin-right: 5px;
        object-fit: contain;
    }*/


/* Bottom text under card image */

.audio-journey-caption {
    position: absolute;
    left: 8px;
    bottom: 7px;
    width: 42%;
    color: #596176;
    font-size: 11px;
    line-height: 1.3;
}


/* ==========================================================
   One Platform Strip
   ========================================================== */

.audio-platform-strip {
    width: 100%;
    margin: 18px 0 28px;
    background: #ffffff;
    border: 1px solid #dce3ed;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(20, 40, 80, 0.04);
}


/* ==========================================================
   Bootstrap Grid
   ========================================================== */

.audio-platform-grid {
    min-height: 150px;
}


/*
   Make every Bootstrap capability column stretch exactly
   the same height.
*/
.audio-platform-col,
.audio-platform-intro-col {
    display: flex;
}


/* ==========================================================
   Intro
   ========================================================== */

.audio-platform-intro {
    display: flex;
    width: 100%;
    min-height: 125px;
    align-items: center;
    padding: 10px 0px;
}


/* Shield */

.audio-platform-main-icon {
    display: flex;
    flex: 0 0 84px;
    width: 84px;
    height: 84px;
    margin-right: 18px;
    align-items: center;
    justify-content: center;
}

.audio-platform-main-icon img {
    display: block;
    width: 84px;
    height: 84px;
    object-fit: contain;
}


/* Intro text */

.audio-platform-intro-text {
    min-width: 0;
}

.audio-platform-intro-text h3 {
    margin: 0 0 6px;
    color: #091334;
    font-size: 20px;
    line-height: 1.15;
    font-weight: 700;
}

.audio-platform-intro-text p {
    margin: 0;
    color: #086cff;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
}


/* ==========================================================
   Capability Item
   ========================================================== */

.audio-platform-item {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 120px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 14px 5px 14px;
    text-align: center;
}


/* Vertical divider */

.audio-platform-col .audio-platform-item::before {
    position: absolute;
    top: 24px;
    bottom: 24px;
    left: 0;
    width: 1px;
    content: "";
    background: #dce3ed;
}


/* ==========================================================
   Icons
   ========================================================== */

.audio-platform-item-icon {
    display: flex;
    width: 46px;
    height: 46px;
    margin-bottom: 9px;
    align-items: center;
    justify-content: center;
}

.audio-platform-item-icon img {
    display: block;
    width: 40px;
    height: 40px;
    object-fit: contain;
}


/* ==========================================================
   Text
   ========================================================== */

.audio-platform-item span {
    display: flex;
    width: 100%;
    min-height: 36px;
    align-items: flex-start;
    justify-content: center;
    color: #111936;
    font-size: 12px;
    line-height: 1.25;
    font-weight: 700;
    text-align: center;
    overflow-wrap: break-word;
    word-break: normal;
}


/* ==========================================================
   Large Desktop
   ========================================================== */

@media (min-width: 1400px) {

    .audio-platform-strip {
        border-radius: 16px;
    }

    .audio-platform-grid,
    .audio-platform-intro,
    .audio-platform-item {
        min-height: 125px;
    }

    .audio-platform-item span {
        font-size: 12px;
    }
}


/* ==========================================================
   Laptop
   ========================================================== */

@media (min-width: 992px) and (max-width: 1399.98px) {

    .audio-platform-grid,
    .audio-platform-intro,
    .audio-platform-item {
        min-height: 115px;
    }


    /* Intro */

    .audio-platform-intro {
        padding: 15px 12px;
    }

    .audio-platform-main-icon {
        flex-basis: 62px;
        width: 62px;
        height: 62px;
        margin-right: 10px;
    }

    .audio-platform-main-icon img {
        width: 62px;
        height: 62px;
    }

    .audio-platform-intro-text h3 {
        font-size: 18px;
    }

    .audio-platform-intro-text p {
        font-size: 15px;
    }


    /* Capability */

    .audio-platform-item {
        padding: 14px 3px 10px;
    }

    .audio-platform-item-icon {
        width: 38px;
        height: 38px;
        margin-bottom: 7px;
    }

    .audio-platform-item-icon img {
        width: 34px;
        height: 34px;
    }

    .audio-platform-item span {
        min-height: 32px;
        font-size: 10px;
        line-height: 1.2;
    }

    .audio-platform-col .audio-platform-item::before {
        top: 20px;
        bottom: 20px;
    }
}


/* ==========================================================
   Tablet
   ========================================================== */

@media (min-width: 768px) and (max-width: 991.98px) {

    .audio-platform-strip {
        border-radius: 12px;
    }


    /*
       Intro becomes one complete row because HTML has
       col-md-12.
    */

    .audio-platform-intro {
        min-height: 105px;
        padding: 16px 20px;
        border-bottom: 1px solid #dce3ed;
    }

    .audio-platform-main-icon {
        flex: 0 0 64px;
        width: 64px;
        height: 64px;
        margin-right: 14px;
    }

    .audio-platform-main-icon img {
        width: 64px;
        height: 64px;
    }

    .audio-platform-intro-text h3 {
        font-size: 20px;
    }

    .audio-platform-intro-text p {
        font-size: 16px;
    }


    /*
       col-md-3 = 4 capability items per row
    */

    .audio-platform-item {
        min-height: 100px;
        padding: 14px 8px;
        border-bottom: 1px solid #e3e8f0;
    }

    .audio-platform-item-icon {
        width: 42px;
        height: 42px;
    }

    .audio-platform-item-icon img {
        width: 38px;
        height: 38px;
    }

    .audio-platform-item span {
        min-height: auto;
        font-size: 13px;
    }


    /*
       Hide divider on first capability of each 4-column row.
       Capability items are children 2 onwards because child 1
       is the intro.
    */

    .audio-platform-col:nth-child(2) .audio-platform-item::before,
    .audio-platform-col:nth-child(6) .audio-platform-item::before,
    .audio-platform-col:nth-child(10) .audio-platform-item::before {
        display: none;
    }
}


/* ==========================================================
   Small tablet / large mobile
   ========================================================== */

@media (min-width: 576px) and (max-width: 767.98px) {

    /*
       col-sm-4 = 3 items per row
    */

    .audio-platform-intro {
        min-height: 100px;
        padding: 15px 16px;
        border-bottom: 1px solid #dce3ed;
    }

    .audio-platform-main-icon {
        flex: 0 0 58px;
        width: 58px;
        height: 58px;
        margin-right: 12px;
    }

    .audio-platform-main-icon img {
        width: 58px;
        height: 58px;
    }

    .audio-platform-intro-text h3 {
        font-size: 19px;
    }

    .audio-platform-intro-text p {
        font-size: 15px;
    }


    .audio-platform-item {
        min-height: 115px;
        border-bottom: 1px solid #e3e8f0;
    }

    .audio-platform-item span {
        min-height: auto;
        font-size: 12px;
    }


    /* first item of each 3-item row */

    .audio-platform-col:nth-child(2) .audio-platform-item::before,
    .audio-platform-col:nth-child(5) .audio-platform-item::before,
    .audio-platform-col:nth-child(8) .audio-platform-item::before,
    .audio-platform-col:nth-child(11) .audio-platform-item::before {
        display: none;
    }
}


/* ==========================================================
   Mobile
   ========================================================== */

@media (max-width: 575.98px) {

    .audio-platform-strip {
        border-radius: 12px;
    }


    /* Intro */

    .audio-platform-intro {
        min-height: 95px;
        padding: 15px;
        border-bottom: 1px solid #dce3ed;
    }

    .audio-platform-main-icon {
        flex: 0 0 56px;
        width: 56px;
        height: 56px;
        margin-right: 12px;
    }

    .audio-platform-main-icon img {
        width: 56px;
        height: 56px;
    }

    .audio-platform-intro-text h3 {
        margin-bottom: 4px;
        font-size: 18px;
    }

    .audio-platform-intro-text p {
        font-size: 14px;
    }


    /*
       col-6 = two capability items per row
    */

    .audio-platform-item {
        min-height: 105px;
        padding: 12px 8px;
        border-bottom: 1px solid #e3e8f0;
    }

    .audio-platform-item-icon {
        width: 38px;
        height: 38px;
        margin-bottom: 6px;
    }

    .audio-platform-item-icon img {
        width: 34px;
        height: 34px;
    }

    .audio-platform-item span {
        min-height: auto;
        font-size: 12px;
    }


    /*
       First capability item in every two-column row.
    */

    .audio-platform-col:nth-child(even) .audio-platform-item::before {
        display: none;
    }
}

/* ==========================================================
   Resource Cards
   ========================================================== */

.audio-resource-row {
    justify-content: center;
    /*    max-width: 1000px;*/
    margin: 0 auto;
}

.audio-resource-row>[class*="col-"] {
    padding-right: 12px;
    padding-left: 12px;
}

.audio-resource-card {
    display: flex;
    width: 100%;
    height: 100%;
    min-height: 190px;
    background: #ffffff;
    border: 1px solid #dde3ed;
    border-radius: 8px;
    overflow: hidden;
}

.audio-resource-image {
    flex: 0 0 43%;
    padding: 9px;
}

.audio-resource-image img {
    display: block;
    width: 100%;
    height: 125px;
    border-radius: 6px;
    object-fit: cover;
}

.audio-resource-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 13px 13px 10px 4px;
}

.audio-resource-label {
    align-self: flex-start;
    margin-bottom: 5px;
    padding: 3px 6px;
    border-radius: 3px;
    background: #e7f2ff;
    color: #087cff;
    font-size: 10px;
    line-height: 1;
    font-weight: 600;
}

.audio-resource-label-purple {
    background: #f1eaff;
    color: #7b53e8;
}

.audio-resource-content h3 {
    margin: 0 0 7px;
    color: #111936;
    font-size: 16px;
    line-height: 1.15;
    font-weight: 700;
}

.audio-resource-content p {
    margin: 0 0 8px;
    color: #60687b;
    font-size: 16px;
    line-height: 1.45;
}


.audio-resource-link {
    display: inline-flex;
    align-items: center;
    margin-top: auto;
    color: #087cff !important;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none !important;
}

.audio-resource-link span {
    margin-left: 5px;
    font-size: 13px;
}

.audio-resource-link:hover {
    color: #0062d9 !important;
}


/* ==========================================================
   Tablet
   ========================================================== */

@media (max-width: 991.98px) {

    .audio-realworld {
        padding: 55px 0;
    }

    .audio-realworld-title {
        font-size: 30px;
    }

    .audio-journey-card {
        min-height: 180px;
    }

    .audio-journey-image img {
        height: 125px;
    }

    .audio-journey-list li {
        font-size: 14px;
    }

    .audio-journey-caption {
        font-size: 11px;
    }
}


/* ==========================================================
   Mobile
   ========================================================== */

@media (max-width: 767.98px) {

    .audio-realworld {
        padding: 45px 0;
    }

    .audio-realworld-heading {
        margin-bottom: 25px;
    }

    .audio-realworld-title {
        font-size: 27px;
        line-height: 1.15;
    }

    .audio-realworld-description {
        font-size: 11px;
    }


    /* Journey cards */

    .audio-journey-card {
        min-height: 195px;
    }

    .audio-journey-cards {
        margin: 0 !important;
    }

    .audio-journey-image {
        flex-basis: 42%;
    }

    .audio-journey-image img {
        height: 130px;
    }

    .audio-journey-title-row h3 {
        font-size: 18px;
    }

    .audio-journey-list li {
        font-size: 14px;
    }

    .audio-journey-caption {
        width: 40%;
        font-size: 11px;
    }


    /* Complete platform image */

    .audio-platform-strip {
        overflow-x: auto;
    }

    .audio-platform-strip img {
        width: 700px;
        max-width: none;
    }


    /* Resource cards */

    .audio-resource-card {
        min-height: 155px;
    }

    .audio-resource-image {
        flex-basis: 42%;
    }

    .audio-resource-image img {
        height: 135px;
    }

    .audio-resource-content h3 {
        font-size: 16px;
    }

    .audio-resource-content p,
    .audio-resource-link {
        font-size: 16px;
    }
}

/* ==========================================================
   Tablet
   ========================================================== */

@media (max-width: 991.98px) {

    .audio-why-nextgen {
        padding: 55px 0;
    }

    .audio-why-content {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .audio-why-title {
        font-size: 32px;
    }

    .audio-video-list {
        padding-left: 0;
    }
}


/* ==========================================================
   Mobile
   ========================================================== */

@media (max-width: 767.98px) {

    .audio-why-nextgen {
        padding: 45px 0;
    }

    .audio-why-title {
        font-size: 28px;
        line-height: 1.15;
    }


    /* Benefits */

    .audio-benefit-item {
        padding: 12px 0;
    }

    .audio-benefit-icon {
        flex-basis: 44px;
        width: 44px;
        height: 44px;
        margin-right: 12px;
    }

    .audio-benefit-icon img {
        width: 22px;
        height: 22px;
    }

    .audio-benefit-content h3 {
        font-size: 18px;
    }

    .audio-benefit-content p {
        font-size: 16px;
    }


    /* Video cards */

    .audio-video-card {
        margin-bottom: 20px;
    }

    .audio-video-thumbnail {
        height: 220px;
    }

    .audio-video-content {
        min-height: 190px;
        padding: 20px;
    }

    .audio-video-content h3 {
        font-size: 20px;
    }

    .audio-video-content p {
        font-size: 16px;
    }

    .audio-video-link {
        font-size: 16px;
    }
}

/* ==========================================================
   Tablet
   ========================================================== */

@media (max-width: 991.98px) {

    .audio-challenges {
        padding: 50px 0;
    }

    .audio-section-title {
        font-size: 32px;
    }

    .audio-section-highlight {
        margin-top: 24px;
    }

    .audio-card-header {
        min-height: 115px;
    }

    .audio-value-strip {
        flex-direction: column;
    }

    .audio-value-intro {
        padding: 0 0 16px;
    }

    .audio-value-items {
        width: 100%;
        padding-top: 14px;
        border-top: 1px solid #d4dceb;
    }

    .audio-value-item:first-child {
        border-left: 0;
    }
}


/* ==========================================================
   Mobile
   ========================================================== */

@media (max-width: 767.98px) {

    .audio-challenges {
        padding: 42px 0;
    }

    .audio-challenges-heading {
        margin-bottom: 26px;
    }

    .audio-section-title {
        font-size: 28px;
        line-height: 1.15;
    }

    .audio-section-description {
        font-size: 13px;
    }

    .audio-section-highlight {
        padding-left: 16px;
        font-size: 13px;
    }

    .audio-card-header {
        min-height: auto;
        padding: 18px 16px;
    }

    .audio-card-image {
        height: 190px;
    }

    .audio-feature-list {
        padding-right: 16px;
        padding-left: 16px;
    }

    .audio-feature-list li {
        min-height: 36px;
        font-size: 12px;
    }

    .audio-value-strip {
        padding: 16px;
    }

    .audio-value-items {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0;
    }

    .audio-value-item {
        justify-content: flex-start;
        min-height: 55px;
        padding: 8px 10px;
        border-left: 0;
        border-bottom: 1px solid #d4dceb;
    }

    .audio-value-item:nth-child(odd) {
        border-right: 1px solid #d4dceb;
    }

    .audio-value-item:nth-last-child(-n + 2) {
        border-bottom: 0;
    }
}