         /* ===== FOOTER ===== */
         .footer{
            color:#64748b;
            font-size:12px;
            margin-top:0px;
            padding:5px 5px;
            text-align:center;
         }

         /* ===== FOOTER TRUST STRIP ===== */
         .footer-trust-strip{
            color:#475569;
            display:flex;
            flex-wrap:wrap;
            font-size:13px;
            gap:8px 16px;
            justify-content:center;
            margin:10px auto 0px; 
         }
         @media (max-width:480px){
            .footer-trust-strip{
               font-size:12px;
            }
         }

         /* ===== FOOTER SOCIAL SHARE ===== */
         .footer-social-share{ 
            display:flex;
            gap:14px;
            justify-content:center;
            margin:18px 0;
         }
         .footer-social-share a{
            align-items:center;
            border-radius:50%;
            display:flex;
            font-family:system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
            font-size:14px;
            font-weight:800;
            color:#fff;
            height:40px;
            justify-content:center;
            width:40px;
            letter-spacing:-0.5px;
            text-decoration:none;
            transition:transform .2s ease, box-shadow .2s ease;
         }
         .footer-social-share a:hover{
            background:#2563eb;
            box-shadow:0 6px 14px rgba(0,0,0,.2);
            color:#ffffff;
            filter:brightness(1.1);
            transform:translateY(-2px);
         }
         .footer-social-share a svg{
            display:block;
         }
         .footer-social-share .x:hover{
            background:#000000;
         }
         /* BRAND COLORS */
         .footer-social-share .fb{background:#1877F2;}
         .footer-social-share .x{background:#000000;}
         .footer-social-share .wa{background:#25D366;}
         .footer-social-share .in{background:#0A66C2;}
         .footer-social-share .tg{background:#229ED9;}
         .footer-social-share .mail{background:#64748b;}



         