.sphere-sections {
                    display: grid;
                    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
                    gap: 20px;
                    margin: 30px 0;
                }
                .sphere-section {
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    padding: 25px 20px;
                    background-color: #f8f9fa;
                    border-radius: 10px;
                    text-decoration: none;
                    color: #333;
                    transition: all 0.3s ease;
                    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
                    border: 1px solid #e9ecef;
                }
                .sphere-section:hover {
                    transform: translateY(-5px);
                    box-shadow: 0 8px 16px rgba(0,0,0,0.12);
                    border-color: #b3e5fc;
                    background-color: #f0f8ff;
                }
                .section-icon {
                    font-size: 42px;
                    margin-bottom: 15px;
                }
                .section-title {
                    font-size: 18px;
                    font-weight: bold;
                    margin-bottom: 8px;
                    text-align: center;
                    color: #0277bd;
                }
                .section-desc {
                    font-size: 13px;
                    color: #666;
                    text-align: center;
                    line-height: 1.5;
                }
                @media (max-width: 1024px) {
                    .sphere-sections {
                        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
                        gap: 15px;
                    }
                }
                @media (max-width: 768px) {
                    .sphere-sections {
                        grid-template-columns: repeat(2, 1fr);
                    }
                    .sphere-section {
                        padding: 20px 15px;
                    }
                    .section-icon {
                        font-size: 36px;
                    }
                    .section-title {
                        font-size: 16px;
                    }
                }
                @media (max-width: 480px) {
                    .sphere-sections {
                        grid-template-columns: 1fr;
                    }
                }




                .flbox {
                    background-color: #f8f9fa;
                    border-radius: 10px;
                    padding: 20px;
                    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
                    margin: 20px 0;
                }
                .fltop {
                    background-color: #e3f2fd;
                    border-radius: 8px;
                    padding: 15px 20px;
                    margin-bottom: 20px;
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                    border-left: 4px solid #2196f3;
                }
                .fltop .s1 h4 {
                    margin: 0;
                    font-size: 18px;
                    font-weight: bold;
                    color: #1565c0;
                    display: flex;
                    align-items: center;
                }
                .fltop .s1 h4 i {
                    margin-left: 10px;
                    font-style: normal;
                    font-size: 14px;
                    color: #666;
                }
                .fltop .s2 {
                    color: #999;
                }
                .fLst {
                    margin-bottom: 30px;
                }
                .fLst ul {
                    list-style: none;
                    padding: 0;
                    margin: 0;
                    display: flex;
                    flex-wrap: wrap;
                    gap: 12px;
                }
                .fLst ul li {
                    flex: 0 0 calc(20% - 10px);
                    box-sizing: border-box;
                }
                .flbox-prov .fLst ul li a {
                    display: block;
                    padding: 12px 15px;
                    background-color: #ffffff;
                    border: 1px solid #e0e0e0;
                    border-radius: 6px;
                    text-decoration: none;
                    color: #333;
                    text-align: center;
                    transition: all 0.3s ease;
                    font-size: 14px;
                }
                .flbox-prov .fLst ul li a:hover {
                    background-color: #2196f3;
                    color: #ffffff;
                    border-color: #2196f3;
                    transform: translateY(-2px);
                    box-shadow: 0 4px 8px rgba(33, 150, 243, 0.2);
                }
                .text.nopm {
                    background-color: #ffffff;
                    border: 1px solid #e0e0e0;
                    border-radius: 6px;
                    padding: 20px;
                    line-height: 1.8;
                    color: #555;
                }
                .text.nopm p {
                    margin-bottom: 15px;
                    text-align: left;
                }
                .text.nopm p:last-child {
                    margin-bottom: 0;
                }
                @media (max-width: 1200px) {
                    .fLst ul li {
                        flex: 0 0 calc(25% - 9px);
                    }
                }
                @media (max-width: 992px) {
                    .fLst ul li {
                        flex: 0 0 calc(33.33% - 8px);
                    }
                }
                @media (max-width: 768px) {
                    .flbox {
                        padding: 15px;
                    }
                    .fltop {
                        padding: 12px 15px;
                    }
                    .fltop .s1 h4 {
                        font-size: 16px;
                    }
                    .fLst ul li {
                        flex: 0 0 calc(50% - 6px);
                    }
                    .fLst ul li a {
                        padding: 10px 12px;
                        font-size: 13px;
                    }
                    .text.nopm {
                        padding: 15px;
                    }
                }
                @media (max-width: 480px) {
                    .fLst ul li {
                        flex: 0 0 100%;
                    }
                }

                i.clid{display: none;}
