/**
 * Network Page Styles
 * Specific styles for the Utilities Network page
 * Max width: 1440px, responsive design
 */

/* ============================================
   General Page Styles
   ============================================ */

/* Remove default margin-top from site-main for Network page */
.page-template-page-network .site-main {
    margin-top: 136px !important;
}

/* ============================================
   GET IN TOUCH - STABILITY OVERRIDES (NETWORK ONLY)
   ============================================ */

.page-template-page-network .get-in-touch-section {
    background: #fff;
    padding: 45px 104px 90px;
    margin: 0;
    gap: 45px;
}

.page-template-page-network .git-section-title {
    width: 920px;
    max-width: 100%;
}

.page-template-page-network .git-contacts-wrapper {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 45px;
    margin: 0;
    padding: 0;
}

.page-template-page-network .git-contact-card {
    flex: 1 1 0;
    max-width: none;
    width: auto;
}

.page-template-page-network .git-card-inner {
    min-height: 0;
    padding: 50px;
    border-radius: 12px;
    background-color: rgba(230, 247, 253, 0.5);
}

.page-template-page-network .git-card-content {
    height: auto;
    gap: 35px;
    justify-content: flex-start;
}

.page-template-page-network .git-contact-header {
    align-items: center;
    gap: 25px;
}

.page-template-page-network .git-photo-wrapper,
.page-template-page-network .git-divider {
    display: flex;
}

.page-template-page-network .git-divider {
    display: block;
}

.page-template-page-network .git-contact-info {
    gap: 15px;
}

.page-template-page-network .git-contact-item {
    width: auto;
    min-width: 0;
    gap: 10px;
}

.page-template-page-network .git-contact-text {
    min-width: 0;
    overflow-wrap: anywhere;
}

