:root {
    --white: #ffffff;
    --black: #000000;
    --scooter: #32aada;
    --boston-blue: #4391b1;
    --gorse: #ffd83f;
    --gorse-85: rgba(255, 216, 63, 0.85);
    --shamrock: #2abe95;
    --carrot-orange: #f39e27;
    --old-lace: #FFF4E0;
    --valencia: #d63648;
    --clear-day: #e9f8f4;
    --baby-blue: #89CFF0;
    --jewel: #116B4A;
    --dark-curulean: #174A6E;
    --saddle-brown: #9B4A00;
    --daisy-blue: #5B3A8A;
}

@font-face {
    font-family: "Gill Sans";
    src: url(../webfonts/gill-sans.ttf);
}

@font-face {
    font-family: "Proxima Nova Medium";
    src: url(../webfonts/proxima-nova-regular.ttf);
}

@font-face {
    font-family: "Brittany Signature Script Regular";
    src: url(../webfonts/brittany-signature-script-regular.ttf);
}

.proxima-nova-medium {
    font-family: "Proxima Nova Medium", sans-serif !important;
}

.brittany-signature-script {
    font-family: "Brittany Signature Script Regular", sans-serif !important;
}

.bg-scooter {
    background-color: var(--scooter);
}

.bg-baby-blue {
    background-color: var(--baby-blue);
}

.bg-shamrock {
    background-color: var(--shamrock);
}

.bg-gorse {
    background-color: var(--gorse);
}

.bg-clear-day {
    background-color: var(--clear-day);
}

.bg-jewel {
    background-color: var(--jewel);
}

.bg-dark-curulean {
    background-color: var(--dark-curulean);
}

.bg-saddle-brown {
    background-color: var(--saddle-brown);
}

.bg-daisy-blue {
    background-color: var(--daisy-blue);
}

.bg-carrot-orange {
    background-color: var(--carrot-orange);
}

.bg-old-lace {
    background-color: var(--old-lace);
}

.text-scooter {
    color: var(--scooter);
}

.text-shamrock {
    color: var(--shamrock);
}

.text-carrot-orange {
    color: var(--carrot-orange);
}

.text-valencia {
    color: var(--valencia);
}

.text-gorse {
    color: var(--gorse);
}

.text-jewel {
    color: var(--jewel);
}

.text-dark-curulean {
    color: var(--dark-curulean);
}

.text-saddle-brown {
    color: var(--saddle-brown);
}

.text-daisy-blue {
    color: var(--daisy-blue);
}

.link-boston-blue {
    color: var(--boston-blue);
    font-weight: 700;
}

.link-boston-blue:hover {
    color: var(--valencia) !important;
}

.btn-gorse {
    color: #000;
    font-weight: 800;
    background-color: var(--gorse-85);
}

.btn-gorse:hover {
    background-color: rgba(255, 224, 101, 0.8);
}

.alt-font {
    font-family: "Proxima Nova Medium", sans-serif;
}

.table > tbody > tr,
.table > tfoot > tr {
    font-family: "Proxima Nova Medium", sans-serif !important;
}

.table > thead > tr {
    font-family: "Gill Sans", sans-serif !important;
}

h2,
h3,
h4,
h5,
h6,
footer {
    color: #232323;
    font-family: "Gill Sans", sans-serif !important;
}

h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 2px;
}

p {
    font-size: 21px;
    color: #232323;
    letter-spacing: 0.8px !important;
    font-family: "Proxima Nova Medium", sans-serif !important;
}

.text-extra-medium {
    font-size: 17px;
}

.rounded-1 {
    border-radius: 1rem !important;
}

.rounded-2 {
    border-radius: 2rem !important;
}

.rounded-3 {
    border-radius: 3rem !important;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .3) !important;
}

.table > tbody > td,
.table > tfoot > tr {
    font-family: "Proxima Nova Medium", sans-serif !important;
}

.table > thead > th {
    font-family: "Gill Sans", sans-serif !important;
}

