.profile-card {
      background: #fff;
      border-radius: 16px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.08);
      padding: 25px; 
      margin: 40px auto;
      position: relative;
      border-top: 4px solid #e04230;
    }

    .profile-card img {
      width: 90px;
      height: 90px;
      border-radius: 50%;
      object-fit: cover;
      margin-bottom: 10px;
    }

    .profile-name {
      font-size: 20px;
      font-weight: 600;
      color: #1e1e2f;
      margin-bottom: 4px;
    }

    .dept-tag {
          background-color: #e0442f;
    color: white;
    font-size: 14px;
    padding: 4px 22px;
      border-radius: 20px;
      display: inline-block;
      margin-bottom: 15px;
    }

    .profile-info label {
      font-weight: 600;
      color: #444;
      font-size: 13px;
      margin-bottom: 3px;
      display: block;
    }

    .profile-info .info-box {
          background: #ffc10700;
    border: 1px solid #ffc107;
      border-radius: 8px;
      padding: 6px 10px;
      font-size: 14px;
      color: #333;
      margin-bottom: 10px;
    }

    .achievement-title {
      font-weight: 600;
      color: #222;
      margin-top: 15px;
      font-size: 15px;
    }

    .email-btn {
          background: linear-gradient(90deg, #ffc107, #de3a32);
      color: #fff;
      font-size: 14px;
      font-weight: 500;
      border: none;
      border-radius: 10px;
      padding: 10px 15px;
      width: 100%;
      text-align: center;
      display: block;
      text-decoration: none;
      margin-top: 10px;
    }

    .email-btn:hover {
      opacity: 0.9;
      text-decoration: none;
      color: #fff;
    }