@media (max-width: 768px) {
    .page-template-page-network .get-in-touch-section {
        padding: 0 16px;
        margin: 16px 0;
        gap: 35px;
    }

    .page-template-page-network .git-contacts-wrapper {
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        margin: 0;
        padding: 0;
        gap: 30px;
    }

    .page-template-page-network .git-contact-card {
        flex: 1 1 auto;
        max-width: 100%;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .page-template-page-network .git-card-inner {
        width: 100%;
        min-height: 0;
        padding: 30px 20px;
        border-radius: 0;
    }

    .page-template-page-network .git-contact-header {
        flex-direction: row;
        align-items: center;
        gap: 20px;
    }
}

@media (max-width: 480px) {
    .page-template-page-network .get-in-touch-section {
        padding: 0 16px;
    }

    .page-template-page-network .git-contacts-wrapper {
        margin: 0;
        padding: 0;
    }

    .page-template-page-network .git-card-inner {
        padding: 25px 15px;
        border-radius: 0;
    }

    .page-template-page-network .git-contact-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
}

.network-page {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto !important;
    padding: 0 !important;
    background-color: #fff;
    font-family: 'Be Vietnam Pro', sans-serif;
    color: #000229;
}

/* ============================================
   Hero Section
   ============================================ */
.network-hero-section {
    width: 100%;
    background-color: #fff;
    padding: 45px 104px 0 !important;
    margin: 0 0 45px 0 !important;
}

.network-hero-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.network-hero-left {
    flex: 1;
    max-width: 609px;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.network-hero-title {
    font-size: 52px;
    font-weight: 700;
    line-height: 60px;
    color: #0065A4;
    margin: 0;
}

.network-hero-description {
    font-size: 17px;
    line-height: 1.5;
    color: #000229;
}

.network-hero-description p {
    margin: 0;
}

.network-hero-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.network-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
}

.network-btn-primary {
    background-color: #0065A4;
    color: #fff;
    border-radius: 2px;
    padding: 12px 16px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    min-width: 143px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.network-btn-primary:hover {
    background-color: #004D7F;
}

.network-btn-secondary {
    background-color: #000229;
    color: #fff;
    border-radius: 2px;
    padding: 12px 16px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    min-width: 143px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.network-btn-secondary:hover {
    background-color: #001A3D;
}

.network-hero-right {
    flex: 1;
    max-width: 609px;
}

.network-hero-image {
    width: 100%;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
}

/* ============================================
   Statistics Section with Map
   ============================================ */
.network-stats-section {
    width: 100%;
    background-color: #000229;
    padding: 0;
    margin: 90px 0;
    position: relative;
}

.network-stats-wrapper {
    width: 100%;
    height: 597px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000229;
}

.network-stats-map-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

.network-stats-map {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    transform-origin: center center;
    transition: transform 0.25s ease;
}

.network-map-zoom-controls {
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 2;
    display: flex;
    gap: 8px;
}

.network-map-zoom-btn {
    min-width: 44px;
    height: 44px;
    padding: 0 12px;
    border: none;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.network-map-zoom-btn:hover {
    background: rgba(0, 0, 0, 0.7);
}

.network-stats-card {
    position: absolute;
    top: 50%;
    right: 104px;
    transform: translateY(-50%);
    width: 297px;
    border-radius: 12px;
    background-color: rgba(84, 85, 96, 0.6);
    padding: 25px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    z-index: 1;
}

.network-stats-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}

.network-stat-label-header {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: rgba(230, 247, 253, 0.45);
    white-space: nowrap;
}

.network-stat-divider-header {
    flex: 1;
    height: 1px;
    background-color: rgba(230, 247, 253, 0.5);
}

.network-stat-main {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 12px;
}

.network-stat-number-large {
    font-size: 52px;
    line-height: 60px;
    font-weight: 700;
    color: #fff;
}

.network-stat-label-main {
    font-size: 21px;
    line-height: 27px;
    font-weight: 600;
    color: #fff;
}

.network-stat-divider-full {
    width: 100%;
    height: 1px;
    background-color: rgba(230, 247, 253, 0.3);
}

.network-stats-bottom {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.network-stat-item-small {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 12px;
}

.network-stat-number-small {
    font-size: 52px;
    line-height: 60px;
    font-weight: 700;
}

.network-stat-number-small.network-stat-blue {
    color: #00b1ee;
}

.network-stat-number-small.network-stat-gold {
    color: #b5923d;
}

.network-stat-label-small {
    font-size: 21px;
    line-height: 27px;
    font-weight: 600;
}

.network-stats-bottom .network-stat-item-small:first-child .network-stat-label-small {
    color: #00b1ee;
}

.network-stats-bottom .network-stat-item-small:last-child .network-stat-label-small {
    color: #b5923d;
}

/* ============================================
   GWLG Section
   ============================================ */
.network-gwlg-section {
    width: 100%;
    background-color: #fff;
    padding: 0 104px 0;
    margin: 45px 0;
}

.network-gwlg-content {
    border-radius: 12px;
    background-color: #EEEEEF;
    padding: 50px;
    display: flex;
    flex-direction: column;
    gap: 45px;
}

.network-gwlg-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 35px;
}

.network-gwlg-logo {
    width: 259px;
    height: 90px;
    border-radius: 12px;
    object-fit: cover;
}

.network-gwlg-time {
    font-size: 17px;
    line-height: 23px;
    font-weight: 300;
    color: #000229;
    display: block;
}

.network-gwlg-description {
    font-size: 17px;
    line-height: 23px;
    font-weight: 300;
    color: #000229;
}

.network-gwlg-description strong,
.network-gwlg-description b {
    font-weight: 700;
}

/* ============================================
   Initiatives Section
   ============================================ */
.network-initiatives {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 15px;
}

.network-initiative {
    flex: 1;
    border-radius: 12px;
    background-color: #fff;
    padding: 25px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.network-initiative-logo {
    width: 269px;
    height: 65px;
    border-radius: 12px;
    object-fit: contain;
}

.network-initiative-title {
    font-size: 21px;
    line-height: 27px;
    font-weight: 600;
    color: #0065A4;
    margin: 0;
}

.network-initiative-description {
    font-size: 17px;
    line-height: 23px;
    font-weight: 300;
    color: #000229;
    margin: 0;
    flex: 1;
}

/* Partners */
.network-partners {
    align-self: stretch;
    border-top: 1px solid rgba(0, 101, 164, 0.3);
    padding-top: 25px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 25px;
}

.network-partner {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 180px;
}

.network-partner-label {
    align-self: stretch;
    border-radius: 12px 12px 0 0;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 17px;
    line-height: 23px;
    font-weight: 300;
    text-align: center;
}

/* Foundation Partner - Blue header */
.network-initiative-lutw .network-partner:first-child .network-partner-label,
.network-initiative-300 .network-partner:last-child .network-partner-label {
    background-color: #0065A4;
    color: #fff;
}

/* Corporate Members / Principal Partner - Gray header */
.network-initiative-lutw .network-partner:last-child .network-partner-label,
.network-initiative-300 .network-partner:first-child .network-partner-label {
    background-color: #D9D9D9;
    color: #000229;
}

.network-partner-logos {
    align-self: stretch;
    border-radius: 0 0 12px 12px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 115px;
    flex: 1;
    gap: 10px;
}

/* Foundation Partner - Blue border */
.network-initiative-lutw .network-partner:first-child .network-partner-logos,
.network-initiative-300 .network-partner:last-child .network-partner-logos {
    border: 1px solid #0065A4;
    border-top: none;
}

/* Corporate Members / Principal Partner - Gray border */
.network-initiative-lutw .network-partner:last-child .network-partner-logos,
.network-initiative-300 .network-partner:first-child .network-partner-logos {
    border: 1px solid #D9D9D9;
    border-top: none;
}

.network-partner-logo {
    max-width: 144px;
    max-height: 85px;
    width: auto;
    height: auto;
    object-fit: contain;
}

/* ============================================
   Utilities at the Summit Section (Speakers)
   Note: This section reuses styles from speakers.css
   ============================================ */





/* Pagination */
.network-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 0 25px;
}

.network-pagination-btn {
    padding: 10px 16px;
    border-radius: 8px;
    border: 1px solid rgba(230, 247, 253, 0.3);
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.network-pagination-btn:hover:not(:disabled) {
    background-color: #00B1EE;
    border-color: #00B1EE;
}

.network-pagination-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.network-pagination-btn.active {
    background-color: #00B1EE;
    border-color: #00B1EE;
}

/* ============================================
   Speakers Section - Network Page Specific
   ============================================ */

/* Speakers Title Section */
.page-template-page-network .speakers-title-section {
    width: 100%;
    background-color: #fff;
    padding: 0 104px;
    margin: 45px 0 0 0;
    box-sizing: border-box;
}

.page-template-page-network .speakers-title {
    width: 100%;
    font-size: 52px;
    font-weight: 700;
    line-height: 60px;
    color: #0065A4;
    margin: 0;
    padding: 0;
}

/* All Speakers Section */
.page-template-page-network .all-speakers-section {
    width: 100%;
    background-color: #fff;
    padding: 0 104px;
    margin: 45px 0;
    box-sizing: border-box;
}

/* All Speakers Container - Specific styles for Network page */
.page-template-page-network .network-all-speakers-container {
    width: 100%;
    position: relative;
    border-radius: 12px;
    background-color: #EEEEEF;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 50px;
    margin: 0;
    box-sizing: border-box;
    gap: 32px;
    text-align: left;
    font-size: 21px;
    color: #000229;
    font-family: 'Be Vietnam Pro';
}

/* All Speakers Header */
.page-template-page-network .all-speakers-parent {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
    gap: 25px;
    font-size: 28px;
    color: #000229;
}

.page-template-page-network .all-speakers {
    align-self: stretch;
    position: relative;
    margin: 0;
    font-size: 52px;
    font-weight: 700;
}

.page-template-page-network .frame-child {
    align-self: stretch;
    height: 1px;
    position: relative;
    border-top: 1px solid rgba(0, 101, 164, 0.3);
    box-sizing: border-box;
}

/* Filters and Search */
.page-template-page-network .navmenu-parent {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 25px;
    box-sizing: border-box;
    gap: 20px;
    text-align: left;
    font-size: 16px;
    color: #000229;
    font-family: 'Be Vietnam Pro';
}

.page-template-page-network .navmenu {
    box-shadow: 0px 2px 4px rgba(21, 22, 25, 0.08);
    background-color: #fff;
    display: flex;
    align-items: center;
    padding: 16px 30px;
    border-radius: 0;
}

.page-template-page-network .region-parent {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    min-width: 0;
}

.page-template-page-network .region {
    position: relative;
    line-height: 24px;
}

.page-template-page-network .region-filter-select {
    position: relative;
    line-height: 24px;
    border: none;
    background: transparent;
    font-family: 'Be Vietnam Pro';
    font-size: 16px;
    font-weight: 400;
    color: #000229;
    outline: none;
    cursor: pointer;
    appearance: none;
    padding-right: 0;
}

.page-template-page-network .chevrondown-icon {
    height: 24px;
    width: 24px;
    position: relative;
    pointer-events: none;
}

/* Custom dropdown now renders its own arrow; hide legacy extra icon */
.page-template-page-network .region-parent .chevrondown-icon {
    display: none !important;
}

/* Make Region dropdown wider in All Speakers filters */
.page-template-page-network .region-parent .gws-custom-select {
    min-width: 190px;
    width: 190px;
}

.page-template-page-network .search-parent {
    display: flex;
    align-items: center;
    gap: 45px;
    color: #545560;
}

.page-template-page-network .search {
    width: 301px;
    border-radius: 2px;
    background-color: #fff;
    border: 1px solid #dddddf;
    box-sizing: border-box;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.page-template-page-network .searchbar {
    flex: 1;
    border-radius: 2px 0px 0px 2px;
    border: 1px solid #dddddf;
    display: flex;
    align-items: center;
    padding: 8px;
}

.page-template-page-network .searchbar input {
    border: none;
    outline: none;
    flex: 1;
    font-family: 'Be Vietnam Pro';
    font-size: 16px;
    line-height: 24px;
    color: #545560;
}

.page-template-page-network .searchbar input::placeholder {
    color: #545560;
}

.page-template-page-network .buttonicon {
    border-radius: 0px 2px 2px 0px;
    background-color: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
}

.page-template-page-network .of-210-results {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #000229;
    text-align: right;
    white-space: nowrap;
}

/* Speakers Grid Container */
.page-template-page-network .frame-group {
    align-self: stretch;
    display: block;
    padding: 0;
}

/* All Speakers Grid */
.page-template-page-network .all-speakers-grid {
    display: grid !important;
    grid-template-columns: repeat(6, 1fr) !important;
    gap: 15px !important;
    row-gap: 15px !important;
    column-gap: 15px !important;
    width: 100% !important;
}

.page-template-page-network .all-speakers-grid .frame-container {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    cursor: pointer !important;
    height: 100% !important;
    border: 2px solid transparent;
    border-radius: 12px;
    transition: border-color 0.2s ease;
}

.page-template-page-network .all-speakers-grid .frame-container.active {
    border-color: #00b1ee;
}

.page-template-page-network .all-speakers-grid .frame-container.active .frame-wrapper {
    background: #00b1ee !important;
}

.page-template-page-network .all-speakers-grid .frame-container.active .jessika-roswall,
.page-template-page-network .all-speakers-grid .frame-container.active .eu-commissioner-for,
.page-template-page-network .all-speakers-grid .frame-container.active .european-commission {
    color: #fff !important;
}

.page-template-page-network .all-speakers-grid .frame-item-wrapper {
    position: relative !important;
    width: 100% !important;
    padding-bottom: 100% !important;
    border-radius: 12px !important;
    overflow: hidden !important;
}

.page-template-page-network .all-speakers-grid .frame-item {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 12px !important;
    display: block !important;
}

.page-template-page-network .all-speakers-grid .frame-container.active .frame-item-wrapper,
.page-template-page-network .all-speakers-grid .frame-container.active .frame-item {
    border-radius: 12px 12px 0 0 !important;
}

.page-template-page-network .all-speakers-grid .frame-wrapper {
    align-self: stretch !important;
    border-radius: 0 0 12px 12px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    padding: 25px 0 0 !important;
    flex: 1 !important;
}

.page-template-page-network .all-speakers-grid .frame-div {
    align-self: stretch !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    width: 100% !important;
}

.page-template-page-network .all-speakers-grid .frame-parent2 {
    align-self: stretch !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 15px !important;
}

.page-template-page-network .all-speakers-grid .jessika-roswall-parent {
    align-self: stretch !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 5px !important;
}

.page-template-page-network .all-speakers-grid .jessika-roswall {
    align-self: stretch !important;
    position: relative !important;
    line-height: 27px !important;
    font-weight: 600 !important;
    font-size: 21px !important;
    color: #0065a4 !important;
    margin: 0 !important;
}

.page-template-page-network .all-speakers-grid .eu-commissioner-for {
    align-self: stretch !important;
    position: relative !important;
    font-size: 15px !important;
    line-height: 19px !important;
    font-weight: 300 !important;
    color: #0065a4 !important;
    margin: 0 !important;
}

.page-template-page-network .all-speakers-grid .european-commission {
    align-self: stretch !important;
    position: relative !important;
    font-size: 17px !important;
    line-height: 23px !important;
    font-weight: 600 !important;
    color: #090a0a !important;
    margin: 0 !important;
}

/* Pagination */
.page-template-page-network .navmenu-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
    font-size: 16px;
    color: #000229;
    background-color: #ffffff;
    gap: 10px;
    width: fit-content;
    margin-left: auto;
}

.page-template-page-network .pagination-scroll-container {
    flex: 0 0 auto;
    overflow: visible;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 2px 4px rgba(21, 22, 25, 0.08);
    width: fit-content;
    max-width: 280px;
}

.page-template-page-network .pagination-scroll-container::-webkit-scrollbar {
    height: 4px;
}

.page-template-page-network .pagination-scroll-container::-webkit-scrollbar-track {
    background: transparent;
}

.page-template-page-network .pagination-scroll-container::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 2px;
}

.page-template-page-network .pagination-scroll-container::-webkit-scrollbar-thumb:hover {
    background: #999;
}

.page-template-page-network .navmenu2 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 16px;
    box-sizing: border-box;
    gap: 8px;
    text-align: left;
    font-size: 15px;
    color: #000229;
    font-family: 'Be Vietnam Pro';
    flex-wrap: nowrap;
    white-space: nowrap;
}

/* Desktop: pagination-numbers-scroll should display inline and scroll */
.page-template-page-network .pagination-numbers-scroll {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    overflow-x: auto;
    overflow-y: hidden;
}

.page-template-page-network .pagination-numbers-scroll::-webkit-scrollbar {
    height: 4px;
}

.page-template-page-network .pagination-numbers-scroll::-webkit-scrollbar-track {
    background: transparent;
}

.page-template-page-network .pagination-numbers-scroll::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 2px;
}

.page-template-page-network .pagination-numbers-scroll::-webkit-scrollbar-thumb:hover {
    background: #999;
}

/* Desktop: Fixed arrows */
.page-template-page-network .pagination-arrow-fixed {
    flex-shrink: 0;
}

.page-template-page-network .pagination-btn {
    min-width: 44px;
    height: 44px;
    border-radius: 12px;
    background-color: #fff;
    border: none;
    cursor: pointer;
    font-size: 15px;
    color: #000229;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    padding: 0;
    flex-shrink: 0;
    white-space: nowrap;
}

.page-template-page-network .pagination-btn:hover {
    background-color: #f0f0f0;
}

.page-template-page-network .pagination-btn.active {
    background-color: #0065a4;
    color: #fff;
    border: none;
}

.page-template-page-network .pagination-prev,
.page-template-page-network .pagination-next {
    font-size: 24px;
    font-weight: 300;
}

.network-speakers-filters {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.network-speakers-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 30px;
    padding: 0 25px;
}

.network-speaker-card {
    background-color: #fff;
    border: 1px solid #EEEEEF;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    transition: all 0.3s ease;
    cursor: pointer;
    text-align: center;
}

.network-speaker-card:hover {
    border-color: #00B1EE;
    box-shadow: 0 4px 12px rgba(0, 177, 238, 0.15);
    transform: translateY(-2px);
}

.network-speaker-photo {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #EEEEEF;
}

.network-speaker-name {
    font-size: 16px;
    font-weight: 600;
    color: #000229;
    margin: 0;
    line-height: 1.3;
}

.network-speaker-title {
    font-size: 13px;
    color: #545560;
    margin: 0;
    line-height: 1.4;
}

.network-speaker-utility {
    font-size: 13px;
    color: #0065A4;
    font-weight: 600;
    line-height: 1.3;
}

/* ============================================
   Modal
   ============================================ */
.network-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.network-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 2, 41, 0.8);
    backdrop-filter: blur(4px);
}

