/**
 * 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;
}

.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: 1.2;
    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;
}

.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: 45px 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;
}

.network-stats-map {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.9;
}

.network-stats-card {
    position: absolute;
    top: 50%;
    right: 104px;
    transform: translateY(-50%);
    width: 297px;
    border-radius: 12px;
    background-color: rgba(45, 46, 58, 0.85);
    backdrop-filter: blur(10px);
    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: 64px;
    line-height: 72px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -1px;
}

.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: 64px;
    line-height: 72px;
    font-weight: 700;
    letter-spacing: -1px;
}

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

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

.network-stat-label-small {
    font-size: 21px;
    line-height: 27px;
    font-weight: 600;
    color: rgba(230, 247, 253, 0.6);
}

/* ============================================
   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: none; /* Hidden as per Figma design */
}

.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: flex-start;
    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;
}

/* 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
   ============================================ */
/* All speaker styles are in speakers.css */
/* This file only contains Industrial Network specific styles */
/* All speaker section styles are in speakers.css */

/* ============================================
   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;
}

/* ============================================
   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 - Styles in speakers.css */

    .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 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;
}

/* 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, 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: 20px 10px;
    box-sizing: border-box;
    font-size: 21px;
    font-weight: 600;
    line-height: 27px;
    color: #000229;
    text-align: center;
    min-height: 100px;
}

/* Card without badge - full rounded corners on name */
.network-confirmed-utilities-card-no-badge .network-confirmed-utilities-card-name {
    border-radius: 12px;
    min-height: 144px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 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;
    min-height: 44px;
}

/* 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 {
        padding: 0 16px;
        margin: 16px 0;
    }

    .network-confirmed-utilities-section {
        padding: 0 16px !important;
        margin: 16px 0 !important;
    }

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

    .network-confirmed-utilities-content {
        padding: 16px !important;
        gap: 25px !important;
    }

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

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

    .network-confirmed-utilities-filters-wrapper {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 0 !important;
        margin-top: 25px !important;
        margin-bottom: 25px !important;
    }

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

    .network-confirmed-utilities-filters-pills {
        width: 100% !important;
        flex-direction: row !important;
        align-items: center !important;
        padding: 16px !important;
        gap: 32px !important;
    }

    .network-confirmed-utilities-results {
        display: none !important;
    }

    .network-confirmed-utilities-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 15px !important;
        margin-bottom: 25px !important;
    }

    .network-confirmed-utilities-card-name {
        font-size: 21px !important;
        line-height: 27px !important;
        font-weight: 600 !important;
        padding: 15px 10px !important;
        min-height: 57px !important;
    }

    .network-confirmed-utilities-card-badge {
        font-size: 14px !important;
        line-height: 20px !important;
        font-weight: 500 !important;
        padding: 12px 10px !important;
    }

    .network-confirmed-utilities-card-no-badge .network-confirmed-utilities-card-name {
        min-height: 101px !important;
        border-radius: 12px !important;
    }

    .network-confirmed-utilities-pagination {
        width: 100% !important;
        box-shadow: 0px 2px 4px rgba(21, 22, 25, 0.08) !important;
        background-color: rgba(84, 85, 96, 0.5) !important;
        padding: 10px 16px !important;
        gap: 20px !important;
        justify-content: space-between !important;
    }

    .network-confirmed-utilities-page-btn {
        min-width: auto !important;
        height: auto !important;
        padding: 10px 16px !important;
        font-size: 15px !important;
        line-height: 19px !important;
        font-weight: 300 !important;
        background-color: transparent !important;
        border: none !important;
        color: #fff !important;
    }

    .network-confirmed-utilities-page-btn.network-confirmed-utilities-page-active {
        background-color: #0065A4 !important;
        border-radius: 12px !important;
        font-size: 16px !important;
        line-height: 24px !important;
        font-weight: 400 !important;
    }

    .network-confirmed-utilities-page-dots {
        padding: 0 !important;
        font-size: 15px !important;
        line-height: 19px !important;
        font-weight: 300 !important;
        color: #fff !important;
    }

    /* Speakers Section - Styles in speakers.css */

    .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: 16px;
    }

    .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;
    line-height: 60px;
    display: inline-block;
    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;
}

/* Gradient overlay on top of letters - white fade effect */
.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: absolute;
    display: block;
    max-width: none;
    height: auto;
    z-index: 1;
}

/* U (capital) - Letter 1 - PHP: utilities_awards_letter_u */
.vector-icon {
    bottom: 0;
    left: 0%;
    width: 7.6181%;
    height: 95.3911%;
}

/* t - Letter 2 - PHP: utilities_awards_letter_t */
.vector-icon2 {
    bottom: 0;
    left: 8.8465%;
    width: 4.6319%;
    height: 85.3352%;
}

