
/*
 * ABOUT US AWARDS & PRESS
 * Every selector is scoped under .auap-widget to avoid affecting other Elementor widgets.
 */
.elementor-widget-about-us-awards-press {
    width: 100%;
    max-width: none;
}
.elementor-widget-about-us-awards-press > .elementor-widget-container {
    width: 100%;
    max-width: none;
    margin: 0 !important;
    padding: 0 !important;
}

.auap-widget,
.auap-widget * {
    box-sizing: border-box;
}

.auap-widget {
    --auap-bg: #f6f7f4;
    --auap-card: #ffffff;
    --auap-heading: #153846;
    --auap-muted: #718087;
    --auap-dark: #0a3340;
    --auap-accent: #36d0c3;
    --auap-line: #e7ece9;

    position: relative;
    left: 50%;
    right: 50%;
    width: 100vw;
    max-width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
    background: var(--auap-bg);
    color: var(--auap-heading);
    font-family: Arial, Helvetica, sans-serif;
}

.auap-widget img {
    display: block;
    width: 100%;
    max-width: 100%;
    border: 0;
}

.auap-widget a {
    text-decoration: none;
}

.auap-hero {
    position: relative;
    width: 100%;
    min-height: 520px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    text-align: center;
    color: #fff;
}

.auap-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.48);
}

.auap-hero-inner {
    position: relative;
    z-index: 1;
    width: min(860px, 92%);
    margin: 0 auto;
}

.auap-hero-kicker {
    margin-bottom: 14px;
    font-size: 10px;
    line-height: 1.4;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.auap-hero-title {
    margin: 0 0 14px !important;
    color: #fff !important;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 56px;
    line-height: 1.05;
    font-weight: 500;
}

.auap-hero-subtitle {
    margin: 0 0 12px !important;
    color: #fff !important;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 19px;
    line-height: 1.4;
    font-weight: 500;
}

.auap-hero-description,
.auap-hero-description p {
    max-width: 720px;
    margin: 0 auto !important;
    color: rgba(255,255,255,.92) !important;
    font-size: 14px;
    line-height: 1.8;
}

.auap-section {
    width: 100%;
    padding: 64px 20px;
    background: var(--auap-bg);
}

.auap-container {
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
}

.auap-center {
    text-align: center;
}

.auap-eyebrow {
    margin-bottom: 10px;
    color: #75aaa7;
    font-size: 9px;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: .20em;
    text-transform: uppercase;
}

.auap-section-title {
    margin: 0 0 14px !important;
    color: var(--auap-heading) !important;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 31px;
    line-height: 1.15;
    font-weight: 500;
}

.auap-lead,
.auap-lead p {
    max-width: 790px;
    margin: 0 auto !important;
    color: var(--auap-muted) !important;
    font-size: 13px;
    line-height: 1.8;
}

.auap-top-cards {
    width: min(770px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 18px;
}

.auap-info-card {
    min-width: 0;
    min-height: 160px;
    padding: 24px 22px;
    background: var(--auap-card);
    border: 1px solid rgba(0,0,0,.03);
    border-radius: 16px;
    box-shadow: 0 14px 28px rgba(15,47,57,.08);
    text-align: left;
}

.auap-info-card small {
    display: block;
    margin-bottom: 12px;
    color: #71aaa6;
    font-size: 9px;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.auap-info-card h3,
.auap-trust-card h3 {
    margin: 0 0 9px !important;
    color: var(--auap-heading) !important;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 600;
}

.auap-card-text {
    color: var(--auap-muted);
    font-size: 12px;
    line-height: 1.7;
}

.auap-awards-block {
    padding-top: 76px;
}

.auap-award-list {
    width: min(760px,100%);
    margin: 28px auto 0;
    display: grid;
    gap: 10px;
}

.auap-award-row {
    display: grid;
    grid-template-columns: 90px 1fr;
    align-items: center;
    padding: 13px 16px;
    background: var(--auap-card);
    border: 1px solid var(--auap-line);
    border-radius: 10px;
    font-size: 12px;
    text-align: left;
}

.auap-award-row strong {
    color: var(--auap-heading);
}

.auap-award-row span {
    color: var(--auap-muted);
}

.auap-image-grid {
    width: min(770px,100%);
    margin: 18px auto 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 12px;
}

.auap-media-card {
    min-width: 0;
    overflow: hidden;
    background: var(--auap-card);
    border: 1px solid var(--auap-line);
    border-radius: 10px;
}

.auap-media-pic {
    height: 175px;
    overflow: hidden;
}

.auap-media-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.auap-media-card p {
    margin: 0 !important;
    padding: 9px 10px 12px;
    color: var(--auap-muted) !important;
    font-size: 10px;
    line-height: 1.5;
    text-align: left;
}

.auap-dark-band,
.auap-cta {
    width: 100%;
    padding: 58px 20px;
    background: var(--auap-dark);
    color: #fff;
    text-align: center;
}

.auap-dark-band .auap-section-title,
.auap-cta .auap-section-title {
    color: #fff !important;
}

.auap-dark-text,
.auap-dark-text p,
.auap-cta-text,
.auap-cta-text p {
    max-width: 780px;
    margin: 0 auto !important;
    color: #c6d4d7 !important;
    font-size: 12px;
    line-height: 1.8;
}

.auap-outline-btn,
.auap-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-size: 10px;
    line-height: 1;
    transition: transform .2s ease, opacity .2s ease;
}

.auap-outline-btn {
    margin-top: 18px;
    padding: 9px 17px;
    border: 1px solid rgba(255,255,255,.35);
    color: #fff !important;
}

.auap-outline-btn:hover,
.auap-btn:hover {
    transform: translateY(-1px);
    opacity: .92;
}

.auap-press {
    padding-top: 70px;
}

.auap-trust-section {
    padding-top: 62px;
}

.auap-trust-grid {
    width: min(770px,100%);
    margin: 26px auto 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
    gap: 12px;
}

.auap-trust-card {
    min-width: 0;
    min-height: 148px;
    padding: 18px 16px;
    background: var(--auap-card);
    border: 1px solid var(--auap-line);
    border-radius: 10px;
    text-align: left;
}

.auap-trust-card h3 {
    font-size: 12px;
}

.auap-trust-card .auap-card-text {
    font-size: 11px;
}

.auap-cta {
    padding-top: 60px;
    padding-bottom: 64px;
}

.auap-buttons {
    margin-top: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 9px;
}

.auap-btn {
    padding: 10px 17px;
    border: 1px solid rgba(255,255,255,.35);
    color: #fff !important;
}

.auap-btn.auap-primary {
    background: var(--auap-accent);
    border-color: var(--auap-accent);
    color: #08353f !important;
}

@media (max-width: 900px) {
    .auap-top-cards {
        grid-template-columns: 1fr;
        max-width: 620px;
    }
    .auap-image-grid {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
    .auap-trust-grid {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
    .auap-hero-title {
        font-size: 44px;
    }
}

@media (max-width: 600px) {
    .auap-hero {
        min-height: 440px;
        padding: 45px 16px;
    }
    .auap-hero-title {
        font-size: 38px;
    }
    .auap-hero-subtitle {
        font-size: 17px;
    }
    .auap-hero-description,
    .auap-hero-description p {
        font-size: 13px;
    }
    .auap-section {
        padding: 46px 16px;
    }
    .auap-section-title {
        font-size: 27px;
    }
    .auap-image-grid,
    .auap-trust-grid {
        grid-template-columns: 1fr;
    }
    .auap-media-pic {
        height: 220px;
    }
    .auap-award-row {
        grid-template-columns: 62px 1fr;
    }
}
