/* Airway Page Styles */

.page-id-327 .contentarea{
    padding-bottom: 0;
}

/* airway_page_css
---------------------------------------------------------- */
.airway-page .cta_welcome_1 {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 100px;
    padding: 75px min(7.5%, 110px);
    background-color: var(--white);
}
.airway-page .cta_welcome_1 .welcome-left {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
    width: min(100%, 905px);
}
.airway-page .cta_welcome_1 .welcome-top-title h2 {
    font-family: var(--font-family-main);
    font-size: var(--h1-font-size);
    font-weight: var(--font-weight-semibold);
    line-height: 1.2;
    letter-spacing: var(--heading-letter-spacing-normal);
    text-transform: var(--heading-text-transform-normal);
    margin: var(--text-margin-normal);
    color: var(--main-color);
}
.airway-page .cta_welcome_1 .welcome-content p {
    line-height: 1.5;
    margin: 0 0 15px;
}
.airway-page .cta_welcome_1 .welcome-button a {
    margin: 0;
}
.airway-page .cta_welcome_1 .welcome-photo {
    width: 668px;
    height: 465px;
    overflow: hidden;
    background-color: var(--secondary-color);
}
.airway-page .cta_welcome_1 .welcome-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* airway_signs_css
---------------------------------------------------------- */
.airway_signs {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0;
    overflow: hidden;
}
.loaded .airway_signs {
    background-image: url('../images/airwaybg.webp');
}
.airway-signs-wave-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 79px;
    background-image: url('../images/airwaywave-top.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
}
.airway-signs-wave-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 79px;
    background-image: url('../images/airwaywave-bottom.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
}
.airway-signs-container {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 75px;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 min(5%, 80px);
}
.airway-signs-header {
    display: flex;
    align-items: center;
    gap: 53px;
}
.airway-signs-header h2 {
    font-family: var(--font-family-main);
    font-size: var(--h1-font-size);
    font-weight: var(--font-weight-semibold);
    line-height: 1.2;
    letter-spacing: var(--heading-letter-spacing-normal);
    text-transform: var(--heading-text-transform-normal);
    margin: 0;
    color: var(--black);
    width: 454px;
    flex-shrink: 0;
}
.airway-signs-header p {
    font-family: var(--font-family-tertiary);
    line-height: 1.5;
    margin: 0;
    color: var(--black);
    max-width: 811px;
}
.airway-signs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: min(100%, 1246px);
    margin: 0 auto;
}
.airway-sign-card {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 25px 50px;
}
.airway-sign-card:nth-child(1),
.airway-sign-card:nth-child(2),
.airway-sign-card:nth-child(3) {
    border-bottom: 3px solid var(--secondary-color);
}
.airway-sign-card:nth-child(7),
.airway-sign-card:nth-child(8),
.airway-sign-card:nth-child(9) {
    border-top: 3px solid var(--secondary-color);
}
.airway-sign-card:nth-child(1),
.airway-sign-card:nth-child(4),
.airway-sign-card:nth-child(7) {
    border-right: 3px solid var(--secondary-color);
}
.airway-sign-card:nth-child(3),
.airway-sign-card:nth-child(6),
.airway-sign-card:nth-child(9) {
    border-left: 3px solid var(--secondary-color);
}
.airway-sign-icon {
    width: 58px;
    height: 60px;
    flex-shrink: 0;
    background-color: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 7px;
}
.airway-sign-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.airway-sign-label {
    font-family: var(--font-family-secondary);
    font-size: var(--h4-font-size);
    font-weight: var(--font-weight-bold);
    font-style: italic;
    line-height: 1.4;
    color: var(--black);
    margin: 0;
    width: 200px;
}

