/*** 
=============================================
    Networks Section Css
=============================================
***/

/* Networks Introduction Section */
.networks-intro-section {
    position: relative;
    display: block;
    background: #f8f9fa;
    padding: 100px 0 60px;
    z-index: 10;
}

.networks-intro-content {
    margin-bottom: 60px;
}

.networks-stats {
    margin-top: 50px;
}

.stat-box {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 10px;
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: all 0.3s ease;
    margin-bottom: 30px;
    height: 100%;
}

.stat-box:hover {
    transform: translateY(-5px);
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.12);
}

.stat-box .icon-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.stat-box .icon-box span {
    position: relative;
    display: inline-block;
    font-size: 48px;
    color: var(--thm-primary);
    line-height: 1;
}

.stat-box .content h3 {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
    color: var(--thm-primary);
    margin: 0 0 10px;
}

.stat-box .content p {
    font-size: 16px;
    line-height: 1.5;
    color: var(--thm-gray);
    margin: 0;
    font-weight: 500;
}

/* Networks Style1 Area */
.networks-style1-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 80px 0 120px;
    z-index: 10;
}

.single-network-card {
    position: relative;
    display: block;
    margin-bottom: 40px;
}

.network-card-inner {
    position: relative;
    display: block;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.single-network-card:hover .network-card-inner {
    transform: translateY(-8px);
    box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.15);
}

.network-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 30px;
    background: linear-gradient(135deg, var(--thm-primary) 0%, #0033cc 100%);
    color: #ffffff;
}

.network-badge {
    position: relative;
    display: block;
}

.badge-code {
    position: relative;
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    backdrop-filter: blur(10px);
}

.network-icon {
    position: relative;
    display: block;
}

.network-icon span {
    position: relative;
    display: inline-block;
    font-size: 32px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1;
}

.network-content {
    position: relative;
    display: block;
    padding: 30px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.network-title {
    position: relative;
    display: block;
    margin-bottom: 25px;
}

.network-title h3 {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
    color: var(--thm-primary);
    margin: 0 0 10px;
}

.network-location {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: var(--thm-gray);
    margin: 0;
}

.network-location span {
    margin-right: 8px;
    color: var(--thm-primary);
    font-size: 16px;
}

.network-info-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 25px;
}

.info-item {
    position: relative;
    display: flex;
    align-items: center;
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.info-item:hover {
    background: #e9ecef;
    transform: translateX(5px);
}

.info-icon {
    position: relative;
    display: block;
    margin-right: 12px;
}

.info-icon span {
    position: relative;
    display: inline-block;
    font-size: 24px;
    color: var(--thm-primary);
    line-height: 1;
}

.info-content {
    position: relative;
    display: flex;
    flex-direction: column;
}

.info-label {
    font-size: 12px;
    color: var(--thm-gray);
    margin-bottom: 4px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.info-value {
    font-size: 20px;
    font-weight: 700;
    color: var(--thm-primary);
    line-height: 1;
}

.network-description {
    position: relative;
    display: block;
    margin-top: auto;
    padding-top: 20px;
    border-top: 1px solid #e9ecef;
}

.network-description p {
    font-size: 14px;
    line-height: 1.6;
    color: var(--thm-gray);
    margin: 0;
}

.network-footer {
    position: relative;
    display: block;
    padding: 25px 30px;
    background: #f8f9fa;
    border-top: 1px solid #e9ecef;
}

.responsible-info {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.responsible-avatar {
    position: relative;
    display: block;
    margin-right: 15px;
    flex-shrink: 0;
}

.responsible-avatar img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--thm-primary);
}

.avatar-placeholder {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--thm-primary);
    color: #ffffff;
}

.avatar-placeholder span {
    font-size: 24px;
    line-height: 1;
}

.responsible-details {
    position: relative;
    display: block;
    flex-grow: 1;
}

.responsible-details h4 {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
    color: var(--thm-primary);
    margin: 0 0 4px;
}

.responsible-details span {
    font-size: 13px;
    color: var(--thm-gray);
    font-weight: 500;
}

.network-contact {
    position: relative;
    display: block;
}

.network-contact ul {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    list-style: none;
}

.network-contact ul li {
    position: relative;
    display: block;
    margin-right: 10px;
}

.network-contact ul li:last-child {
    margin-right: 0;
}

.network-contact ul li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 50%;
    color: var(--thm-primary);
    font-size: 16px;
    transition: all 0.3s ease;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
}

.network-contact ul li a:hover {
    background: var(--thm-primary);
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0px 5px 15px 0px rgba(0, 23, 137, 0.3);
}

/* Empty State */
.empty-state {
    position: relative;
    display: block;
    padding: 80px 20px;
}

.empty-icon {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.empty-icon span {
    position: relative;
    display: inline-block;
    font-size: 80px;
    color: #e9ecef;
    line-height: 1;
}

.empty-state h3 {
    font-size: 28px;
    line-height: 1.3;
    font-weight: 700;
    color: var(--thm-primary);
    margin: 0 0 15px;
}

.empty-state p {
    font-size: 16px;
    color: var(--thm-gray);
    margin: 0;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .network-info-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 992px) {
    .networks-intro-section {
        padding: 80px 0 50px;
    }
    
    .networks-style1-area {
        padding: 60px 0 100px;
    }
    
    .stat-box {
        padding: 35px 25px;
    }
    
    .stat-box .icon-box span {
        font-size: 42px;
    }
    
    .stat-box .content h3 {
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    .networks-intro-section {
        padding: 60px 0 40px;
    }
    
    .networks-style1-area {
        padding: 50px 0 80px;
    }
    
    .network-header {
        padding: 20px 25px;
    }
    
    .network-content {
        padding: 25px;
    }
    
    .network-footer {
        padding: 20px 25px;
    }
    
    .stat-box {
        padding: 30px 20px;
    }
    
    .stat-box .icon-box span {
        font-size: 36px;
    }
    
    .stat-box .content h3 {
        font-size: 28px;
    }
}

@media (max-width: 576px) {
    .network-title h3 {
        font-size: 20px;
    }
    
    .network-info-grid {
        gap: 12px;
    }
    
    .info-item {
        padding: 12px;
    }
    
    .info-icon span {
        font-size: 20px;
    }
    
    .info-value {
        font-size: 18px;
    }
}

