/* TechZaad Client Cards - standalone Hostinger-safe stylesheet */
.clients-section,
.home-clients{background:linear-gradient(135deg,#fffaf7 0%,#ffffff 55%,#fff8f3 100%) !important;}
.clients-grid{display:grid !important;grid-template-columns:repeat(4,minmax(0,1fr)) !important;gap:20px !important;align-items:stretch !important;}
.client-card{position:relative !important;display:flex !important;flex-direction:column !important;min-width:0 !important;overflow:hidden !important;text-align:left !important;padding:17px !important;background:linear-gradient(145deg,#ffffff 0%,#fff9f5 100%) !important;border:1px solid #eadfd7 !important;border-radius:24px !important;box-shadow:0 14px 40px rgba(50,28,16,.07) !important;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease !important;box-sizing:border-box !important;}
.client-card::before{content:"" !important;position:absolute !important;top:0 !important;left:0 !important;right:0 !important;height:4px !important;background:linear-gradient(90deg,#ff5a14,#ef3215,#ff9a4a) !important;opacity:.95 !important;}
.client-card::after{content:"" !important;position:absolute !important;right:-40px !important;bottom:-45px !important;width:125px !important;height:125px !important;border-radius:50% !important;background:radial-gradient(circle,rgba(255,90,20,.13),transparent 68%) !important;pointer-events:none !important;}
.client-card:hover{transform:translateY(-7px) !important;box-shadow:0 25px 60px rgba(50,28,16,.14) !important;border-color:#f2b99a !important;}
.client-card-top{display:flex !important;align-items:center !important;justify-content:space-between !important;gap:10px !important;margin:0 0 13px !important;}
.client-index{font:800 11px/1 'Plus Jakarta Sans',Arial,sans-serif !important;color:#ff5a14 !important;letter-spacing:.1em !important;}
.client-status{font:800 9px/1 Arial,sans-serif !important;letter-spacing:.14em !important;color:#8b817b !important;border:1px solid #eadfd7 !important;padding:6px 8px !important;border-radius:999px !important;background:#fff !important;}
.client-logo-wrap{position:relative !important;height:132px !important;display:grid !important;place-items:center !important;margin:0 0 15px !important;padding:17px !important;background:#fff !important;border:1px solid #f1e6df !important;border-radius:18px !important;overflow:hidden !important;box-sizing:border-box !important;}
.client-logo-wrap::before{content:"" !important;position:absolute !important;inset:0 !important;background:linear-gradient(135deg,rgba(255,90,20,.045),transparent 58%) !important;pointer-events:none !important;}
.client-logo-wrap img{position:relative !important;z-index:1 !important;display:block !important;max-width:90% !important;max-height:92px !important;width:auto !important;height:auto !important;object-fit:contain !important;filter:drop-shadow(0 8px 14px rgba(35,24,18,.07)) !important;transition:transform .3s ease !important;}
.client-card:hover .client-logo-wrap img{transform:scale(1.05) !important;}
.client-card-body{position:relative !important;z-index:2 !important;margin-top:auto !important;}
.client-card-body h3{margin:0 0 5px !important;color:#191a1f !important;font:800 15px/1.35 'Plus Jakarta Sans',Arial,sans-serif !important;}
.client-card-body p{margin:0 !important;color:#8b817b !important;font:600 11px/1.4 'DM Sans',Arial,sans-serif !important;text-transform:none !important;}
.client-card-line{display:block !important;width:36px !important;height:3px !important;margin-top:13px !important;border-radius:99px !important;background:linear-gradient(90deg,#ff5a14,#ff9a4a) !important;}
.home-clients .clients-grid{grid-template-columns:repeat(4,minmax(0,1fr)) !important;}
.home-clients .client-card{padding:14px !important;border-radius:21px !important;}
.home-clients .client-logo-wrap{height:108px !important;padding:13px !important;margin-bottom:11px !important;}
.home-clients .client-logo-wrap img{max-height:72px !important;}
.home-clients .client-card-body h3{font-size:13px !important;}
.home-clients .client-card-body p{font-size:10px !important;}
@media(max-width:1050px){.clients-grid,.home-clients .clients-grid{grid-template-columns:repeat(3,minmax(0,1fr)) !important;}}
@media(max-width:720px){.clients-grid,.home-clients .clients-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:13px !important;}.client-card{padding:13px !important;border-radius:19px !important;}.client-logo-wrap{height:105px !important;padding:12px !important;}.client-logo-wrap img{max-height:70px !important;}.client-card-body h3{font-size:12px !important;}}
@media(max-width:480px){.clients-grid,.home-clients .clients-grid{grid-template-columns:1fr !important;}.client-logo-wrap{height:120px !important;}}