/* airway_diagnostics_css
---------------------------------------------------------- */
.airway_diagnostics {
    background-color: var(--white);
    padding: 50px min(7.5%, 110px);
}
.airway-diagnostics-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    max-width: 1920px;
    margin: 0 auto;
}
.airway_diagnostics h2 {
    font-family: var(--font-family-main);
    font-size: var(--h1-font-size);
    font-weight: var(--font-weight-semibold);
    line-height: 1.2;
    letter-spacing: var(--heading-letter-spacing-normal);
    text-transform: var(--heading-text-transform-normal);
    margin: 0;
    color: var(--main-color);
    text-align: center;
    max-width: 1642px;
}
.airway-diagnostics-grid {
    display: flex;
    gap: 32px;
    align-items: center;
    justify-content: center;
}
.airway-diag-col {
    display: flex;
    flex-direction: column;
    gap: 31px;
    width: 450px;
}
.airway-diag-photo {
    position: relative;
    overflow: hidden;
    background-color: var(--main-color);
    width: 100%;
}
.airway-diag-photo.tall {
    height: 281px;
}
.airway-diag-photo.short {
    height: 207px;
}
.airway-diag-photo.full {
    height: 519px;
}
.airway-diag-col:last-child .airway-diag-photo.short {
    height: 194px;
}
.airway-diag-col:last-child .airway-diag-photo.tall {
    height: 295px;
}
.airway-diag-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.airway-diag-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    font-family: var(--font-family-secondary);
    font-size: var(--h4-font-size);
    font-weight: var(--font-weight-bold);
    font-style: italic;
    line-height: 1.4;
    color: var(--secondary-color);
    margin: 0;
    white-space: nowrap;
}

/* airway_treatments_css
---------------------------------------------------------- */
.airway_treatments {
    position: relative;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    padding: 150px 0;
    overflow: hidden;
}
.airway_treatments:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 4.1vw;
    background-image: url('../images/serviceswave-top.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    z-index: 2;
    }
    .airway_treatments:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 4.1vw;
        background-image: url('../images/airway-photos/footerbottomwave-airwaypage.svg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        z-index: 1;
    }
.loaded .airway_treatments {
    background-image: url('../images/trustedcarebg.webp');
}
.airway-treatments-card {
    position: relative;
    z-index: 1;
    background-color: var(--white);
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    padding: 50px 100px;
    max-width: 1700px;
    margin: 0 auto;
}
.airway-treatments-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    text-align: center;
}
.airway-treatments-header h2 {
    font-family: var(--font-family-main);
    font-size: var(--h1-font-size);
    font-weight: var(--font-weight-semibold);
    line-height: 1.2;
    letter-spacing: var(--heading-letter-spacing-normal);
    text-transform: var(--heading-text-transform-normal);
    margin: 0;
    color: var(--main-color);
}
.airway-treatments-header p {
    margin: 0;
    max-width: 1188px;
}
.airway-treatments-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
.airway-treat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 212px;
}
.airway-treat-item.offset-top {
    align-self: flex-start;
}
.airway-treat-item.offset-bottom {
    align-self: flex-end;
}
.airway-treat-photo {
    width: 125px;
    height: 125px;
    overflow: hidden;
    background-color: var(--main-color);
    flex-shrink: 0;
}
.airway-treat-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.airway-treat-label {
    font-family: var(--font-family-secondary);
    font-size: var(--h4-font-size);
    font-weight: var(--font-weight-bold);
    font-style: italic;
    line-height: 1.4;
    color: var(--black);
    text-align: center;
    margin: 0;
}
.airway-treatments-button {
    display: flex;
    justify-content: center;
}
.airway-treatments-button button {
    margin: 0;
}