.network-modal-content {
    position: relative;
    max-width: 800px;
    max-height: 90vh;
    width: 90%;
    background-color: #fff;
    border-radius: 12px;
    padding: 40px;
    overflow-y: auto;
    z-index: 10000;
}

.network-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border: none;
    background-color: transparent;
    color: #545560;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.network-modal-close:hover {
    background-color: #EEEEEF;
    color: #000229;
}

.network-speaker-detail {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.network-speaker-detail-header {
    display: flex;
    gap: 25px;
    align-items: flex-start;
}

.network-speaker-detail-photo {
    width: 150px;
    height: 150px;
    border-radius: 8px;
    object-fit: cover;
}

.network-speaker-detail-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.network-speaker-detail-name {
    font-size: 28px;
    font-weight: 700;
    color: #000229;
    margin: 0;
}

.network-speaker-detail-title {
    font-size: 16px;
    color: #545560;
    margin: 0;
}

.network-speaker-detail-utility {
    font-size: 16px;
    color: #0065A4;
    font-weight: 600;
}

.network-speaker-detail-bio {
    font-size: 16px;
    line-height: 1.6;
    color: #000229;
}

/* ================================
   Speaker detail modal (reuse speakers styling)
   ================================ */
.page-template-page-network #network-speaker-modal .featured-speaker-detail-panel {
    width: 100%;
    position: relative;
    border-radius: 12px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    padding: 45px;
    box-sizing: border-box;
    text-align: left;
    font-size: 21px;
    color: #0065a4;
    font-family: 'Be Vietnam Pro', sans-serif;
    gap: 0;
    align-items: stretch;
}

.page-template-page-network #network-speaker-modal .detail-close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 24px;
    height: 24px;
    border-radius: 0;
    background-color: #E6F7FD;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10;
    color: #0065A4;
}

.page-template-page-network #network-speaker-modal .detail-close-btn:hover {
    background-color: #d0eef9;
    transform: scale(1.05);
}

.page-template-page-network #network-speaker-modal .detail-close-btn svg {
    width: 14px;
    height: 14px;
    stroke: #0065A4;
}

.page-template-page-network #network-speaker-modal .detail-top-row {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) 280px minmax(220px, 1fr);
    align-items: flex-start;
    gap: 24px;
    width: 100%;
}

.page-template-page-network #network-speaker-modal .detail-info-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    background-color: rgba(230, 247, 253, 0.5);
    padding: 25px;
    border-radius: 12px;
    justify-content: space-between;
    box-sizing: border-box;
    width: 100%;
    min-height: 260px;
}

.page-template-page-network #network-speaker-modal .detail-header {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.page-template-page-network #network-speaker-modal .detail-name {
    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
    margin: 0;
    color: #0065A4;
}

.page-template-page-network #network-speaker-modal .detail-title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #545560;
    margin: 0;
}

.page-template-page-network #network-speaker-modal .detail-company {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #0065A4;
    margin: 0;
}

.page-template-page-network #network-speaker-modal .detail-location-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 12px;
}

.page-template-page-network #network-speaker-modal .detail-location {
    display: flex;
    align-items: center;
    gap: 10px;
}

.page-template-page-network #network-speaker-modal .location-icon {
    width: 21px;
    height: 21px;
    color: #0065A4;
}

.page-template-page-network #network-speaker-modal .location-text {
    font-size: 16px;
    line-height: 20px;
    color: #0065A4;
}

.page-template-page-network #network-speaker-modal .detail-linkedin {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #0065A4;
    border-radius: 4px;
    padding: 4px 6px;
    color: #fff;
}

.page-template-page-network #network-speaker-modal .detail-linkedin .linkedin-icon {
    width: 18px;
    height: 18px;
}

.page-template-page-network #network-speaker-modal .detail-photo {
    width: 100%;
    max-width: 320px;
    min-width: 240px;
    justify-self: center;
}

.page-template-page-network #network-speaker-modal .detail-photo img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
}

.page-template-page-network #network-speaker-modal .detail-speaking {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 0;
}

.page-template-page-network #network-speaker-modal .detail-speaking h4,
.page-template-page-network #network-speaker-modal .detail-bio h4 {
    margin: 0 0 10px 0;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    color: #0065A4;
}

.page-template-page-network #network-speaker-modal .speaking-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 16px;
    line-height: 22px;
    color: #000229;
}

.page-template-page-network #network-speaker-modal .detail-bio {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 25px;
    font-size: 16px;
    line-height: 22px;
    color: #000229;
}

.page-template-page-network #network-speaker-modal .bio-content {
    font-weight: 300;
}

@media (max-width: 1024px) {
    .page-template-page-network #network-speaker-modal .featured-speaker-detail-panel {
        padding: 32px 25px;
        font-size: 18px;
    }

    .page-template-page-network #network-speaker-modal .detail-top-row {
        grid-template-columns: 1fr;
    }

    .page-template-page-network #network-speaker-modal .detail-photo {
        max-width: 100%;
        order: 2;
    }

    .page-template-page-network #network-speaker-modal .detail-info-card {
        order: 1;
        min-height: auto;
    }

    .page-template-page-network #network-speaker-modal .detail-speaking {
        order: 3;
    }
}

/* ================================
   Inline speaker detail (grid panel)
   ================================ */
.page-template-page-network .featured-speaker-detail-panel {
    grid-column: 1 / -1;
    width: 100%;
    position: relative;
    border-radius: 12px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    padding: 45px;
    box-sizing: border-box;
    text-align: left;
    font-size: 21px;
    color: #0065a4;
    font-family: 'Be Vietnam Pro', sans-serif;
    gap: 0;
    align-items: stretch;
}

.page-template-page-network .featured-speaker-detail-panel .detail-close-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    width: 24px;
    height: 24px;
    border-radius: 0;
    background-color: #E6F7FD;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10;
    color: #0065A4;
}

.page-template-page-network .featured-speaker-detail-panel .detail-close-btn:hover {
    background-color: #d0eef9;
    transform: scale(1.05);
}

.page-template-page-network .featured-speaker-detail-panel .detail-close-btn svg {
    width: 14px;
    height: 14px;
    stroke: #0065A4;
}

.page-template-page-network .featured-speaker-detail-panel .detail-top-row {
    display: grid;
    grid-template-columns: minmax(320px, 560px) minmax(240px, 320px) minmax(180px, 1fr);
    align-items: flex-start;
    gap: 24px;
    width: 100%;
    padding-top: 25px;
}

.page-template-page-network .featured-speaker-detail-panel .detail-info-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    background-color: rgba(230, 247, 253, 0.5);
    padding: 25px;
    border-radius: 12px;
    justify-content: space-between;
    box-sizing: border-box;
    width: 100%;
    min-height: 340px;
    min-width: 320px;
}

.page-template-page-network .featured-speaker-detail-panel .detail-header {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.page-template-page-network .featured-speaker-detail-panel .detail-name {
    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
    margin: 0;
    color: #0065A4;
}

.page-template-page-network .featured-speaker-detail-panel .detail-title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #545560;
    margin: 0;
}

.page-template-page-network .featured-speaker-detail-panel .detail-company {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #0065A4;
    margin: 0;
}

.page-template-page-network .featured-speaker-detail-panel .detail-location-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 12px;
}

.page-template-page-network .featured-speaker-detail-panel .detail-location {
    display: flex;
    align-items: center;
    gap: 10px;
}

.page-template-page-network .featured-speaker-detail-panel .location-icon {
    height: 19px;
    width: 19px;
    max-width: 19px;
    position: relative;
    object-fit: contain;
    flex-shrink: 0;
}