.list-style-3 li {
    position: relative;
    padding: 0 0 0 22px;
    margin: 0 0 11px 0;
    font-size: 21px;
    color: #232323;
    letter-spacing: 0.8px !important;
    font-family: "Proxima Nova Medium", sans-serif !important;
}

.menu-text {
    color: #fff;
    font-size: 16px;
    font-family: "Gill Sans", sans-serif !important;
}

header nav .navbar-nav.text-normal > li > a {
    font-size: 16px;
    font-weight: 700;
}

.full-width-pull-menu .link-style-2 ul li a {
    font-size: 35px;
    line-height: 75px;
    font-family: "Gill Sans", sans-serif !important;
}

.full-width-pull-menu .link-style-2 .dropdown ul {
    left: 25px;
}

.full-width-pull-menu .link-style-2 .dropdown ul li a {
    font-size: 20px;
    line-height: 35px;
}

video {
    width: 100%;
    height: auto;

    object-fit: cover;
}

.initial-text {
    display: initial;
}

.svg-waves {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 0;
    z-index: 0;
}

.svg-waves-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 0;
    z-index: 0;
    transform: rotate(180deg);
}

.circle-badge {
    position: absolute;
    top: -75px;
    left: 50%;
    transform: translateX(-50%);
    width: 145px;
    height: 145px;
    border-radius: 30%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    border: 12px solid var(--shamrock) !important;
}

blockquote {
    position: relative;
    color: #31aad9;
    padding: 30px 15px;
    width: 100%;

    z-index: 1;

    align-self: center;
    border-top: solid 1rem #1d5c8b;
    border-left: 0;
    box-shadow: 0 12px 35px -11px rgba(0, 0, 0, 0.4);
    background-color: #fff;
    text-align: center;
    border-radius: 1rem;
    transition: all 1s;
}

blockquote:after {
    font-family: "Font Awesome 6 Free", serif;
    font-weight: 900;
    position: absolute;
    content: "\f10d";
    color: #ffffff;
    font-size: 3rem;
    line-height: 0;
    top: -10px;
    left: 30px;
    -webkit-text-fill-color: #ffffff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #1d5c8b;
}

blockquote:before {
    font-family: "Font Awesome 6 Free", serif;
    font-weight: 900;
    position: absolute;
    content: "\f10e";
    color: #ffffff;
    font-size: 3rem;
    line-height: 0;
    bottom: -10px;
    right: 30px;
    -webkit-text-fill-color: #ffffff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #1d5c8b;
}

.login-hidden {
    display: none !important;
}

#contact-pwd {
    text-align: center;
    font-size: 24px;
    color: #232323;
    letter-spacing: 1.5px;
    font-family: "Proxima Nova Medium", sans-serif !important;
}

input[type="password"] {
    text-align: center;
}

#contact-pwd::placeholder {
    font-size: 16px;
    text-align: center;
}

#contact-pwd::-moz-placeholder {
    font-size: 16px;
    text-align: center;
}

#contact-pwd:-ms-input-placeholder {
    font-size: 16px;
    text-align: center;
}

#contact-pwd::-ms-input-placeholder {
    font-size: 16px;
    text-align: center;
}

.mission-card {
    background: #2f4fa8;
    border-radius: 40px;
    min-height: 255px;
}

.mission-img-wrap {
    background: #d9d9d9;
}

.mission-img-wrap picture {
    width: 100%;
    height: 100%;
    display: block;
}

.mission-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.highcharts-credits {
    display: none !important;
}

.list-style-3 li:before {
    background-color: var(--shamrock);
}

.navbar-expand-lg .navbar-toggler {
    display: block !important;
}

.stats-row {
    --bs-gutter-x: 12px;
    --bs-gutter-y: 12px;
    margin-bottom: 12px;
}

.stat-card,
.stat-img {
    border-radius: 14px;
    overflow: hidden;
}

.stat-card {
    color: #ffffff;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 16px 12px;
}