/* i - Letter 3 - PHP: utilities_awards_letter_i1 */
.vector-icon3 {
    bottom: 0;
    left: 14.7604%;
    width: 2.2778%;
    height: 98.743%;
}

/* l - Letter 4 - PHP: utilities_awards_letter_l */
.vector-icon4 {
    bottom: 0;
    left: 18.6306%;
    width: 1.9236%;
    height: 96.7179%;
}

/* i - Letter 5 - PHP: utilities_awards_letter_i2 */
.vector-icon5 {
    bottom: 0;
    left: 22.1486%;
    width: 2.2778%;
    height: 98.743%;
}

/* t - Letter 6 - PHP: utilities_awards_letter_t2 */
.vector-icon6 {
    bottom: 0;
    left: 25.525%;
    width: 4.6319%;
    height: 85.3352%;
}

/* i - Letter 7 - PHP: utilities_awards_letter_i3 */
.vector-icon7 {
    bottom: 0;
    left: 31.4389%;
    width: 2.2778%;
    height: 98.743%;
}

/* e - Letter 8 - PHP: utilities_awards_letter_e */
.vector-icon8 {
    bottom: 0;
    left: 35.0938%;
    width: 6.5278%;
    height: 69.9721%;
}

/* s - Letter 9 - PHP: utilities_awards_letter_s */
.vector-icon9 {
    bottom: 0;
    left: 42.8507%;
    width: 5.7083%;
    height: 69.9721%;
}

/* A (capital) - Letter 10 - PHP: utilities_awards_letter_a */
.vector-icon10 {
    bottom: 0;
    left: 52.359%;
    width: 8.9722%;
    height: 94.1341%;
}

/* w - Letter 11 - PHP: utilities_awards_letter_w */
.vector-icon11 {
    bottom: 0;
    left: 61.2396%;
    width: 10.6042%;
    height: 67.4581%;
}

/* a - Letter 12 - PHP: utilities_awards_letter_a2 */
.vector-icon12 {
    bottom: 0;
    left: 72.441%;
    width: 6.9444%;
    height: 69.9721%;
}

/* r - Letter 13 - PHP: utilities_awards_letter_r */
.vector-icon13 {
    bottom: 0;
    left: 80.8563%;
    width: 4.3611%;
    height: 68.7151%;
}

/* d - Letter 14 - PHP: utilities_awards_letter_d */
.vector-icon14 {
    bottom: 0;
    left: 85.9076%;
    width: 6.9444%;
    height: 97.9749%;
}

/* s (final) - Letter 15 - PHP: utilities_awards_letter_s2 */
.vector-icon15 {
    bottom: 0;
    left: 94.2944%;
    width: 5.7083%;
    height: 69.9721%;
}

/* 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;
    }
}

/* ============================================
   Industrial Awards Section
   ============================================ */

/* Industrial Awards Section */
.industrial-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: center;
}

.industrial-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%;
}

/* Gradient overlay on top of letters - white fade effect */
.industrial-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;
}

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

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

/* Per-letter width and height — original design proportions */
.industrial-letter-1  { width: 2.3%;  height: 98.743%;  } /* I */
.industrial-letter-2  { width: 6%;    height: 69.9721%; } /* n */
.industrial-letter-3  { width: 6.4%;  height: 97.9749%; } /* d */
.industrial-letter-4  { width: 6%;    height: 69.9721%; } /* u */
.industrial-letter-5  { width: 5.3%;  height: 69.9721%; } /* s */
.industrial-letter-6  { width: 4.3%;  height: 85.3352%; } /* t */
.industrial-letter-7  { width: 4%;    height: 68.7151%; } /* r */
.industrial-letter-8  { width: 2.1%;  height: 98.743%;  } /* i */
.industrial-letter-9  { width: 6.4%;  height: 69.9721%; } /* a */
.industrial-letter-10 { width: 1.8%;  height: 96.7179%; } /* l */
.industrial-letter-11 { width: 8.3%;  height: 94.1341%; } /* A */
.industrial-letter-12 { width: 9.8%;  height: 67.4581%; } /* w */
.industrial-letter-13 { width: 6.4%;  height: 69.9721%; } /* a */
.industrial-letter-14 { width: 4%;    height: 68.7151%; } /* r */
.industrial-letter-15 { width: 6.4%;  height: 97.9749%; } /* d */
.industrial-letter-16 { width: 5.3%;  height: 69.9721%; } /* s */

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

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

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

@media (max-width: 480px) {
    .industrial-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 0 0 12px;
    background-color: #E6F7FD;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 50px 104px 50px 50px;
    box-sizing: border-box;
    gap: 45px;
    position: relative;
}

.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;
}

.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: 45px 104px 90px;
    box-sizing: border-box;
    gap: 90px;
}

.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 {
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    font-size: 21px;
    gap: 24px;
}