.page-template-page-network .featured-speaker-detail-panel .location-text {
    font-size: 16px;
    line-height: 20px;
    color: #0065A4;
}

.page-template-page-network .featured-speaker-detail-panel .detail-linkedin {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #0065A4;
    border-radius: 4px;
    padding: 4px 6px;
    color: #fff;
}

.page-template-page-network .featured-speaker-detail-panel .detail-linkedin .linkedin-icon {
    width: 18px;
    height: 18px;
}

.page-template-page-network .featured-speaker-detail-panel .detail-photo {
    width: 100%;
    max-width: 320px;
    min-width: 240px;
    justify-self: center;
    align-self: stretch;
    height: auto;
    display: flex;
    align-items: stretch;
    margin: 0;
    position: relative;
}

.page-template-page-network .featured-speaker-detail-panel .detail-photo img {
    width: 100%;
    height: auto;
    max-height: 340px;
    border-radius: 12px;
    object-fit: cover;
}

.page-template-page-network .featured-speaker-detail-panel .detail-speaking {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 220px;
    min-width: 0;
    align-self: flex-start;
    justify-self: flex-start;
    box-sizing: border-box;
}

.page-template-page-network .featured-speaker-detail-panel .detail-speaking h4,
.page-template-page-network .featured-speaker-detail-panel .detail-bio h4 {
    margin: 0 0 10px 0;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    color: #0065A4;
}

.page-template-page-network .featured-speaker-detail-panel .speaking-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 16px;
    line-height: 22px;
    color: #000229;
    background-color: rgba(230, 247, 253, 0.5);
    padding: 25px;
    border-radius: 12px;
    width: 100%;
    max-width: 190px;
    min-width: 160px;
    box-sizing: border-box;
    word-break: break-word;
}

.page-template-page-network .featured-speaker-detail-panel .detail-bio {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 45px;
    font-size: 16px;
    line-height: 22px;
    color: #000229;
}

.page-template-page-network .featured-speaker-detail-panel .bio-content {
    font-weight: 300;
    margin-top: 25px;
}

.page-template-page-network .featured-speaker-detail-panel .read-more-link {
    margin-top: 25px;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #0065A4;
    text-decoration: none;
}

.page-template-page-network .featured-speaker-detail-panel .read-more-link:hover {
    text-decoration: underline;
}

@media (max-width: 1024px) {
    .page-template-page-network .featured-speaker-detail-panel {
        padding: 32px 25px;
        font-size: 18px;
    }

    .page-template-page-network .featured-speaker-detail-panel .detail-top-row {
        display: contents;
    }

    .page-template-page-network .featured-speaker-detail-panel .detail-photo {
        max-width: 100%;
        order: 1;
        height: auto;
        max-height: 200px;
    }

    .page-template-page-network .featured-speaker-detail-panel .detail-photo img {
        max-height: 200px;
    }

    .page-template-page-network .featured-speaker-detail-panel .detail-info-card {
        order: 2;
        min-height: auto;
        min-width: 0;
        width: 100%;
    }

    .page-template-page-network .featured-speaker-detail-panel .detail-bio {
        order: 3;
    }

    .page-template-page-network .featured-speaker-detail-panel .detail-speaking {
        order: 4;
        width: 100%;
        margin-top: 16px;
    }

    /* Mobile About accordion */
    .page-template-page-network .featured-speaker-detail-panel .detail-bio {
        position: relative;
        gap: 10px;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .page-template-page-network .featured-speaker-detail-panel .bio-content {
        max-height: 198px;
        overflow: hidden;
        font-size: 12px;
        line-height: 18px;
        font-weight: 300;
        margin-top: 0;
    }

    .page-template-page-network .featured-speaker-detail-panel .read-more-link {
        width: 100%;
        position: relative;
        font-size: 12px;
        line-height: 18px;
        font-weight: 300;
        font-family: 'Be Vietnam Pro';
        color: #0065a4;
        text-align: left;
        display: inline-flex;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
        margin-top: 10px;
        margin-bottom: 0;
        cursor: pointer;
        white-space: nowrap;
    }

    .page-template-page-network .featured-speaker-detail-panel .read-more-link::after {
        content: "";
        height: 24px;
        width: 24px;
        position: relative;
        background-image: url('images/icons/ArrowUp.svg');
        background-size: contain;
        background-repeat: no-repeat;
        flex-shrink: 0;
        transform: rotate(180deg);
    }

    .page-template-page-network .featured-speaker-detail-panel .read-more-link.expanded::after {
        transform: rotate(0deg);
    }

    .page-template-page-network .featured-speaker-detail-panel .bio-content.collapsed {
        max-height: 198px;
        overflow: hidden;
    }

    .page-template-page-network .featured-speaker-detail-panel .bio-content.expanded {
        max-height: none;
    }

    .page-template-page-network .featured-speaker-detail-panel .detail-bio::after {
        content: "";
        display: block;
        margin-top: 16px;
        border-top: 1px solid rgba(0, 101, 164, 0.3);
    }
}

/* Mobile fine-tune */
@media (max-width: 768px) {
    .page-template-page-network .featured-speaker-detail-panel .detail-photo {
        width: 100%;
        max-width: 100%;
        height: auto;
        max-height: 320px;
        margin-bottom: 15px;
    }

    .page-template-page-network .featured-speaker-detail-panel .detail-photo img {
        width: 100%;
        max-width: 100%;
        height: auto;
        max-height: 320px;
        object-fit: cover;
    }

    .page-template-page-network .featured-speaker-detail-panel .detail-info-card {
        min-width: 0;
        max-width: 100%;
        padding-bottom: 25px;
    }

    .page-template-page-network .featured-speaker-detail-panel .detail-bio {
        margin-top: 25px;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .page-template-page-network .featured-speaker-detail-panel .detail-name {
        position: relative;
        font-size: 24px;
        line-height: 30px;
        font-family: 'Be Vietnam Pro';
        color: #0065a4;
        text-align: left;
    }

    .page-template-page-network .featured-speaker-detail-panel .detail-title {
        position: relative;
        font-size: 12px;
        line-height: 18px;
        font-weight: 300;
    }

    .page-template-page-network .featured-speaker-detail-panel .detail-company {
        align-self: stretch;
        position: relative;
        font-size: 12px;
        line-height: 18px;
        color: #090a0a;
    }

    .page-template-page-network .featured-speaker-detail-panel .location-text {
        position: relative;
        font-size: 12px;
        line-height: 18px;
        font-weight: 300;
        font-family: 'Be Vietnam Pro';
        color: #0065a4;
        text-align: left;
    }

    .page-template-page-network .featured-speaker-detail-panel .detail-close-btn {
        top: 40px;
        right: 30px;
    }

    .page-template-page-network .navmenu-wrapper {
        width: 100%;
        margin: 0 auto;
        justify-content: center;
        padding: 0;
    }

    /* Mobile pagination fit container */
    .page-template-page-network .pagination-scroll-container {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        overflow: visible;
        background: transparent;
        border-radius: 0;
        box-shadow: none;
        padding: 0;
    }

    .page-template-page-network .pagination-scroll-container::-webkit-scrollbar {
        height: 0px;
    }

    .page-template-page-network .navmenu2 {
        display: flex;
        width: 100%;
        padding: 10px 16px;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
        overflow: visible;
        background: #fff;
        border-radius: 0;
        box-shadow: 0px 2px 4px rgba(21, 22, 25, 0.08);
    }

    /* Scrollable container for page numbers only */
    .page-template-page-network .pagination-numbers-scroll {
        display: flex;
        align-items: center;
        gap: 20px;
        overflow-x: auto;
        overflow-y: hidden;
        flex: 1;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        /* Firefox */
        -ms-overflow-style: none;
        /* IE/Edge */
    }

    .page-template-page-network .pagination-numbers-scroll::-webkit-scrollbar {
        height: 0px;
    }

    /* Fixed arrows - don't scroll */
    .page-template-page-network .pagination-arrow-fixed {
        flex-shrink: 0;
        min-width: 24px;
        height: 24px;
        padding: 0;
        background: transparent;
        border: none;
        box-shadow: none;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        border-radius: 0;
    }

    /* Regular pagination buttons inside scroll container */
    .page-template-page-network .pagination-btn {
        min-width: auto;
        height: auto;
        padding: 10px 16px;
        background: transparent;
        border: none;
        box-shadow: none;
        font-size: 15px;
        line-height: 19px;
        font-weight: 300;
        color: #000;
        border-radius: 0;
        flex-shrink: 0;
    }

    .page-template-page-network .pagination-btn.active {
        background-color: #0065a4;
        color: #fff;
        border-radius: 12px;
        padding: 10px 16px;
        font-size: 16px;
        line-height: 24px;
    }
}

/* ============================================
   Responsive Styles
   ============================================ */

/* Tablet */
@media (max-width: 1024px) {
    .page-template-page-network .site-main {
        margin-top: 80px !important;
    }

    .network-hero-section {
        padding: 80px 40px 60px !important;
    }

    .network-hero-content {
        flex-direction: column;
        gap: 40px;
    }

    .network-hero-left,
    .network-hero-right {
        max-width: 100%;
    }

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

    .network-stats-wrapper {
        height: 500px;
    }

    .network-stats-card {
        right: 40px;
        width: 260px;
        padding: 20px;
    }

    .network-stat-number-large,
    .network-stat-number-small {
        font-size: 42px;
        line-height: 50px;
    }

    .network-stat-label-main,
    .network-stat-label-small {
        font-size: 18px;
        line-height: 24px;
    }

    .network-gwlg-section,
    .network-confirmed-utilities-section {
        padding: 40px 30px;
    }

    .network-gwlg-content,
    .network-confirmed-utilities-content {
        padding: 40px 20px;
    }

    /* Speakers Section - Tablet */
    .page-template-page-network .speakers-title-section {
        padding: 0 30px;
        margin: 40px 0 0 0;
    }

    .page-template-page-network .speakers-title {
        font-size: 42px;
        line-height: 50px;
    }

    .page-template-page-network .all-speakers {
        font-size: 42px;
        line-height: 50px;
    }

    .page-template-page-network .all-speakers-section {
        padding: 0 30px;
        margin: 40px 0;
    }

    .page-template-page-network .network-all-speakers-container {
        padding: 40px 30px;
        gap: 40px;
    }

    .network-initiatives {
        flex-direction: column;
        gap: 25px;
    }

    .network-initiative-logo {
        width: 100%;
        max-width: 269px;
        height: auto;
    }

    .network-partners {
        flex-direction: row;
        gap: 15px;
    }

    .network-utilities-list {
        grid-template-columns: repeat(3, 1fr);
    }

    .network-speakers-list {
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    }

    .network-speakers-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .network-speakers-content {
        padding: 40px 20px;
    }

    .network-speaker-modal-body {
        flex-direction: column;
    }

    /* Confirmed Utilities grid - tablet/mobile */
    .network-confirmed-utilities-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 12px !important;
        width: 100%;
    }
}

/* ============================================
   Confirmed Utilities Section
   ============================================ */
.network-confirmed-utilities-section {
    width: 100%;
    background-color: #fff;
    padding: 0 104px !important;
    margin: 45px 0 !important;
}

.network-confirmed-utilities-content {
    width: 100%;
    border-radius: 12px;
    background-color: #000229;
    padding: 50px;
}

/* Title with divider */
.network-confirmed-utilities-title-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 25px;
    margin-bottom: 0px;
}

