        .social-share {
            display: flex;
            gap: 12px;
            margin-top: 20px;
			text-align:center;
			widht:100%;
        }
        .social-share a {
            text-decoration: none;
            font-size: 28px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 48px;
            height: 48px;
            border-radius: 50%;
            background-color: #f0f0f0;
            transition: transform 0.3s;
        }
        .social-share a:hover {
            transform: scale(1.1);
        }
        .social-share a.facebook { color: #1877F2; }
        .social-share a.x-twitter { color: #000000; }
        .social-share a.whatsapp { color: #25D366; }
        .social-share a.telegram { color: #0088CC; }
