<section>
      ⭐ WHY CHOOSE US ?
      <h2>
        Creating experiences,<br>
        Generating Success Together
      </h2>
      <p>
        At Noman Graphics, we’re dedicated to creating designs that do more 
        than just look good—they connect, engage, and drive real results.
      </p>
          Social Media Marketing
          90%
          Website Development
          97%
          Design & Branding
          95%
          Video Editing
          85%
</section>
<style>
.wc-nojs{
  background:#000;
  padding:80px 8%;
  color:#fff;
  font-family:Arial, sans-serif;
}
.wc-wrap{
  display:flex;
  gap:60px;
  flex-wrap:wrap;
}
.wc-left,.wc-right{
  flex:1;
  min-width:300px;
}
.wc-badge{
  background:#d10000;
  padding:8px 20px;
  border-radius:30px;
  font-weight:bold;
  display:inline-block;
  margin-bottom:20px;
}
.wc-left h2{
  font-size:40px;
  font-weight:800;
  line-height:1.3;
}
.white{color:#fff;}
.red{color:#ff1a1a;}
.wc-left p{
  color:#ccc;
  margin-top:20px;
  line-height:1.7;
}
.skill{margin-bottom:30px;}
.info{
  display:flex;
  justify-content:space-between;
  margin-bottom:8px;
  font-weight:bold;
}
.bar{
  background:#222;
  height:8px;
  border-radius:20px;
  overflow:hidden;
}
.fill{
  height:100%;
  width:0;
  animation-duration:2s;
  animation-fill-mode:forwards;
}
/* Animations */
.fill1{background:linear-gradient(90deg,#ff0000,#990000); animation-name:fill90;}
.fill2{background:linear-gradient(90deg,#ffcc00,#ff9900); animation-name:fill97;}
.fill3{background:linear-gradient(90deg,#ff0000,#cc0000); animation-name:fill95;}
.fill4{background:linear-gradient(90deg,#ff6600,#ff3300); animation-name:fill85;}
@keyframes fill90{to{width:90%;}}
@keyframes fill97{to{width:97%;}}
@keyframes fill95{to{width:95%;}}
@keyframes fill85{to{width:85%;}}
@media(max-width:768px){
  .wc-wrap{flex-direction:column;}
  .wc-left h2{font-size:28px;}
}
</style>