.git-contact-card {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.git-card-inner {
    border-radius: 12px;
    background-color: rgba(230, 247, 253, 0.5);
    flex: 1;
    min-width: 0;
    width: auto;
    height: 340px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 25px;
    box-sizing: border-box;
}

.git-card-content {
    align-self: stretch;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}

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

.git-photo-wrapper {
    border-radius: 12px;
    background-color: #EEEEEF;
    width: 297px;
    height: 340px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
    flex-shrink: 1;
}

.git-photo-mobile {
    display: none;
}

.git-photo-desktop {
    display: flex;
}

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

.git-contact-info {
    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: 600;
    color: #090A0A;
    margin: 0;
}

.git-divider {
    display: none;
}

.git-contact-details {
    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;
}

/* ============================================
   Industrial Network - Button Hover Consistency
   ============================================ */
.page-template-page-industrial-network .gwa-button,
.page-template-page-industrial-network .button {
    transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

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

.page-template-page-industrial-network .gwa-button:hover .gwa-button-text,
.page-template-page-industrial-network .gwa-button:focus-visible .gwa-button-text,
.page-template-page-industrial-network .button:hover .button2,
.page-template-page-industrial-network .button:focus-visible .button2 {
    color: #ffffff !important;
}

/* Industrial Network - All Speakers Region dropdown cleanup */
.page-template-page-industrial-network .all-speakers-section .region-parent .chevrondown-icon {
    display: none !important;
}

.page-template-page-industrial-network .all-speakers-section .region-parent .gws-custom-select {
    min-width: 190px;
    width: 190px;
}

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

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

    .git-card-inner {
        width: 350px;
        height: 300px;
        padding: 20px;
    }

    .git-photo-wrapper {
        width: 250px;
        height: 300px;
    }

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

/* 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%;
        height: auto;
        margin: 0;
        padding: 0;
        position: static;
    }

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

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

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

    .git-photo-mobile {
        display: flex;
        position: static;
        width: 100px;
        height: 110px;
        padding: 0;
        background-color: #fff;
    }

    .git-photo-desktop {
        display: none;
    }

    .git-divider {
        display: block;
    }

    .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 15px;
        border-radius: 0;
    }

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

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

    .git-photo-mobile {
        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;
    }
}

/* ============================================
   Previous Industrial Attendees Section
   ============================================ */
.industrial-attendees-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    font-size: 28px;
    color: #fff;
    font-family: 'Be Vietnam Pro', sans-serif;
}

.industrial-attendees-wrapper {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 45px 104px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    /* Background image is set dynamically via inline style in PHP */
}

.industrial-attendees-container {
    align-self: stretch;
    border-radius: 12px;
    background-color: rgba(230, 247, 253, 0.2);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 45px 25px;
    gap: 45px;
}

.industrial-attendees-header {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0px 25px;
    gap: 25px;
}

.industrial-attendees-title {
    align-self: stretch;
    position: relative;
    font-size: 28px;
    font-weight: 700;
    margin: 0;
    text-align: left;
}

.industrial-attendees-divider {
    align-self: stretch;
    height: 1px;
    position: relative;
    border-top: 1px solid #fff;
    box-sizing: border-box;
}

.industrial-attendees-grid {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    text-align: center;
    font-size: 21px;
    color: #0065a4;
}

.industrial-attendee-card {
    align-self: stretch;
    width: 192.8px;
    border-radius: 12px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px 10px;
    box-sizing: border-box;
}

.industrial-attendee-name {
    align-self: stretch;
    position: relative;
    line-height: 27px;
    font-weight: 600;
}

/* Grid Layout - 6 columns */
@media (min-width: 1200px) {
    .industrial-attendees-grid {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        gap: 15px;
    }

    .industrial-attendee-card {
        width: 100%;
    }
}

/* Tablet - 4 columns */
@media (min-width: 768px) and (max-width: 1199px) {
    .industrial-attendees-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 12px;
    }

    .industrial-attendee-card {
        width: 100%;
        padding: 12px 8px;
    }

    .industrial-attendee-name {
        font-size: 18px;
        line-height: 24px;
    }

    .industrial-attendees-wrapper {
        padding: 35px 40px;
    }

    .industrial-attendees-container {
        padding: 35px 20px;
        gap: 35px;
    }
}

/* Mobile - 2 columns */
@media (max-width: 767px) {
    .industrial-attendees-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .industrial-attendee-card {
        width: 100%;
        padding: 10px 6px;
    }

    .industrial-attendee-name {
        font-size: 16px;
        line-height: 22px;
    }

    .industrial-attendees-wrapper {
        padding: 25px 16px;
    }

    .industrial-attendees-container {
        padding: 25px 16px;
        gap: 25px;
    }

    .industrial-attendees-title {
        font-size: 24px;
    }

    .industrial-attendees-header {
        padding: 0px 16px;
        gap: 20px;
    }
}