.stat-card-scooter {
    background: var(--baby-blue);
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 18px 10px;
    border-radius: 16px;
}

.stat-card-clear-day {
    background: var(--baby-blue);
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 18px 10px;
    border-radius: 16px;
}

.stat-img {
    background: #d9d9d9;
}

.stat-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.stat-img-tall,
.stat-img-large {
    height: 100%;
}

.next-gen-highlights {
    background: #ffffff;
    border-radius: 24px;
    padding: 34px 32px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.next-gen-highlight-item {
    display: flex;
    gap: 18px;
    padding: 8px 0 0 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.next-gen-highlight-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.next-gen-number {
    flex: 0 0 90px;
    width: 72px;
    height: 72px;
    border-radius: 18px;
    background: var(--baby-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.next-gen-content h5 {
    margin: 0 0 6px;
    line-height: 1.25;
}

.next-gen-content p {
    margin: 0;
    line-height: 1.6;
}

.platform-badge {
    position: absolute;
    top: -75px;
    left: 50%;
    transform: translateX(-50%);
    width: 145px;
    height: 145px;
    border-radius: 30%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 2px solid var(--white) !important;
}

/* =========================
   ANNUAL REPORT MAP
========================= */

.annual-map-section {
    padding: 80px 0;
    background: #f8fafc;
}

.annual-map-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 24px;
}

.annual-map-eyebrow {
    display: block;
    margin-bottom: 8px;
    color: #64748b;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.14em;
}

.annual-map-total {
    display: flex;
    align-items: baseline;
    gap: 8px;
    color: #334155;
}

.annual-map-total strong {
    color: #232323;
    font-size: clamp(30px, 5vw, 40px);
    font-weight: 700;
    line-height: 1;
}

.annual-map-total span {
    font-size: 17px;
    font-weight: 600;
}

.annual-map-card {
    padding: 18px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 26px;
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
}

#annual-world-map {
    width: 100%;
    height: clamp(360px, 55vw, 610px);
    overflow: hidden;
    background: #4b5563;
    border-radius: 18px;
}

.annual-map-status {
    margin: 14px 0 0;
    text-align: center;
}

/* Zoom buttons */

#annual-world-map .jvm-zoom-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    background: #1f2937;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 7px;
    color: #ffffff;
    font-size: 19px;
    line-height: 1;
    box-shadow: 0 5px 14px rgba(15, 23, 42, 0.25);
}

#annual-world-map .jvm-zoom-btn:hover {
    background: #111827;
}

/* Tooltip */

.jvm-tooltip {
    padding: 8px 12px;
    background: #111827;
    border-radius: 6px;
    color: #ffffff;
    font-family: inherit;
    font-size: 13px;
    font-weight: 600;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.25);
}

/* Country list */

.annual-map-list {
    margin-top: 20px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
}

.annual-map-list summary {
    padding: 16px 20px;
    cursor: pointer;
}

.annual-country-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px 20px;
    padding: 0 20px 22px;
}

.annual-country-item {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #232323;
    font-size: 15px;
}

.annual-country-dot {
    flex: 0 0 auto;
    width: 13px;
    height: 13px;
    border-radius: 50%;
}

/*  */
.numbers-note {
    position: relative;
    display: inline-flex;
}

.numbers-note-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 14px;
    border: 1px solid rgba(15, 66, 99, 0.2);
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.45);
    color: #174a6e;
    font-family: inherit;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    cursor: help;
    transition:
        background-color 0.2s ease,
        border-color 0.2s ease;
}

.numbers-note-button i {
    font-size: 15px;
}

.numbers-note-button:hover,
.numbers-note-button:focus {
    background-color: rgba(255, 255, 255, 0.75);
    border-color: rgba(15, 66, 99, 0.4);
    outline: none;
}

