<style>
/* ISOLATED WRAPPER (NO HEADER IMPACT) */
#ai-circle-ui{
  all: initial;
  display:block;
  font-family: Arial, sans-serif;
}
#ai-circle-ui *{
  box-sizing:border-box;
  color:#fff !important;
}
/* SECTION */
#ai-circle-ui .section{
  min-height:100vh;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:60px;
  background:
  radial-gradient(circle at center,#0b0f3a,#05081f);
  position:relative;
  overflow:hidden;
}
/* =========================
   GLOW CIRCLES BACKGROUND
========================= */
/* BIG OUTER RING */
#ai-circle-ui .circle1{
  position:absolute;
  width:700px;
  height:700px;
  border-radius:50%;
  border:2px solid rgba(59,130,246,0.35);
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  box-shadow:
    0 0 60px rgba(59,130,246,0.4),
    inset 0 0 60px rgba(59,130,246,0.2);
  animation:rotate 18s linear infinite;
}
/* MIDDLE RING */
#ai-circle-ui .circle2{
  position:absolute;
  width:500px;
  height:500px;
  border-radius:50%;
  border:2px solid rgba(139,92,246,0.35);
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  box-shadow:
    0 0 50px rgba(139,92,246,0.35),
    inset 0 0 50px rgba(139,92,246,0.15);
  animation:rotateReverse 14s linear infinite;
}
/* INNER RING */
#ai-circle-ui .circle3{
  position:absolute;
  width:300px;
  height:300px;
  border-radius:50%;
  border:2px solid rgba(0,255,255,0.25);
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  box-shadow:
    0 0 40px rgba(0,255,255,0.25);
  animation:rotate 10s linear infinite;
}
/* DOT LIGHTS */
#ai-circle-ui .dot{
  position:absolute;
  width:10px;
  height:10px;
  background:#3b82f6;
  border-radius:50%;
  box-shadow:0 0 15px #3b82f6;
}
#ai-circle-ui .d1{top:20%;left:50%;}
#ai-circle-ui .d2{top:50%;left:80%;}
#ai-circle-ui .d3{top:75%;left:40%;}
#ai-circle-ui .d4{top:30%;left:25%;}
/* ROTATION */
@keyframes rotate{
  from{transform:translate(-50%,-50%) rotate(0deg);}
  to{transform:translate(-50%,-50%) rotate(360deg);}
}
@keyframes rotateReverse{
  from{transform:translate(-50%,-50%) rotate(360deg);}
  to{transform:translate(-50%,-50%) rotate(0deg);}
}
/* MAIN BOX */
#ai-circle-ui .box{
  width:100%;
  max-width:1100px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  z-index:2;
}
/* LEFT */
#ai-circle-ui .left{
  flex:1;
}
#ai-circle-ui .left h1{
  font-size:95px;
  line-height:1;
  font-weight:800;
  text-shadow:0 0 25px rgba(255,255,255,0.2);
}
/* RIGHT */
#ai-circle-ui .right{
  flex:1;
  background:rgba(255,255,255,0.06);
  border:1px solid rgba(255,255,255,0.15);
  border-radius:25px;
  padding:25px;
  backdrop-filter:blur(15px);
}
/* CARD */
#ai-circle-ui .card{
  padding:20px;
  border-bottom:1px solid rgba(255,255,255,0.1);
  transition:0.3s;
}
#ai-circle-ui .card:hover{
  transform:scale(1.03);
  background:rgba(255,255,255,0.08);
}
/* TAG */
#ai-circle-ui .tag{
  display:inline-block;
  padding:6px 14px;
  border-radius:10px;
  background:linear-gradient(90deg,#3b82f6,#8b5cf6);
  font-weight:700;
  margin-bottom:10px;
}
/* TEXT */
#ai-circle-ui h2{
  font-size:40px;
  margin-bottom:10px;
}
#ai-circle-ui p{
  font-size:15px;
  line-height:1.6;
  opacity:0.9;
}
/* RESPONSIVE */
@media(max-width:900px){
  #ai-circle-ui .box{
    flex-direction:column;
    text-align:center;
  }
  #ai-circle-ui .left h1{
    font-size:60px;
  }
}
</style>
  <!-- BACKGROUND CIRCLES -->
  <!-- DOTS -->
  <!-- CONTENT -->
      <h1>AI<br>Innovation</h1>
        TECH
        <h2>Big Data</h2>
        <p>Unlocking insights from massive datasets for smarter decisions.</p>
        <h2>Cybersecurity</h2>
        <p>Protecting systems from modern cyber threats.</p>
        <h2>Machine Learning</h2>
        <p>Systems that learn and improve using data.</p>
 is code ko or acha ban ao prims look do