        *2508 {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }
        
        navbd2508 {
		    width: 1200px;
            min-height: 100vh;
            display: flex;
            justify-content: center;
            align-items: center;
            background: linear-gradient(45deg, #3a1012, #601c20);
            padding: 20px;
            position: relative;
            overflow-x: hidden;

        }
        
        /* Ä£ºý±³¾°²ã */
        navbd2508::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: url('https://images.unsplash.com/photo-1507842217343-583bb7270b66?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1154&q=80') no-repeat center center/cover;
            filter: blur(8px) brightness(0.7);
            z-index: -1;
        }
        
        .container25081 {
            width: 1200px;
			/* padding-top:20px; */
			padding-bottom:10px;
            text-align: center;
        }
        
        .h12508 {
            color: white;
            font-size: 2.5rem;
            margin-bottom: 10px;
            font-weight: 600;
            text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
            letter-spacing: 1px;
        }
        
        .subtitle2508 {
            color: rgba(255, 255, 255, 0.9);
            font-size: 1.2rem;
            max-width: 600px;
            margin: 0 auto;
            text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
        }
        
        .divider2508 {
            height: 3px;
            width: 80px;
            background: #A6282E;
            margin: 20px auto;
            border-radius: 2px;
        }
        
        .icons-grid2508 {
            display: grid;
            grid-template-columns: repeat(10, 1fr);
            gap: 20px;
            padding: 15px;
            background: rgba(255, 255, 255, 0.15);
            backdrop-filter: blur(12px);
          /*  border-radius: 20px; */
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
          /*  border: 1px solid rgba(166, 40, 46, 0.3); */
        }
        
        .icon-item2508 {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-decoration: none;
            transition: transform 0.3s ease;
        }
        
        .icon-item2508:hover {
            transform: translateY(-8px);
        }
        
        .icon-wrapper2508 {
            width: 75px;
            height: 75px;
            display: flex;
            justify-content: center;
            align-items: center;
            background: rgba(255, 255, 255, 0.2);
            border-radius: 16px;
            margin-bottom: 16px;
            border: 2px solid rgba(166, 40, 46, 0.3);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
            transition: all 0.3s ease;
        }
        
        .icon-item2508:hover .icon-wrapper2508 {
            background: rgba(166, 40, 46, 0.9);
            box-shadow: 0 10px 25px rgba(166, 40, 46, 0.4);
            border-color: rgba(255, 255, 255, 0.3);
        }
        
        .icon2508 {
            font-size: 36px;
            color: #fff;
        }
        
        .icon-name2508 {
            color: white;
            font-size: 16px;
            font-weight: 500;
            opacity: 0.9;
            text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
            line-height: 1.4;
            text-align: center;
        }
        

        @media (max-width: 1024px) {
            .icons-grid2508 {
                grid-template-columns: repeat(3, 1fr);
                gap: 25px;
                padding: 30px;
            }
        }
        
        @media (max-width: 768px) {
            .h12508 {
                font-size: 2rem;
            }
            
            .subtitle2508 {
                font-size: 1rem;
            }
            
            .icons-grid2508 {
                grid-template-columns: repeat(2, 1fr);
                gap: 20px;
                padding: 25px 20px;
            }
            
            .icon-wrapper2508 {
                width: 80px;
                height: 80px;
            }
            
            .icon2508 {
                font-size: 32px;
            }
            
            .icon-name2508 {
                font-size: 15px;
            }
        }
        
        @media (max-width: 480px) {
            .h12508 {
                font-size: 1.8rem;
            }
            
            .icons-grid2508 {
                grid-template-columns: 1fr;
                gap: 20px;
                padding: 20px 15px;
            }
            
            .icon-wrapper2508 {
                width: 70px;
                height: 70px;
            }
            
            .icon2508 {
                font-size: 28px;
            }
            
            .icon-name2508 {
                font-size: 14px;
            }
        }