.numbers-note-tooltip {
    position: absolute;
    right: 0;
    bottom: calc(100% + 12px);
    z-index: 20;
    width: max-content;
    max-width: 340px;
    padding: 14px 18px;
    border-radius: 8px;
    background-color: #173f59;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
    box-shadow: 0 8px 24px rgba(20, 45, 60, 0.2);

    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    pointer-events: none;

    transition:
        opacity 0.2s ease,
        visibility 0.2s ease,
        transform 0.2s ease;
}

.numbers-note-tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    right: 22px;
    border-width: 7px;
    border-style: solid;
    border-color: #173f59 transparent transparent transparent;
}

.numbers-note:hover .numbers-note-tooltip,
.numbers-note:focus-within .numbers-note-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

@media (max-width: 767px) {
    .numbers-note-tooltip {
        width: 280px;
        max-width: calc(100vw - 60px);
        font-size: 15px;
    }
}

/* Annual Report Story Row  */

.annual-stats .stats-row-story {
    display: block;
    padding: 0;
}

.annual-stats .story-content {
    display: block;
}

.annual-stats .story-content::after {
    content: "";
    display: table;
    clear: both;
}

.annual-stats .story-content p {
    margin-bottom: 22px;
}

/* More wrapped floating stat */
.annual-stats .stat-card-wrap {
    float: right;
    width: 235px;
    min-height: 285px;
    margin: 0 0 18px 22px;
    padding: 34px 24px;
    background: var(--baby-blue);
    border-radius: 26px;
    box-shadow: none;
    text-align: center;

    shape-outside: inset(0 round 26px);
    -webkit-shape-outside: inset(0 round 26px);
}

.annual-stats .stat-card-wrap h4 {
    margin-bottom: 24px;
}