.network-confirmed-utilities-title {
    width: 100%;
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    color: #00b1ee;
    margin: 0;
    text-align: left;
}

.network-confirmed-utilities-divider {
    width: 100%;
    height: 1px;
    border: none;
    border-top: 1px solid rgba(230, 247, 253, 0.3);
}

/* Filters Wrapper */
.network-confirmed-utilities-filters-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
    margin-bottom: 20px;
    gap: 20px;
}

/* Left Side: Filters + Remove Button */
.network-confirmed-utilities-filters-left {
    display: flex;
    align-items: center;
    gap: 25px;
}

/* New filter controls */
.network-confirmed-utilities-filters-controls {
    display: flex;
    align-items: center;
    gap: 32px;
    flex-wrap: wrap;
    box-shadow: 0px 2px 4px rgba(21, 22, 25, 0.08);
    background-color: rgba(84, 85, 96, 0.6);
    padding: 16px 25px;
    border-radius: 4px;
}

.network-filter-control {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.network-filter-control span {
    font-weight: 500;
}

.network-filter-control select,
.network-filter-control input[type="text"] {
    min-width: 140px;
    height: 32px;
    padding: 0 24px 0 0;
    border: none;
    border-radius: 0;
    font-size: 16px;
    line-height: 24px;
    box-sizing: border-box;
    background: transparent;
    color: #fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right center;
}

.network-filter-control.checkbox {
    flex-direction: row;
    align-items: center;
    gap: 8px;
}

.network-filter-control.checkbox span {
    font-weight: 500;
}

.network-filter-control.checkbox input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 24px;
    height: 24px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: transparent;
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.tickempty-icon {
    height: 24px;
    width: 24px;
    position: relative;
    border-radius: 50%;
    flex-shrink: 0;
}

.network-filter-control.checkbox input[type="checkbox"]:checked {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 6L9 17L4 12' stroke='%23ffffff' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}

/* Filter Pills Container */
.network-confirmed-utilities-filters-pills {
    box-shadow: 0px 2px 4px rgba(21, 22, 25, 0.08);
    background-color: rgba(84, 85, 96, 0.6);
    display: flex;
    align-items: center;
    padding: 16px 25px;
    gap: 32px;
}

/* Individual Filter Pill */
.network-confirmed-utilities-filter-pill {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.network-confirmed-utilities-filter-pill:hover {
    opacity: 0.8;
}

.network-confirmed-utilities-filter-pill-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
}

.network-confirmed-utilities-filter-pill-icon {
    width: 24px;
    height: 24px;
    color: #fff;
}

/* Remove Filters Button */
.network-confirmed-utilities-remove-filters {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.network-confirmed-utilities-remove-filters:hover {
    opacity: 0.7;
}

.network-confirmed-utilities-remove-icon {
    width: 24px;
    height: 24px;
    color: #000;
}

.network-confirmed-utilities-remove-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #000;
}

/* Results Count */
.network-confirmed-utilities-results {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #000;
    text-align: right;
}

/* Utilities Grid */
.network-confirmed-utilities-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 20px;
    margin-bottom: 40px;
}

/* Utility Card - Container sin estilos visuales */
.network-confirmed-utilities-card {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
}

/* Card Name Section */
.network-confirmed-utilities-card-name {
    width: 100%;
    border-radius: 12px 12px 0 0;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 10px;
    box-sizing: border-box;
    font-size: 21px;
    font-weight: 600;
    line-height: 27px;
    color: #0065a4;
    text-align: center;
    min-height: 80px;
}

/* Card Population Section */
.network-confirmed-utilities-card-population {
    width: 100%;
    background-color: #eeeeef;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 10px;
    box-sizing: border-box;
    font-size: 17px;
    line-height: 23px;
    color: #0065a4;
    text-align: center;
}

.network-confirmed-utilities-card-population span {
    font-weight: 300;
}

.network-confirmed-utilities-card-population strong {
    font-weight: 700;
}

/* Card Badge Section */
.network-confirmed-utilities-card-badge {
    width: 100%;
    border-radius: 0 0 12px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 10px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
}

.network-confirmed-utilities-card-badge-leading {
    background-color: #0065A4;
    color: #fff;
}

.network-confirmed-utilities-card-badge-300 {
    background-color: #b5923d;
    color: #fff;
}

/* Pagination */
.network-confirmed-utilities-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.network-confirmed-utilities-page-btn {
    min-width: 44px;
    height: 44px;
    padding: 12px 16px;
    background-color: #fff;
    border: 1px solid #EEEEEF;
    border-radius: 2px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #000229;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.network-confirmed-utilities-page-btn:hover:not(:disabled):not(.network-confirmed-utilities-page-active) {
    background-color: #EEEEEF;
}

.network-confirmed-utilities-page-btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.network-confirmed-utilities-page-btn.network-confirmed-utilities-page-active {
    background-color: #0065A4;
    color: #fff;
    border-color: #0065A4;
}

.network-confirmed-utilities-page-dots {
    padding: 0 8px;
    font-size: 16px;
    color: #000229;
}

/* Mobile */
@media (max-width: 768px) {
    .page-template-page-network .site-main {
        margin-top: 80px !important;
    }

    .network-hero-section {
        padding: 32px 16px 0 !important;
        margin: 0 0 16px 0 !important;
    }

    .network-hero-title {
        font-size: 32px;
    }

    .network-hero-description {
        font-size: 16px;
    }

    .network-hero-buttons {
        flex-direction: row;
        width: 100%;
        gap: 16px;
        flex-wrap: wrap;
    }

    .network-hero-buttons .network-btn-primary,
    .network-hero-buttons .network-btn-secondary {
        flex: 1;
        min-width: 150px;
    }

    .network-initiative .network-btn-primary {
        flex: 0 0 auto !important;
        width: auto !important;
        align-self: flex-start;
    }

    .network-stats-wrapper {
        height: auto;
        flex-direction: column;
        padding: 0;
    }

    .network-stats-section {
        padding: 0;
        margin: 16px 0;
    }

    .network-stats-map-container {
        position: relative;
        width: 100%;
        height: 300px;
        flex-shrink: 0;
    }

    .network-stats-card {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        transform: none;
        width: 100%;
        max-width: 100%;
        padding: 30px 16px;
        background: #000229;
        border-radius: 0;
    }

    .network-stat-number-large,
    .network-stat-number-small {
        font-size: 36px;
        line-height: 44px;
    }

    .network-stat-label-main,
    .network-stat-label-small {
        font-size: 16px;
        line-height: 22px;
    }

    .network-stats-bottom {
        gap: 25px;
    }

    .network-gwlg-section,
    .network-confirmed-utilities-section {
        padding: 0 16px;
        margin: 16px 0;
    }

    .network-gwlg-content,
    .network-confirmed-utilities-content {
        padding: 16px;
        gap: 20px;
    }

    /* Speakers Section - Mobile */
    .page-template-page-network .speakers-title-section {
        padding: 0 16px;
        margin: 16px 0 0 0;
    }

    .page-template-page-network .speakers-title {
        font-size: 28px;
        line-height: 36px;
    }

    .page-template-page-network .all-speakers {
        font-size: 28px;
        line-height: 36px;
    }

    .page-template-page-network .all-speakers-section {
        padding: 0 16px;
        margin: 16px 0;
    }

    .page-template-page-network .network-all-speakers-container {
        padding: 30px 16px;
        gap: 30px;
        background: #EEEEEF;
        border-radius: 12px;
    }

    /* Alineación con estilos mobile de speakers */
    .page-template-page-network .navmenu-parent {
        gap: 16px;
        flex-direction: column;
        align-items: stretch;
        padding: 0;
    }

    .page-template-page-network .search-parent {
        width: 100%;
        padding: 0;
        gap: 20px;
        justify-content: space-between;
        align-items: center;
    }

    .page-template-page-network .search {
        flex: 1;
        min-width: 0;
    }

    .page-template-page-network .searchbar {
        width: 100%;
        padding: 6px 8px;
    }

    .page-template-page-network .searchbar input {
        font-size: 12px;
        line-height: 18px;
    }

    .page-template-page-network .buttonicon {
        padding: 8px;
    }

    .page-template-page-network .of-210-results {
        font-size: 12px;
        line-height: 16px;
        font-weight: 500;
        color: #000229;
        flex-shrink: 0;
    }

    .page-template-page-network .navmenu {
        padding: 16px;
        gap: 10px;
        justify-content: space-between;
        width: 100%;
        max-width: 100%;
    }

    .page-template-page-network .region-parent {
        width: 100%;
        justify-content: space-between;
    }

    .page-template-page-network .region-parent .gws-custom-select {
        width: 100%;
        min-width: 0;
    }

    .page-template-page-network .region-parent select {
        font-size: 12px;
        padding: 8px 12px;
    }

    .page-template-page-network .frame-group {
        gap: 20px;
        width: 100%;
    }

    .page-template-page-network .all-speakers-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 12px !important;
    }

    .page-template-page-network .all-speakers-grid .frame-container {
        padding: 15px 10px;
        border-radius: 12px;
        background: #fff;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
        border: 2px solid transparent;
        min-width: 0;
        width: 100%;
    }

    .page-template-page-network .all-speakers-grid .frame-item-wrapper {
        border-radius: 12px;
        overflow: hidden;
    }

    .page-template-page-network .all-speakers-grid .frame-item {
        width: 100%;
        height: 120px;
        object-fit: cover;
        border-radius: 12px;
    }

    .page-template-page-network .all-speakers-grid .frame-container.active .frame-item-wrapper,
    .page-template-page-network .all-speakers-grid .frame-container.active .frame-item {
        border-radius: 12px 12px 0 0;
    }

    .page-template-page-network .all-speakers-grid .frame-wrapper {
        padding: 12px 0 0;
    }

    .page-template-page-network .all-speakers-grid .jessika-roswall {
        font-size: 16px;
        line-height: 20px;
    }

    .page-template-page-network .all-speakers-grid .eu-commissioner-for,
    .page-template-page-network .all-speakers-grid .european-commission {
        font-size: 12px;
        line-height: 18px;
    }

    .network-gwlg-header {
        gap: 20px;
    }

    .network-gwlg-logo {
        width: 100%;
        max-width: 200px;
        height: auto;
    }

    .network-gwlg-time {
        font-size: 16px;
        line-height: 22px;
    }

    .network-gwlg-description {
        font-size: 15px;
        line-height: 21px;
    }

    .network-initiatives {
        flex-direction: column;
        gap: 20px;
    }

    .network-initiative {
        padding: 25px 16px;
        gap: 20px;
    }

    .network-initiative-logo {
        width: 100%;
        max-width: 200px;
        height: auto;
    }

    .network-initiative-title {
        font-size: 18px;
        line-height: 24px;
    }

    .network-initiative-description {
        font-size: 15px;
        line-height: 21px;
    }

    .network-partners {
        flex-direction: row;
        gap: 15px;
        padding-top: 20px;
    }

    .network-partner {
        width: 100%;
    }

    .network-partner-label {
        font-size: 14px;
        padding: 10px 16px;
    }

    .network-partner-logos {
        min-height: 100px;
        padding: 16px;
    }

    .network-partner-logo {
        width: 100%;
        max-width: 120px;
        height: auto;
    }

    .network-utilities-title,
    .network-speakers-title {
        font-size: 24px;
    }

    .network-utilities-filters,
    .network-speakers-filters {
        padding: 0 16px;
        flex-direction: column;
        align-items: stretch;
    }

    .network-speakers-main-title {
        font-size: 28px;
        line-height: 34px;
    }

    .network-speakers-subtitle {
        font-size: 24px;
        line-height: 30px;
    }

    .network-speakers-content {
        padding: 16px;
        gap: 24px;
    }

    .network-speakers-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .network-speakers-search-input {
        width: 100%;
    }

    .network-speakers-search-group {
        flex-direction: column;
        align-items: stretch;
        gap: 15px;
    }

    .network-speakers-results-count {
        text-align: center;
    }

    .network-speaker-modal-content {
        padding: 20px;
    }

    .network-speaker-modal-body {
        flex-direction: column;
        gap: 30px;
    }

    .network-filter-group {
        flex-direction: column;
        width: 100%;
    }

    .network-filter-select {
        width: 100%;
    }

    .network-search-group {
        width: 100%;
    }

    .network-search-input {
        width: 100%;
        min-width: auto;
    }

    .network-utilities-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        padding: 0 16px;
    }

    .network-speakers-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        padding: 0 16px;
    }

    .network-pagination {
        flex-wrap: wrap;
        padding: 0 16px;
    }

    .network-modal-content {
        width: 95%;
        padding: 30px 16px;
    }

    .network-speaker-detail-header {
        flex-direction: column;
    }

    .network-speaker-detail-photo {
        width: 100%;
        height: auto;
        aspect-ratio: 1;
    }

    .network-speaker-detail-name {
        font-size: 24px;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .network-hero-section {
        padding: 32px 16px 0 !important;
    }

    .network-hero-title {
        font-size: 28px;
    }

    .network-stats-wrapper {
        height: auto;
    }

    .network-stats-map-container {
        height: 250px;
    }

    .network-stats-card {
        padding: 25px 15px;
    }

    .network-stat-number-large,
    .network-stat-number-small {
        font-size: 32px;
        line-height: 40px;
    }

    .network-stat-label-main,
    .network-stat-label-small {
        font-size: 14px;
        line-height: 20px;
    }

    .network-stat-label-header {
        font-size: 12px;
    }

    .network-stats-bottom {
        gap: 20px;
    }

    .network-gwlg-logo {
        width: 100%;
        max-width: 259px;
        height: auto;
    }

    .network-gwlg-content {
        padding: 16px;
        gap: 20px;
    }

    .network-gwlg-logo {
        max-width: 180px;
    }

    .network-gwlg-time {
        font-size: 14px;
        line-height: 20px;
    }

    .network-gwlg-description {
        font-size: 14px;
        line-height: 20px;
    }

    .network-initiatives {
        gap: 15px;
    }

    .network-initiative {
        padding: 20px 16px;
        gap: 15px;
    }

    .network-initiative-logo {
        max-width: 180px;
    }

    .network-initiative-title {
        font-size: 17px;
        line-height: 23px;
    }

    .network-initiative-description {
        font-size: 14px;
        line-height: 20px;
    }

    .network-partners {
        gap: 12px;
        padding-top: 15px;
    }

    .network-partner-label {
        font-size: 13px;
        padding: 8px 12px;
    }

    .network-partner-logos {
        min-height: 90px;
        padding: 12px;
    }

    .network-partner-logo {
        max-width: 100px;
    }

    .network-utilities-title,
    .network-speakers-title {
        font-size: 20px;
    }

    .network-utilities-list {
        grid-template-columns: 1fr;
    }

    .network-speakers-list {
        grid-template-columns: 1fr;
    }

    .network-modal-content {
        padding: 20px 16px;
    }
}

