 * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      font-family: 'Segoe UI', Roboto, system-ui, sans-serif;
    }

    html,body {
      width: 100%;
      background: #f0f6fe;
      color: #0b1a2f;
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 1.5rem;
    }

    .my{
      width: 100%;
      height: 100%;
      border-radius: 50%;
    }
    /* ----- main container (card-like) ----- */
    .main-container {
      width: 100%;
      max-width: 1280px;
      background: white;
      border-radius: 56px;
      box-shadow: 0 30px 60px -16px rgba(0, 20, 50, 0.25);
      border: 1px solid rgba(30, 80, 150, 0.06);
      overflow: hidden;
      animation: fadeSlide 0.9s ease;
      position: relative;
    }
    .main-container::before {
      content: '';
      position: absolute;
      top: -20%;
      right: -10%;
      width: 500px;
      height: 500px;
      background: radial-gradient(circle, rgba(106, 176, 255, 0.04) 0%, transparent 70%);
      pointer-events: none;
    }

    /* ----- header ----- */
    .placement-header {
      padding: 2.5rem 2.8rem 0.5rem;
      position: relative;
      z-index: 2;
    }
    .placement-header h1 {
      font-size: 2.6rem;
      font-weight: 800;
      color: #0b1a33;
      display: flex;
      align-items: center;
      gap: 12px;
    }
    .placement-header h1 i {
      color: #1f4b7a;
      background: #e6f0fe;
      padding: 10px 14px;
      border-radius: 40px;
      font-size: 2rem;
    }
    .placement-header p {
      color: #2a3f5e;
      font-size: 1.1rem;
      margin-top: 0.2rem;
      margin-left: 4px;
    }
    .placement-header .divider {
      width: 80px;
      height: 4px;
      background: #1f4b7a;
      border-radius: 4px;
      margin-top: 8px;
    }

    /* ----- stats bar (key numbers) ----- */
    .stats-bar {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
      gap: 1rem;
      padding: 1.5rem 2.8rem 0.5rem;
      position: relative;
      z-index: 2;
    }
    .stats-bar .stat-item {
      text-align: center;
      background: #f8fbff;
      padding: 0.8rem 1.8rem;
      border-radius: 60px;
      border: 1px solid rgba(30, 80, 150, 0.06);
      min-width: 120px;
      transition: 0.3s;
      animation: fadeSlide 0.6s ease backwards;
    }
    .stats-bar .stat-item:nth-child(1) { animation-delay: 0.02s; }
    .stats-bar .stat-item:nth-child(2) { animation-delay: 0.06s; }
    .stats-bar .stat-item:nth-child(3) { animation-delay: 0.10s; }
    .stats-bar .stat-item:nth-child(4) { animation-delay: 0.14s; }
    .stats-bar .stat-item:hover {
      transform: translateY(-4px);
      border-color: #6ab0ff;
      box-shadow: 0 8px 20px -8px rgba(0, 20, 50, 0.1);
    }
    .stats-bar .stat-item .number {
      font-size: 2rem;
      font-weight: 800;
      color: #0b1a33;
    }
    .stats-bar .stat-item .label {
      font-size: 0.8rem;
      color: #1f4b7a;
      font-weight: 500;
      display: block;
      margin-top: 2px;
    }
    .stats-bar .stat-item i {
      color: #1f4b7a;
      margin-right: 6px;
    }

    /* ----- placement grid ----- */
    .placement-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
      gap: 2rem;
      padding: 2rem 2.8rem 2.5rem;
      position: relative;
      z-index: 2;
    }

    .placement-card {
      background: #f8fbff;
      border-radius: 32px;
      overflow: hidden;
      box-shadow: 0 8px 24px -6px rgba(0, 20, 40, 0.08);
      border: 1px solid rgba(30, 80, 150, 0.06);
      transition: all 0.35s cubic-bezier(0.2, 0.9, 0.4, 1);
      animation: fadeSlide 0.6s ease backwards;
      cursor: default;
      display: flex;
      flex-direction: column;
      padding: 1.2rem 1.5rem 1.5rem;
      text-align: center;
    }
    .placement-card:nth-child(1) { animation-delay: 0.02s; }
    .placement-card:nth-child(2) { animation-delay: 0.06s; }
    .placement-card:nth-child(3) { animation-delay: 0.10s; }
    .placement-card:nth-child(4) { animation-delay: 0.14s; }
    .placement-card:nth-child(5) { animation-delay: 0.18s; }
    .placement-card:nth-child(6) { animation-delay: 0.22s; }
    .placement-card:nth-child(7) { animation-delay: 0.26s; }
    .placement-card:nth-child(8) { animation-delay: 0.30s; }

    .placement-card:hover {
      transform: translateY(-10px) scale(1.01);
      box-shadow: 0 24px 44px -12px #0b2a4a77;
      border-color: #6ab0ff;
      background: white;
    }