.annual-stats .stat-card-wrap p {
    margin-bottom: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Tablet */
@media (max-width: 991.98px) {
    .annual-stats .stat-card-wrap {
        width: 220px;
        min-height: 260px;
        margin: 0 0 16px 20px;
        padding: 30px 22px;
    }
}

/* Mobile */
@media (max-width: 575.98px) {
    .annual-stats .stat-card-wrap {
        float: none;
        width: 100%;
        min-height: auto;
        margin: 0 0 22px;
        padding: 24px 20px;
        border-radius: 20px;

        shape-outside: none;
        -webkit-shape-outside: none;
    }
}


.at-glance-numbers {
    border-color: rgba(35, 126, 216, 0.45) !important;
}

.glance-line {
    width: 110px;
    height: 1px;
    background: rgba(35, 126, 216, 0.55);
}

.letter-spacing-1 {
    letter-spacing: 0.08em;
}

.glance-icon {
    width: 68px;
    height: 68px;
    flex: 0 0 68px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.glance-icon i {
    font-size: 28px;
}

.glance-green {
    background: rgba(25, 135, 84, 0.15);
    color: #198754;
}

.glance-blue {
    background: rgba(13, 110, 253, 0.12);
    color: #0d6efd;
}

.glance-orange {
    background: rgba(197, 92, 35, 0.15);
    color: #c55c23;
}

.glance-orange-text {
    color: #c55c23;
}

.glance-purple {
    background: rgba(118, 68, 164, 0.15);
    color: #7440a4;
}

.glance-purple-text {
    color: #7440a4;
}

.swiper-horizontal {
    .swiper-button-next, .swiper-button-prev, ~.swiper-button-next, ~.swiper-button-prev {
        top: var(--swiper-navigation-top-offset, 60%);
    }
}

.swiper-button-next, .swiper-button-prev {
    color: #ffffff;
}

/* Internal lines */
@media (min-width: 768px) {
    
}

@media (max-width: 767.98px) {
    .glance-line {
        width: 45px;
    }

    .glance-cell {
        border-bottom: 1px solid rgba(35, 126, 216, 0.16);
    }

    .glance-icon {
        width: 56px;
        height: 56px;
        flex-basis: 56px;
    }
    
    .at-glance-numbers .glance-cell:nth-child(2),
    .at-glance-numbers .glance-cell:nth-child(4) {
        border-right: 1px solid rgba(35, 126, 216, 0.16);
    }

    .at-glance-numbers .glance-cell:nth-child(2),
    .at-glance-numbers .glance-cell:nth-child(3) {
        border-bottom: 1px solid rgba(35, 126, 216, 0.16);
    }
}


@media (max-width: 575.98px) {
    .audio-control {
        font-size: 20px;
        opacity: 1;
        position: absolute;
        top: 16%;
        right: 3%;
        transition: opacity 0.3s;
        z-index: 1;
        background-color: var(--shamrock);
        padding: 7px;
        border-radius: 0.25rem !important;
    }

    h2 {
        font-size: 1.75rem;
    }

    h3 {
        font-size: 1.5rem;
    }

    h4 {
        font-size: 1.25rem;
    }

    h5 {
        font-size: 1.125rem;
    }

    h6 {
        font-size: 1rem;
    }

    p {
        font-size: 1rem;
    }

    .list-style-3 li {
        margin: 0 0 5px 0;
        font-size: 1rem;
    }

    .navbar-fixed-top {
        top: -9px;
    }

    blockquote {
        padding: 12px 8px !important;
    }

    .swiper-button-next,
    .swiper-button-prev {
        top: var(--swiper-navigation-top-offset, 60%) !important;
    }

    .wave-svg,
    .svg-waves-bottom {
        height: 2.5vh;
    }

    .next-gen-highlights {
        padding: 26px 22px;
        border-radius: 20px;
    }

    .next-gen-highlight-item {
        gap: 14px;
    }

    .next-gen-number {
        flex: 0 0 58px;
        width: 58px;
        height: 58px;
        border-radius: 14px;
    }

    #annual-world-map {
        height: 340px;
    }

    .annual-country-grid {
        grid-template-columns: 1fr;
    }
    
    .platform-badge {
        position: absolute;
        top: -75px;
        width: 145px;
        height: 145px;
        padding: 0;
    }
    
    .annual-map-section {
        padding: 50px 0;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .audio-control {
        font-size: 20px;
        opacity: 1;
        position: absolute;
        top: 24%;
        right: 3%;
        transition: opacity 0.3s;
        z-index: 1;
        background-color: var(--shamrock);
        padding: 7px;
        border-radius: 0.25rem !important;
    }

    h2 {
        font-size: 1.75rem;
    }

    h3 {
        font-size: 1.5rem;
    }

    h4 {
        font-size: 1.25rem;
    }

    h5 {
        font-size: 1.125rem;
    }

    h6 {
        font-size: 1rem;
    }

    p {
        font-size: 1rem;
    }

    .list-style-3 li {
        margin: 0 0 5px 0;
        font-size: 1rem;
    }

    .mission-card {
        border-radius: 22px;
    }

    .mission-img {
        height: 220px;
    }

    .annual-map-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
    }

    .annual-map-card {
        padding: 10px;
        border-radius: 18px;
    }

    #annual-world-map {
        height: 390px;
        border-radius: 12px;
    }

    .annual-country-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    
    .platform-badge {
        position: absolute;
        top: -75px;
        width: 145px;
        height: 145px;
        padding: 0;
    }
    
    .annual-map-section {
        padding: 50px 0;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .audio-control {
        font-size: 30px;
        position: absolute;
        top: 33%;
        right: 3%;
        transition: opacity 0.3s;
        z-index: 1;
        background-color: var(--shamrock);
        padding: 7px;
        border-radius: 0.25rem !important;
    }

    h2 {
        font-size: 43px !important;
    }

    h3 {
        font-size: 38px !important;
    }

    h4 {
        font-size: 32px !important;
    }

    h5 {
        font-size: 27px !important;
    }

    h6 {
        font-size: 23px !important;
    }

    p {
        font-size: 1.3rem !important;
    }

    .text-medium {
        font-size: 17px !important;
    }

    .list-style-3 li {
        margin: 0 0 5px 0;
        font-size: 1.3rem;
    }

    .wave-svg,
    .svg-waves-bottom {
        height: 2vh;
    }

    .btn-gorse {
        font-weight: 700 !important;
    }

    .pwd-input {
        width: 60% !important;
    }

    .mission-card {
        border-radius: 28px;
    }

    .mission-img {
        height: 280px;
    }

    .annual-map-section {
        padding: 60px 0;
    }

    .annual-country-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .audio-control {
        font-size: 30px;
        position: absolute;
        top: 36%;
        right: 3%;
        transition: opacity 0.3s;
        z-index: 1;
        background-color: var(--shamrock);
        padding: 7px;
        border-radius: 0.25rem !important;
    }
}

@media (min-width: 1200px) {
    .audio-control {
        font-size: 35px;
        position: absolute;
        top: 50%;
        right: 3%;
        transition: opacity 0.3s;
        z-index: 1;
        background-color: var(--shamrock);
        padding: 7px;
        border-radius: 0.25rem !important;
    }
}

/* =========================================================
   ANNUAL REPORT STATS - MOBILE FIX
   CSS ONLY - DOES NOT CHANGE DESKTOP
========================================================= */

@media (max-width: 575.98px) {

    /* -----------------------------------------------------
       MOBILE GRID
       Force normal stat blocks into 2 columns
    ----------------------------------------------------- */

    .annual-stats .stats-row {
        margin-left: -6px !important;
        margin-right: -6px !important;
        row-gap: 12px;
        align-items: stretch !important;
    }

    .annual-stats .stats-row > [class^="col-"],
    .annual-stats .stats-row > [class*=" col-"] {
        flex: 0 0 50% !important;
        width: 50% !important;
        max-width: 50% !important;

        padding-left: 6px !important;
        padding-right: 6px !important;

        margin-bottom: 0 !important;
    }


    /* Keep items that are intentionally col-12 full width */
    .annual-stats .stats-row > .col-12 {
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100% !important;
    }


    /* -----------------------------------------------------
       STAT CARDS
    ----------------------------------------------------- */

    .annual-stats .stat-card {
        width: 100% !important;
        height: 158px !important;
        min-height: 158px !important;

        padding: 15px 10px !important;

        display: flex !important;
        flex-direction: column;
        align-items: center;
        justify-content: center;

        text-align: center;

        border-radius: 16px !important;
        overflow: hidden;
    }

    .annual-stats .stat-card h4 {
        margin: 0 0 7px !important;

        font-size: 27px !important;
        line-height: 1 !important;

        white-space: nowrap;
    }

    .annual-stats .stat-card p {
        margin: 0 !important;
        padding: 0 4px !important;

        font-size: 14px !important;
        line-height: 1.2 !important;

        white-space: normal !important;
        word-break: normal !important;
        overflow-wrap: normal !important;
        hyphens: none !important;
    }


    /* -----------------------------------------------------
       IMAGES
       Make image tiles exactly the same height as stat tiles
    ----------------------------------------------------- */

    .annual-stats .stat-img {
        width: 100% !important;
        height: 158px !important;
        min-height: 158px !important;

        border-radius: 16px !important;
        overflow: hidden;
    }

    .annual-stats .stat-img img {
        display: block !important;

        width: 100% !important;
        height: 100% !important;

        object-fit: cover !important;
        object-position: center !important;
    }


    /* -----------------------------------------------------
       FULL WIDTH IMAGES
       col-12 images can be taller
    ----------------------------------------------------- */

    .annual-stats .stats-row > .col-12 .stat-img {
        height: 215px !important;
        min-height: 215px !important;
    }


    /* -----------------------------------------------------
       SPECIAL STACKED LAYOUTS
       Baptism / Church / Community
       
       Left image = height of the two right tiles together
    ----------------------------------------------------- */

    .annual-stats .stats-row-baptism-stack {
        row-gap: 0 !important;
    }

    .annual-stats .stats-row-baptism-stack > div:first-child {
        display: flex;
    }

    .annual-stats .stats-row-baptism-stack > div:first-child .stat-img {
        height: 332px !important;
        min-height: 332px !important;
    }

    .annual-stats .stats-row-baptism-stack > div:nth-child(2) > .d-flex {
        gap: 16px !important;
    }

    .annual-stats .stats-row-baptism-stack > div:nth-child(2) .stat-img,
    .annual-stats .stats-row-baptism-stack > div:nth-child(2) .stat-card {
        height: 158px !important;
        min-height: 158px !important;
        flex: 0 0 158px;
    }


    /* -----------------------------------------------------
       SERVING / LEADERSHIP SECTION
       7 items = 3 rows of 2 + final wide photo
    ----------------------------------------------------- */

    .next-gen-highlight-item .stats-row > div:last-child:nth-child(odd) {
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .next-gen-highlight-item
    .stats-row > div:last-child:nth-child(odd) .stat-img {
        height: 205px !important;
        min-height: 205px !important;
    }


    /* -----------------------------------------------------
       SPACING BETWEEN MASONRY ROWS
    ----------------------------------------------------- */

    .annual-stats .annual-stats-masonry {
        margin-top: 12px !important;
    }
}

/* =========================================================
   WATER BAPTISM - MOBILE CUSTOM LAYOUT
========================================================= */

@media (max-width: 575.98px) {

    /* -----------------------------------------------------
       TOP CUSTOM BAPTISM BLOCK
    ----------------------------------------------------- */

    #growingfaith .stats-row-baptism-stack {
        display: flex !important;
        flex-wrap: wrap !important;

        margin-left: -6px !important;
        margin-right: -6px !important;

        row-gap: 12px !important;
    }


    /* Main baptism photo = full width */
    #growingfaith .stats-row-baptism-stack > div:first-child {
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100% !important;

        padding-left: 6px !important;
        padding-right: 6px !important;
    }

    #growingfaith .stats-row-baptism-stack > div:first-child .stat-img {
        width: 100% !important;

        height: 230px !important;
        min-height: 230px !important;

        border-radius: 16px !important;
        overflow: hidden;
    }

    #growingfaith .stats-row-baptism-stack > div:first-child .stat-img img {
        width: 100% !important;
        height: 100% !important;

        object-fit: cover !important;
        object-position: center 42% !important;
    }


    /* -----------------------------------------------------
       Second column becomes its own full-width row
    ----------------------------------------------------- */

    #growingfaith .stats-row-baptism-stack > div:nth-child(2) {
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100% !important;

        padding-left: 6px !important;
        padding-right: 6px !important;
    }


    /* Image + 405 card side by side */
    #growingfaith
    .stats-row-baptism-stack
    > div:nth-child(2)
    > .d-flex {

        display: flex !important;
        flex-direction: row !important;

        width: 100% !important;

        gap: 12px !important;
    }


    /* Both tiles exactly 50/50 */
    #growingfaith
    .stats-row-baptism-stack
    > div:nth-child(2)
    > .d-flex
    > .stat-img,

    #growingfaith
    .stats-row-baptism-stack
    > div:nth-child(2)
    > .d-flex
    > .stat-card {

        flex: 1 1 0 !important;

        width: calc(50% - 6px) !important;
        min-width: 0 !important;

        height: 170px !important;
        min-height: 170px !important;

        border-radius: 16px !important;
    }


    /* Small image */
    #growingfaith
    .stats-row-baptism-stack
    > div:nth-child(2)
    .stat-img {

        overflow: hidden;
    }

    #growingfaith
    .stats-row-baptism-stack
    > div:nth-child(2)
    .stat-img img {

        width: 100% !important;
        height: 100% !important;

        object-fit: cover !important;
        object-position: center !important;
    }


    /* 405 card */
    #growingfaith
    .stats-row-baptism-stack
    > div:nth-child(2)
    .stat-card {

        display: flex !important;
        flex-direction: column !important;

        align-items: center !important;
        justify-content: center !important;

        padding: 16px 12px !important;

        text-align: center;
    }

    #growingfaith
    .stats-row-baptism-stack
    > div:nth-child(2)
    .stat-card h4 {

        margin-bottom: 7px !important;

        font-size: 28px !important;
        line-height: 1 !important;
    }

    #growingfaith
    .stats-row-baptism-stack
    > div:nth-child(2)
    .stat-card p {

        padding: 0 !important;
        margin: 0 !important;

        font-size: 14px !important;
        line-height: 1.2 !important;
    }


    /* -----------------------------------------------------
       REMAINING BAPTISM STATS
    ----------------------------------------------------- */

    #growingfaith .annual-stats-masonry {
        margin-top: 12px !important;
    }


    /* Full-width 2,848 card */
    #growingfaith
    .annual-stats-masonry
    > .col-12
    .stat-card {

        height: auto !important;
        min-height: 130px !important;

        padding: 22px 20px !important;
    }

    #growingfaith
    .annual-stats-masonry
    > .col-12
    .stat-card h4 {

        font-size: 30px !important;
    }

    #growingfaith
    .annual-stats-masonry
    > .col-12
    .stat-card p {

        max-width: 250px;

        font-size: 14px !important;
        line-height: 1.25 !important;
    }


    /* Remaining half-width tiles */
    #growingfaith
    .annual-stats-masonry
    > .col-6
    .stat-card,

    #growingfaith
    .annual-stats-masonry
    > .col-6
    .stat-img {

        height: 170px !important;
        min-height: 170px !important;
    }


    /* Final full-width image */
    #growingfaith
    .annual-stats-masonry
    > .col-12
    .stat-img {

        height: 220px !important;
        min-height: 220px !important;
    }

}