/* Airway Page Responsive
---------------------------------------------------------- */
@media (max-width: 1500px) {
    .airway-page .cta_welcome_1 {
        gap: 50px;
    }
    .airway-page .cta_welcome_1 .welcome-photo {
        width: 500px;
        height: 350px;
    }
    .airway-page .cta_welcome_1 .welcome-left {
        width: auto;
    }
    .airway-treatments-card {
        padding: 50px 60px;
        margin: 0 25px;
    }
    .airway-diag-col {
        width: 350px;
    }
    .airway-diag-photo.tall {
        height: 220px;
    }
    .airway-diag-photo.short {
        height: 160px;
    }
    .airway-diag-photo.full {
        height: 411px;
    }
    .airway-diag-col:last-child .airway-diag-photo.short {
        height: 155px;
    }
    .airway-diag-col:last-child .airway-diag-photo.tall {
        height: 226px;
    }
}
@media (max-width: 1300px) {
    .airway-signs-header {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
    .airway-signs-header h2 {
        width: 100%;
    }
    .airway-signs-header p {
        max-width: 100%;
    }
    .airway-sign-card {
        padding: 20px 30px;
    }
    .airway-treatments-grid {
        gap: 25px;
    }
    .airway-treat-item {
        width: 170px;
    }
}
@media (max-width: 1025px) {
    .airway-page .cta_welcome_1 {
        flex-direction: column;
        gap: 40px;
        padding: 50px 25px;
        text-align: center;
    }
    .airway-page .cta_welcome_1 .welcome-left {
        align-items: center;
    }
    .airway-page .cta_welcome_1 .welcome-photo {
        width: 100%;
        height: 350px;
    }
    .airway_signs {
        padding: 80px 0;
    }
    .airway-signs-container {
        gap: 50px;
    }
    .airway-signs-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .airway-sign-card:nth-child(1),
    .airway-sign-card:nth-child(2),
    .airway-sign-card:nth-child(3) {
        border-bottom: none;
    }
    .airway-sign-card:nth-child(7),
    .airway-sign-card:nth-child(8),
    .airway-sign-card:nth-child(9) {
        border-top: none;
    }
    .airway-sign-card:nth-child(1),
    .airway-sign-card:nth-child(4),
    .airway-sign-card:nth-child(7) {
        border-right: none;
    }
    .airway-sign-card:nth-child(3),
    .airway-sign-card:nth-child(6),
    .airway-sign-card:nth-child(9) {
        border-left: none;
    }
    .airway-sign-card:nth-child(odd) {
        border-right: 3px solid var(--secondary-color);
    }
    .airway-sign-card:nth-child(-n+7) {
        border-bottom: 3px solid var(--secondary-color);
    }
    .airway_diagnostics {
        padding: 50px 25px;
    }
    .airway-diagnostics-grid {
        flex-direction: column;
        gap: 25px;
    }
    .airway-diag-col {
        width: 100%;
        flex-direction: row;
        gap: 25px;
    }
    .airway-diag-photo.full {
        height: 400px;
    }
    .airway-diag-photo.tall,
    .airway-diag-photo.short,
    .airway-diag-col:last-child .airway-diag-photo.short,
    .airway-diag-col:last-child .airway-diag-photo.tall {
        height: 250px;
    }
    .airway-treatments-card {
        padding: 40px 25px;
        margin: 0 15px;
    }
    .airway-treatments-grid {
        flex-wrap: wrap;
        gap: 30px;
    }
    .airway-treat-item {
        width: calc(33.333% - 25px);
    }
    .airway-treat-item.offset-top,
    .airway-treat-item.offset-bottom {
        align-self: center;
    }
}
@media (max-width: 767px) {
    .airway-signs-grid {
        grid-template-columns: 1fr;
    }
    .airway-sign-card {
        border: none !important;
        border-bottom: 3px solid var(--secondary-color) !important;
        padding: 20px;
    }
    .airway-sign-card:last-child {
        border-bottom: none !important;
    }
    .airway-sign-label {
        width: auto;
    }
    .airway-diag-col {
        flex-direction: column;
    }
    .airway-diag-photo.full {
        height: 400px;
    }
    .airway-diag-photo.tall,
    .airway-diag-photo.short,
    .airway-diag-col:last-child .airway-diag-photo.short,
    .airway-diag-col:last-child .airway-diag-photo.tall {
        height: 200px;
    }
    .airway-treatments-grid {
        gap: 25px;
    }
    .airway-treat-item {
        width: calc(50% - 15px);
    }
    .airway-treat-photo {
        width: 100px;
        height: 100px;
    }
    .airway-signs-wave-top,
    .airway-signs-wave-bottom,
    .airway-treatments-wave-top,
    .airway-treatments-wave-bottom {
        height: 40px;
    }
}