/* .company-icon img{
width: 90%;
border-radius: 60%;

} */
    .placement-card .company-icon {
      font-size: 3rem;
      color: #1f4b7a;
      background: #e6f0fe;
      width: 120px;
      height: 120px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 1rem;
      transition: 0.4s;
    }
    .placement-card:hover .company-icon {
      background: #0b1a33;
      color: white;
      transform: scale(1.05) rotate(-4deg);
    }
    .placement-card .company-icon i {
      transition: 0.3s;
    }
    .placement-card:hover .company-icon i {
      transform: scale(1.1);
    }

    .placement-card h4 {
      font-size: 1.2rem;
      font-weight: 700;
      color: #0b1a33;
      margin-bottom: 0.2rem;
    }
    .placement-card .role {
      font-size: 0.95rem;
      font-weight: 600;
      color: #1f4b7a;
      margin-bottom: 0.3rem;
    }
    .placement-card p {
      font-size: 0.85rem;
      color: #3a5670;
      line-height: 1.5;
      flex: 1;
    }
    .placement-card .package {
      display: inline-block;
      background: #0b1a33;
      color: white;
      padding: 0.15rem 1.2rem;
      border-radius: 40px;
      font-size: 0.8rem;
      font-weight: 600;
      letter-spacing: 0.4px;
      margin-top: 10px;
      align-self: center;
    }
    .placement-card .package i {
      margin-right: 6px;
      color: #6ab0ff;
    }

    /* ----- footer ----- */
    .footer {
      background: #0b1a33;
      color: #b7cee6;
      text-align: center;
      padding: 1.8rem 1rem;
      border-top: 4px solid white;
    }
    .footer i {
      color: #6ab0ff;
      margin: 0 6px;
    }

    /* ----- ANIMATIONS ----- */
    @keyframes fadeSlide {
      0% { opacity: 0; transform: translateY(24px); }
      100% { opacity: 1; transform: translateY(0); }
    }

    /* ----- RESPONSIVE ----- */
    @media (max-width: 992px) {
      .placement-header {
        padding: 2rem 1.8rem 0.5rem;
      }
      .stats-bar {
        padding: 1.2rem 1.8rem 0.2rem;
        gap: 0.8rem;
      }
      .stats-bar .stat-item {
        padding: 0.6rem 1.2rem;
        min-width: 100px;
      }
      .stats-bar .stat-item .number {
        font-size: 1.6rem;
      }
      .placement-grid {
        padding: 1.5rem 1.8rem 2rem;
        gap: 1.5rem;
      }
    }

    @media (max-width: 768px) {
      body {
        padding: 0.8rem;
      }
      .main-container {
        border-radius: 32px;
      }
      .placement-header h1 {
        font-size: 2rem;
      }
      .placement-header h1 i {
        font-size: 1.5rem;
        padding: 8px 12px;
      }
      .stats-bar {
        flex-wrap: wrap;
        justify-content: center;
        padding: 1rem 1rem 0.2rem;
      }
      .stats-bar .stat-item {
        min-width: 80px;
        padding: 0.5rem 1rem;
      }
      .stats-bar .stat-item .number {
        font-size: 1.4rem;
      }
      .placement-grid {
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
        padding: 1.2rem 1.2rem 1.8rem;
        gap: 1.2rem;
      }
      .placement-card {
        padding: 1.4rem 1rem 1.2rem;
      }
      .placement-card .company-icon {
        width: 64px;
        height: 64px;
        font-size: 2.4rem;
      }
      .placement-card h4 {
        font-size: 1rem;
      }
    }

    @media (max-width: 480px) {
      .placement-header h1 {
        font-size: 1.6rem;
      }
      .placement-header p {
        font-size: 0.9rem;
      }
      .placement-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
        padding: 1rem 0.8rem 1.5rem;
      }
      .placement-card {
        border-radius: 24px;
        padding: 1.2rem 0.8rem;
      }
      .placement-card .company-icon {
        width: 56px;
        height: 56px;
        font-size: 2rem;
      }
      .stats-bar .stat-item {
        min-width: 70px;
        padding: 0.4rem 0.8rem;
      }
      .stats-bar .stat-item .number {
        font-size: 1.2rem;
      }
      .footer {
        font-size: 0.8rem;
        padding: 1.2rem 0.8rem;
      }
    }