/* =========================================================
   WATER BAPTISM - REMOVE RIGHT GAP
========================================================= */

@media (max-width: 575.98px) {

    #growingfaith .annual-stats-masonry {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 12px !important;

        width: 100% !important;
        max-width: 100% !important;

        margin: 12px 0 0 !important;
        padding: 0 !important;
    }

    /* Remove Bootstrap column gutters inside this grid */
    #growingfaith .annual-stats-masonry > [class*="col-"] {
        width: 100% !important;
        max-width: none !important;

        flex: none !important;

        padding-left: 0 !important;
        padding-right: 0 !important;

        margin: 0 !important;
    }

    /* Items defined as col-12 span both mobile columns */
    #growingfaith .annual-stats-masonry > .col-12 {
        grid-column: 1 / -1 !important;
    }

    /* Cards/images completely fill their grid cell */
    #growingfaith .annual-stats-masonry .stat-card,
    #growingfaith .annual-stats-masonry .stat-img {
        width: 100% !important;
    }
}

/* =========================================================
   WATER BAPTISM - FINAL MOBILE WIDTH FIX
========================================================= */

@media (max-width: 575.98px) {

    /* Make top baptism composition use the exact same width
       as the masonry/grid underneath */
    #growingfaith .stats-row-baptism-stack {
        width: 100% !important;
        max-width: 100% !important;

        margin-left: 0 !important;
        margin-right: 0 !important;

        padding-left: 0 !important;
        padding-right: 0 !important;
    }


    /* Remove the extra Bootstrap gutter around
       the large photo and the image + 405 row */
    #growingfaith .stats-row-baptism-stack > div:first-child,
    #growingfaith .stats-row-baptism-stack > div:nth-child(2) {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }


    /* Ensure both wrappers really occupy all available width */
    #growingfaith .stats-row-baptism-stack > div:first-child,
    #growingfaith .stats-row-baptism-stack > div:nth-child(2) {
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100% !important;
    }


    /* Large baptism image fills edge-to-edge */
    #growingfaith
    .stats-row-baptism-stack
    > div:first-child
    .stat-img {
        width: 100% !important;
        max-width: 100% !important;
    }


    /* Image + 405 row fills edge-to-edge */
    #growingfaith
    .stats-row-baptism-stack
    > div:nth-child(2)
    > .d-flex {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
    }

}