/* ============================================
   Our Work Section
   ============================================ */

.our-work-section {
    width: 100%;
    background-color: #fff;
}

.frame-parent {
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 104px 0;
    margin: 45px 0;
    box-sizing: border-box;
    gap: 45px;
    text-align: left;
    font-size: 52px;
    color: #0065a4;
    font-family: 'Be Vietnam Pro';
}

/* Our Work Section - Specific styles to avoid conflicts with speakers */
.our-work-section .frame-wrapper {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.our-work-section .frame-group {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 35px;
}

.our-work-section .our-work-wrapper {
    width: 100%;
    max-width: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.our-work-section .our-work {
    width: 100%;
    max-width: none;
    position: relative;
    font-size: 52px;
    line-height: 60px;
    display: inline-block;
    font-family: 'Be Vietnam Pro';
    color: #0065a4;
    text-align: left;
    font-weight: 600;
    margin: 0;
}

.our-work-section .our-utility-coverage {
    align-self: stretch;
    position: relative;
    font-size: 17px;
    line-height: 23px;
    font-weight: 300;
    color: #000;
}

.our-work-section .frame-container {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 16px;
    color: #fff;
}

.our-work-section .frame-div {
    align-self: stretch;
    overflow: visible;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 563px;
}

.our-work-section .frame-wrapper2 {
    align-self: stretch;
    display: flex;
    align-items: center;
    position: relative;
    min-height: 563px;
}

.our-work-carousel {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.carousel-track-container {
    flex: 1;
    overflow: hidden;
    position: relative;
    height: 563px;
}

.carousel-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.carousel-slide {
    min-width: 100%;
    flex-shrink: 0;
    height: 563px !important;
    border-radius: 0px 0px 12px 12px;
    object-fit: cover;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    background-color: #f0f0f0;
    overflow: visible !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.carousel-prev,
.carousel-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: background-color 0.3s ease;
}

.carousel-prev:hover,
.carousel-next:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

.carousel-prev {
    left: 20px;
}

.carousel-next {
    right: 20px;
}

.carousel-prev svg,
.carousel-next svg {
    color: #fff;
}

.our-work-section .frame-wrapper3 {
    width: 100%;
    border-radius: 12px 12px 0px 0px;
    background-color: #0065a4;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 50px;
    box-sizing: border-box;
    transform: rotate(180deg);
}

.our-work-section .frame-parent2 {
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.button-wrapper {
    display: flex;
    align-items: center;
    transform: rotate(-180deg);
}

.button {
    border-radius: 2px;
    background-color: #000229;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.button:hover {
    background-color: #000540;
}

.button2 {
    position: relative;
    line-height: 20px;
    color: #fff;
    font-size: 16px;
    margin: 0;
}

.luow-documentary-video {
    position: relative;
    font-size: 28px;
    line-height: 32px;
    transform: rotate(-180deg);
    color: #fff;
    margin: 0;
}

/* Responsive styles for Our Work Section */
@media (max-width: 768px) {
    .frame-parent {
        padding: 0 16px 0;
        margin: 16px 0;
        gap: 24px;
    }

    .our-work-wrapper {
        width: 100%;
    }

    .our-work {
        width: 100%;
        font-size: 36px;
        line-height: 44px;
    }

    .our-utility-coverage {
        font-size: 15px;
        line-height: 21px;
    }

    .frame-group {
        gap: 24px;
    }

    .our-work-section .carousel-track-container {
        height: auto;
        aspect-ratio: 16 / 9;
    }

    .carousel-slide {
        height: 100% !important;
    }

    .our-work-section .frame-wrapper2,
    .our-work-section .frame-div {
        min-height: 0;
    }

    .carousel-prev,
    .carousel-next {
        width: 40px;
        height: 40px;
    }

    .carousel-prev {
        left: 10px;
    }

    .carousel-next {
        right: 10px;
    }

    .our-work-section .frame-wrapper3 {
        padding: 25px;
    }

    .our-work-section .frame-parent2 {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 0;
    }

    .luow-documentary-video {
        font-size: 18px;
        line-height: 23px;
    }

    .button2 {
        font-size: 16px;
        line-height: 20px;
    }
}

@media (max-width: 480px) {
    .frame-parent {
        padding: 16px 16px 16px;
        gap: 20px;
    }

    .our-work {
        font-size: 28px;
        line-height: 36px;
    }

    .our-utility-coverage {
        font-size: 14px;
        line-height: 20px;
    }

    .our-work-section .carousel-track-container {
        height: auto;
        aspect-ratio: 16 / 9;
    }

    .carousel-slide {
        height: 100% !important;
        border-radius: 0px 0px 8px 8px;
    }

    .our-work-section .frame-wrapper2,
    .our-work-section .frame-div {
        min-height: 0;
    }

    .our-work-section .frame-wrapper3 {
        padding: 25px;
        border-radius: 8px 8px 0px 0px;
    }

    .luow-documentary-video {
        font-size: 18px;
        line-height: 23px;
    }

    .button {
        padding: 12px 16px;
    }

    .button2 {
        font-size: 16px;
        line-height: 20px;
    }
}

/* ============================================
   Utilities Awards Section
   ============================================ */

/* Utilities Awards Section */
.utilities-awards-parent {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-top: 45px;
    margin-bottom: 45px;
    padding: 0;
    height: 650px;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.utilities-awards {
    width: 100%;
    max-width: none;
    aspect-ratio: 1440 / 143.2;
    height: auto;
    position: relative;
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: center;
    column-gap: 0.5%;
}

.utilities-awards::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    pointer-events: none;
    z-index: 1000;
    mix-blend-mode: screen;
}

.utilities-awards img {
    position: static;
    display: block;
    max-width: none;
    width: auto;
    flex-shrink: 0;
    z-index: 1;
}

/* Word gap spacer between UTILITIES and AWARDS */
.utilities-awards-word-gap { flex: 0 0 2.9%; }

/* Per-letter width and height — tune once SVGs are uploaded */
.utilities-letter-1  { width: 8%;    height: 95%;    } /* U */
.utilities-letter-2  { width: 4.3%;  height: 85.3%;  } /* t */
.utilities-letter-3  { width: 2.1%;  height: 98%;    } /* i */
.utilities-letter-4  { width: 1.8%;  height: 96.7%;  } /* l */
.utilities-letter-5  { width: 2.1%;  height: 98%;    } /* i */
.utilities-letter-6  { width: 4.3%;  height: 85.3%;  } /* t */
.utilities-letter-7  { width: 2.1%;  height: 98%;    } /* i */
.utilities-letter-8  { width: 6%;    height: 69.97%; } /* e */
.utilities-letter-9  { width: 5.3%;  height: 69.97%; } /* s */
.utilities-letter-10 { width: 8.3%;  height: 94.13%; } /* A */
.utilities-letter-11 { width: 9.8%;  height: 67.46%; } /* w */
.utilities-letter-12 { width: 6.4%;  height: 69.97%; } /* a */
.utilities-letter-13 { width: 4%;    height: 68.72%; } /* r */
.utilities-letter-14 { width: 6.4%;  height: 97.97%; } /* d */
.utilities-letter-15 { width: 5.3%;  height: 69.97%; } /* s */

/* Responsive adjustments */
@media (max-width: 1440px) {
    .utilities-awards-parent {
        padding: 0;
    }
}

@media (max-width: 1024px) {
    .utilities-awards-parent {
        height: 500px;
        padding: 0;
        overflow: visible;
    }
}

@media (max-width: 768px) {
    .utilities-awards-parent {
        height: 500px;
        padding: 0;
        margin: 16px 0;
        overflow: visible;
    }
}

@media (max-width: 480px) {
    .utilities-awards-parent {
        height: 300px;
        padding: 0;
        overflow: visible;
    }
}

/* ============================================
   Global Water Awards Section
   ============================================ */

.global-water-awards-section {
    width: 100%;
    position: relative;
    background-color: #fff;
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 104px 0;
    margin: 45px 0;
    box-sizing: border-box;
    text-align: left;
    font-size: 28px;
    color: #000229;
    font-family: 'Be Vietnam Pro', sans-serif;
}

.gwa-content-wrapper {
    width: 100%;
    border-radius: 12px;
    background-color: #E6F7FD;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 50px;
    box-sizing: border-box;
    gap: 45px;
}

.gwa-award-item {
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.gwa-award-content {
    width: 520px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
}

.gwa-award-title-wrapper {
    width: 505px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.gwa-award-title {
    align-self: stretch;
    position: relative;
    line-height: 32px;
    font-weight: 700;
    margin: 0;
}

.gwa-award-details {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
    font-size: 17px;
}

.gwa-award-description {
    align-self: stretch;
    position: relative;
    line-height: 23px;
    font-weight: 300;
    margin: 0;
}

.gwa-button-wrapper {
    display: flex;
    align-items: flex-start;
    font-size: 16px;
    color: #fff;
}

.gwa-button-container {
    display: flex;
    align-items: center;
}

.gwa-button {
    border-radius: 2px;
    background-color: #0065A4;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    border: none;
    cursor: pointer;
}

.gwa-button:hover {
    background-color: #004D7F;
}

/* Network page - GWA buttons use global hover standard */
body.page-template-page-network .gwa-button,
body.page-template-page-network-php .gwa-button,
.site-main.network-page .gwa-button {
    transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

body.page-template-page-network .gwa-button:hover,
body.page-template-page-network .gwa-button:focus-visible,
body.page-template-page-network-php .gwa-button:hover,
body.page-template-page-network-php .gwa-button:focus-visible,
.site-main.network-page .gwa-button:hover,
.site-main.network-page .gwa-button:focus-visible {
    background-color: #00b1ee !important;
    border-color: #00b1ee !important;
    box-shadow: 0 4px 12px rgba(0, 177, 238, 0.25) !important;
}

body.page-template-page-network .gwa-button:hover .gwa-button-text,
body.page-template-page-network .gwa-button:focus-visible .gwa-button-text,
body.page-template-page-network-php .gwa-button:hover .gwa-button-text,
body.page-template-page-network-php .gwa-button:focus-visible .gwa-button-text,
.site-main.network-page .gwa-button:hover .gwa-button-text,
.site-main.network-page .gwa-button:focus-visible .gwa-button-text {
    color: #ffffff !important;
}

.gwa-button-text {
    position: relative;
    line-height: 20px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

.gwa-award-image {
    height: 375px;
    width: 608px;
    position: relative;
    border-radius: 12px;
    object-fit: cover;
}

.gwa-divider {
    align-self: stretch;
    height: 1px;
    position: relative;
    border-top: 1px solid rgba(0, 101, 164, 0.3);
    box-sizing: border-box;
}

.gwa-cta-section {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 35px;
    font-size: 21px;
}

.gwa-cta-text {
    align-self: stretch;
    position: relative;
    line-height: 27px;
    font-weight: 600;
    margin: 0;
}

.gwa-cta-button-wrapper {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 16px;
    color: #fff;
}

.gwa-cta-button-container {
    display: flex;
    align-items: flex-start;
}

/* Responsive styles for Global Water Awards Section */
@media (max-width: 1024px) {
    .global-water-awards-section {
        padding: 60px 0 40px 30px;
    }

    .gwa-content-wrapper {
        width: calc(100% - 30px);
        padding: 40px 60px 40px 40px;
        gap: 35px;
    }

    .gwa-award-item {
        flex-direction: column;
        gap: 30px;
    }

    .gwa-award-content {
        width: 100%;
        gap: 30px;
    }

    .gwa-award-title-wrapper {
        width: 100%;
    }

    .gwa-award-image {
        width: 100%;
        height: auto;
        max-height: 350px;
    }
}

@media (max-width: 768px) {
    .global-water-awards-section {
        padding: 0 16px;
        margin: 16px 0;
    }

    .gwa-content-wrapper {
        width: 100%;
        border-radius: 12px;
        padding: 30px 16px;
        gap: 30px;
    }

    .gwa-award-item {
        flex-direction: column;
        gap: 25px;
    }

    /* Force content first, then image in mobile */
    .gwa-award-content {
        order: 1;
        width: 100%;
        gap: 25px;
    }

    .gwa-award-image {
        order: 2;
        width: 100%;
        height: auto;
        max-height: 300px;
        border-radius: 8px;
    }

    .gwa-award-title-wrapper {
        width: 100%;
    }

    .gwa-award-title {
        font-size: 24px;
        line-height: 30px;
    }

    .gwa-award-description {
        font-size: 15px;
        line-height: 21px;
    }

    .gwa-cta-text {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (max-width: 480px) {
    .global-water-awards-section {
        padding: 30px 16px;
    }

    .gwa-content-wrapper {
        padding: 25px 16px;
        gap: 25px;
    }

    .gwa-award-item {
        gap: 20px;
    }

    /* Content first, then image in mobile */
    .gwa-award-content {
        order: 1;
        gap: 20px;
    }

    .gwa-award-image {
        order: 2;
        max-height: 250px;
        border-radius: 8px;
    }

    .gwa-award-title {
        font-size: 20px;
        line-height: 26px;
    }

    .gwa-award-description {
        font-size: 14px;
        line-height: 20px;
    }

    .gwa-cta-text {
        font-size: 16px;
        line-height: 22px;
    }

    .gwa-button,
    .gwa-button-text {
        font-size: 14px;
    }
}

/* ============================================
   GET IN TOUCH SECTION
   ============================================ */

.get-in-touch-section {
    width: 100%;
    background: linear-gradient(#fff, #fff), #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 104px 0;
    margin: 45px 0;
    box-sizing: border-box;
    gap: 45px;
}

.git-section-title {
    width: 920px;
    position: relative;
    font-size: 52px;
    line-height: 60px;
    font-weight: 700;
    color: #0065A4;
    font-family: 'Be Vietnam Pro', sans-serif;
    margin: 0;
}

.git-contacts-wrapper {
    align-self: stretch;
    display: flex;
    align-items: flex-start;
    gap: 45px;
}

.git-contact-card {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.git-card-inner {
    align-self: stretch;
    border-radius: 12px;
    background-color: rgba(230, 247, 253, 0.5);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 50px;
    box-sizing: border-box;
}

.git-card-content {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 35px;
}

.git-contact-header {
    align-self: stretch;
    display: flex;
    align-items: center;
    gap: 25px;
}

.git-photo-wrapper {
    height: 135px;
    width: 126px;
    border-radius: 12px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.git-contact-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.git-contact-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}

.git-name-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

.git-contact-name {
    font-size: 21px;
    line-height: 27px;
    font-weight: 600;
    color: #0065A4;
    margin: 0;
}

.git-job-title {
    font-size: 15px;
    line-height: 19px;
    font-weight: 300;
    color: #0065A4;
    margin: 0;
}

.git-company-name {
    font-size: 17px;
    line-height: 23px;
    font-weight: 700;
    color: #090A0A;
    margin: 0;
}

.git-divider {
    align-self: stretch;
    height: 1px;
    border-top: 1px solid rgba(0, 101, 164, 0.3);
    box-sizing: border-box;
}

.git-contact-details {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}

.git-contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.git-contact-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.git-contact-text {
    font-size: 16px;
    line-height: 21px;
    color: #0065A4;
    text-decoration: none;
    font-family: 'Be Vietnam Pro', sans-serif;
}

.git-contact-text:hover {
    text-decoration: underline;
}

/* Responsive - Tablet */
@media (max-width: 1024px) {
    .get-in-touch-section {
        padding: 40px 50px 70px;
        gap: 40px;
    }

    .git-section-title {
        width: 100%;
        font-size: 44px;
        line-height: 52px;
    }

    .git-contacts-wrapper {
        gap: 35px;
    }

    .git-card-inner {
        padding: 40px;
    }
}

/* Responsive - Mobile */
@media (max-width: 768px) {
    .get-in-touch-section {
        padding: 0 0 0 16px;
        margin: 16px 0;
        gap: 35px;
    }

    .git-section-title {
        font-size: 36px;
        line-height: 44px;
        padding: 0;
        margin: 0;
    }

    .git-contacts-wrapper {
        flex-direction: column;
        gap: 30px;
        width: 100%;
        padding: 0;
        margin: 0;
        margin-left: -16px;
        padding-left: 16px;
    }

    .git-contact-card {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .git-card-inner {
        padding: 30px 16px;
        width: 100%;
        box-sizing: border-box;
        border-radius: 0;
    }

    .git-card-content {
        gap: 30px;
    }

    .git-contact-header {
        gap: 20px;
    }

    .git-photo-wrapper {
        width: 100px;
        height: 110px;
    }

    .git-contact-name {
        font-size: 19px;
        line-height: 25px;
    }

    .git-company-name {
        font-size: 16px;
        line-height: 21px;
    }
}

@media (max-width: 480px) {
    .get-in-touch-section {
        padding: 30px 0 30px 16px;
        gap: 30px;
    }

    .git-section-title {
        font-size: 28px;
        line-height: 36px;
        padding: 0;
        margin: 0;
    }

    .git-contacts-wrapper {
        padding: 0;
        margin: 0;
        margin-left: -16px;
        padding-left: 16px;
    }

    .git-contact-card {
        margin: 0;
        padding: 0;
    }

    .git-card-inner {
        padding: 25px 16px;
        border-radius: 0;
    }

    .git-card-content {
        gap: 25px;
    }

    .git-contact-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .git-photo-wrapper {
        width: 90px;
        height: 100px;
    }

    .git-contact-name {
        font-size: 18px;
        line-height: 24px;
    }

    .git-job-title {
        font-size: 14px;
        line-height: 18px;
    }

    .git-company-name {
        font-size: 15px;
        line-height: 20px;
    }

    .git-contact-text {
        font-size: 15px;
        line-height: 20px;
    }

    /* Confirmed Utilities Section - Mobile */
    .network-confirmed-utilities-section {
        padding: 0 16px !important;
        margin: 16px 0 !important;
    }

    .network-confirmed-utilities-title-wrapper {
        gap: 20px;
        margin-bottom: 0;
    }

    .network-confirmed-utilities-title {
        font-size: 28px;
        line-height: 36px;
    }

    .network-confirmed-utilities-filters-wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        margin-top: 20px;
        width: 100%;
    }

    .network-confirmed-utilities-filters-left {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .network-confirmed-utilities-filters-controls {
        width: auto;
        display: grid;
        grid-template-columns: auto auto;
        gap: 16px 20px;
        padding: 16px 25px;
        background-color: rgba(84, 85, 96, 0.6);
        box-sizing: border-box;
        margin: 0;
        align-items: center;
    }

    .network-filter-control {
        width: auto;
        flex: none;
        gap: 8px;
    }
    .network-filter-control.checkbox {
        width: auto;
    }

    .network-confirmed-utilities-filters-controls .network-filter-control span {
        font-weight: 400;
        color: #fff;
        white-space: nowrap;
    }

    .network-filter-control select,
    .network-filter-control input[type="text"] {
        width: auto;
        min-width: 0;
        background-position: right center;
    }

    /* Keep first Region filter a bit larger on mobile confirmed-utilities controls */
    .network-confirmed-utilities-filters-controls .network-filter-control:first-child .gws-custom-select {
        min-width: 160px;
        width: 160px;
    }

    /* Mobile layout: Region + Leading on first row, 300 Group on second row */
    .network-confirmed-utilities-filters-controls .network-filter-control:first-child {
        grid-column: 1;
    }
    .network-confirmed-utilities-filters-controls .network-filter-control.checkbox {
        justify-content: center;
    }
    .network-confirmed-utilities-filters-controls .network-filter-control.checkbox:first-of-type {
        grid-column: 2;
        justify-content: flex-start;
    }
    .network-confirmed-utilities-filters-controls .network-filter-control.checkbox:last-of-type {
        grid-column: 1;
        justify-content: center;
    }

    .network-confirmed-utilities-filters-pills {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        padding: 12px 16px;
        gap: 12px;
    }

    .network-confirmed-utilities-results {
        width: 100%;
        text-align: left;
    }

    .network-confirmed-utilities-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 12px !important;
        margin-bottom: 24px;
        width: 100%;
        justify-items: stretch;
    }

    .network-confirmed-utilities-card-name {
        font-size: 18px;
        line-height: 24px;
        padding: 12px 8px;
    }

    .network-confirmed-utilities-card-population {
        font-size: 14px;
        line-height: 20px;
        padding: 10px 8px;
    }

    .network-confirmed-utilities-card-badge {
        font-size: 12px;
        line-height: 18px;
        padding: 10px 8px;
    }

    .network-confirmed-utilities-pagination {
        gap: 4px;
    }

    .network-confirmed-utilities-page-btn {
        min-width: 36px;
        height: 36px;
        padding: 8px 12px;
        font-size: 14px;
    }

    .network-confirmed-utilities-page-dots {
        padding: 0 4px;
        font-size: 14px;
    }
}
